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

Consecutive Prints fail due to Z Axis limit #24

Open
deveth0 opened this issue Nov 23, 2024 · 2 comments
Open

Consecutive Prints fail due to Z Axis limit #24

deveth0 opened this issue Nov 23, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@deveth0
Copy link

deveth0 commented Nov 23, 2024

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.

15:01:38 
!! Move out of range: 120.000 120.000 248.011 [637.988]
15:01:38 
!! Move out of range: 120.000 120.000 248.011 [637.988]
15:01:38 
!! Move out of range: 120.000 120.000 248.011 [637.988]
15:01:38 
// Filament width sensor Turned Off
15:01:38 
!! Move out of range: 4.500 5.500 253.000 [637.988]
15:01:38 
!! Move out of range: 4.500 5.500 253.000 [637.988]
@zakfromevil
Copy link

zakfromevil commented Nov 25, 2024

In gcode_macro.cfg change from z-5 to z-10 and all works

SET_KINEMATIC_POSITION Z={printer.toolhead.axis_maximum.z-10}

@frap129
Copy link
Owner

frap129 commented Dec 5, 2024

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

@frap129 frap129 added the bug Something isn't working label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants