-
Notifications
You must be signed in to change notification settings - Fork 13
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
Consecutive Prints fail due to Z Axis limit #24
Comments
In gcode_macro.cfg change from z-5 to z-10 and all works SET_KINEMATIC_POSITION Z={printer.toolhead.axis_maximum.z-10} |
Interesting, it was reduced from 10 to 5 specifically to avoid this issue, I guess i'll need to investigate more |
I may be wrong, but could be that it's caused by the extra Line 233 in e5ab9b9
My solution was also to change to -10 :) |
This seems to only occur if an adaptive bed mesh is loaded; after adding |
Good find! I'll add that to the main print_end macro EDIT: It's already in the normal print end macro, odd |
The default end GCode in OrcaSlicer does not call |
Huh, thats strange. I've thought about providing custom profiles, guess I really should. Another thing for the TODO list! |
I calibrated the printer using your manual and can usually only print one print before the printer starts to complain about "Move out of range" actions.
This happens, when I start a new print, try to home the axis etc.
Restarting the printer solves the problem.
The text was updated successfully, but these errors were encountered: