Skip to content
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

Open
Johnn201 opened this issue Jul 22, 2023 · 5 comments
Open

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

Johnn201 opened this issue Jul 22, 2023 · 5 comments

Comments

@Johnn201
Copy link

Johnn201 commented Jul 22, 2023

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
Copy link
Author

Johnn201 commented Jul 23, 2023

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
Copy link
Author

Scientist_Test_90mm1.txt

@nemgrea
Copy link
Contributor

nemgrea commented Jul 24, 2023

add

M109
M190

to the beginning of the purge g code

@Johnn201
Copy link
Author

I'll try that thank you.

@Johnn201
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants