changing START_PRINT to hopefully mash level the bed before hotend gets hot enough to begin oozing during mesh leveling
This commit is contained in:
11
printer.cfg
11
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
|
||||
|
||||
Reference in New Issue
Block a user