#gantry crashes into rear of frame on cancel print

3 messages · Page 1 of 1 (latest)

finite gull
#

Mine used to do that too until I wrote a custom cancel print script, I think the default one is in mainsail.cfg

bright stream
#

so i'm looking in mainsail and i think what I want is to change the _TOOLHEAD_PARK_PAUSE_CANCEL macro. it looks like specifically the {% set x_park = printer.toolhead.axis_maximum.x|float - 5.0 %} and {% set y_park = printer.toolhead.axis_maximum.x|float - 5.0 %} . but I'm not sure how to set it. should I replace the float -5.0% with something like G91 360. not sure that will work mainly because im not sure what "float" means.

#

oh my goal is to move to x360y360 on a PAUSE OR CANCEL