machineagency / jubilee

jubilee source files; for the docs, see:
https://jubilee3d.com
Other
551 stars 112 forks source link

Fixed "G28 inside homing script error" and added jammed endstop check. [Urgent for RRF3.2] #157

Closed Treysen-Zobell closed 3 years ago

Treysen-Zobell commented 3 years ago

Replace G28 with M98 P"" for compatibility with RRF3.2

Added endstop triggered check to home<x,y,z>.g to make sure endstop isn't already depressed before homing. None of the 3 axes have a resting position that leaves their endstop triggered. The U axis does depress it's endstop at both of it's natural positions, so the check was excluded from homeu.g

Poofjunior commented 3 years ago

Looks good! Thanks for keeping current with 3.2 and keeping us all up to date!