Voron-Switchwire
Voron-Switchwire copied to clipboard
Purge line g code causing issue during print start.
Using the switchwire skr mini e3 v3 config file and superslicer with PRINT_START in the start gcode after print start having the Purge Line Gcode uncommented I get error: Extruder not hot enough: If I manually preheat before PRINT_START I do not get this line. 7:15 AM Move out of range: 5.000 5.000 3.000 [0.000] 7:15 AM Move out of range: 5.000 5.000 3.000 [0.000] If I comment it out it prints normally. Uncommenting This.. ##Purge Line Gcode G92 E0; G90 G0 X5 Y5 F6000 G0 Z0.4 G91 G1 X120 E30 F1200; G1 Y1 G1 X-120 E30 F1200; G92 E0; G90 klippy.log
I have gotten rid of all but the error Extruder not hot enough by changing G0 X5 Y5 to G0 X20 Y20 F6000 but still get Extruder not hot enough unless I manually preheat the extruder, so still looking for a solution.
add
M109 M190
to the beginning of the purge g code
I'll try that thank you.
The M109 M190 Also did not fix the heating problem Should "Only custom start GCode be checked in superslicer printer settings?