jschuh / klipper-macros

A collection of useful macros for the Klipper 3D printer firmware
GNU General Public License v3.0
921 stars 167 forks source link

[BUG] PARK macro from a home state slows the feedrate to about 1mm/S #250

Open suprchunk opened 2 months ago

suprchunk commented 2 months ago

When PARK is called, it should go to the coordinates described in the macro, at the default printer move speed. This expectation is honored whenever it is called, as expected. EXCEPT for after a home (G28) call, then the behavior isn't following speeds set at the highest level - the config file.

I expect the PARK function to move at the default printer travel speed. It does, unless G28 precedes it.

This is on a new build with sensorless homing - if that makes a difference.

I can call PARK from any location, except the home location and it will travel as expected.

Call PARK after homing, and slow!