From 970ab54abe7a5392bc5d12f3a6ee9d8d6eeed258 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 23 Jul 2023 22:07:10 -0400 Subject: [PATCH] tweaked printer.cfg until it worked as expected --- printer.cfg | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/printer.cfg b/printer.cfg index 68192a6..821a88b 100644 --- a/printer.cfg +++ b/printer.cfg @@ -305,22 +305,25 @@ gcode: M140 S{ params.BED_TEMP } ; set bed temp #G1 Z20 ; this is a good start heating position - M84 ; disable motors 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 G21; metric values G90 ; absolute positioning M82; set extruder to absolute mode - G28; - G29; + G28; home + G29; mesh level 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 G92 E0 ; Set extrusion distance to 0