Frix-x / klippain

Generic Klipper configuration for 3D printers
GNU General Public License v3.0
769 stars 209 forks source link

Parking after a tall print causes Move out of range error #586

Open shaxs opened 1 month ago

shaxs commented 1 month ago

Klippain branch

Version

v4.3.1-10-g1d9a2b53

Describe the bug and expected behavior

When I was printing a tall cylinder shape that maxed out at 220mm, after finishing the print it tried to park but received a Move out of range error. I have a 300mm 2.4. We diagnosed in in Discord here: https://discord.com/channels/460117602945990666/1233833838183190589

Looks like the code doesn’t account for offset due to bed_mesh/z_offset.

Additional information and klippy.log

No response

GreenPlasticWaterCan commented 3 weeks ago

I raised an issue for this exact same issue. Added a fix in the message too.

https://github.com/Frix-x/klippain/issues/574

Surion79 commented 1 day ago

added a PR with a fix as described by @GreenPlasticWaterCan