From 7c2ed5e4f10b2e452931bcc36ec64a3d2bdb4eec Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 23 Jul 2023 13:20:45 -0400 Subject: [PATCH] changing START_PRINT to hopefully mash level the bed before hotend gets hot enough to begin oozing during mesh leveling --- printer.cfg | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/printer.cfg b/printer.cfg index e35869c..68192a6 100644 --- a/printer.cfg +++ b/printer.cfg @@ -301,7 +301,7 @@ gcode: ;MQTT_START M117 Heating...; #;M221 S{if layer_height<0.075}100{else}95{endif} ; Set flow - M104 S{ params.TOOL_TEMP } ; set extruder temp + M104 S170 ; set extruder temp M140 S{ params.BED_TEMP } ; set bed temp #G1 Z20 ; this is a good start heating position @@ -317,6 +317,11 @@ gcode: G28; G29; + G1 X5.0 Y5.0 F7200 ; Move to a position in the left front of the bed + G1 Z0.6; Move nozzle above 0.6 mm of the bed + + M104 S{ params.TOOL_TEMP } ; set extruder temp + ; Prepare nozzle G92 E0 ; Set extrusion distance to 0 G92 E0 ; Set extrusion distance to 0 @@ -324,10 +329,6 @@ gcode: G92 E0 ; Set extrusion distance to 0 G90; - ; You may want to adjust the X and Y here so the nozzle is really above the bed! - G1 X5.0 Y5.0 F7200 ; Move to a position in the left front of the bed - G1 Z0.6; Move nozzle above 0.6 mm of the bed - G91 ; Use relative mode ; Make some jerky zick-zack move at the beginning