tweaked printer.cfg until it worked as expected

This commit is contained in:
dan
2023-07-23 22:07:10 -04:00
parent 03057b1173
commit 970ab54abe

View File

@@ -305,22 +305,25 @@ gcode:
M140 S{ params.BED_TEMP } ; set bed temp M140 S{ params.BED_TEMP } ; set bed temp
#G1 Z20 ; this is a good start heating position #G1 Z20 ; this is a good start heating position
M84 ; disable motors
M190 S{ params.BED_TEMP } ; wait for bed temp M190 S{ params.BED_TEMP } ; wait for bed temp
M109 S{ params.TOOL_TEMP } ; wait for extruder temp M109 S170 ; wait for extruder temp
; Start of print ; Start of print
G21; metric values G21; metric values
G90 ; absolute positioning G90 ; absolute positioning
M82; set extruder to absolute mode M82; set extruder to absolute mode
G28; G28; home
G29; G29; mesh level
G1 X5.0 Y5.0 F7200 ; Move to a position in the left front of 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 G1 Z10; Move nozzle above 10 mm of the bed
M104 S{ params.TOOL_TEMP } ; set extruder temp
M190 S{ params.BED_TEMP } ; wait for bed temp
M109 S{ params.TOOL_TEMP } ; wait for extruder tem
G1 Z.6; Move nozzle above 0.6 mm of the bed
; Prepare nozzle ; Prepare nozzle
G92 E0 ; Set extrusion distance to 0 G92 E0 ; Set extrusion distance to 0