VoronDesign / Voron-Switchwire

VORON Switchwire
GNU General Public License v3.0
480 stars 134 forks source link

Purge line g code causing issue during print start. #60

Open Johnn201 opened 1 year ago

Johnn201 commented 1 year ago

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

Johnn201 commented 1 year ago

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.

Johnn201 commented 1 year ago

Scientist_Test_90mm1.txt

nemgrea commented 1 year ago

add

M109 M190

to the beginning of the purge g code

Johnn201 commented 1 year ago

I'll try that thank you.

Johnn201 commented 1 year ago

The M109 M190 Also did not fix the heating problem Should "Only custom start GCode be checked in superslicer printer settings?