-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Purge line g code causing issue during print start. #60
Comments
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 to the beginning of the purge g code |
I'll try that thank you. |
The M109 |
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
The text was updated successfully, but these errors were encountered: