Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
8.95k stars 5.16k forks source link

homing_override: Adds rawparams support #6561

Closed pedrolamas closed 2 months ago

pedrolamas commented 2 months ago

The [homing_override] has a gcode template that allows usage of the params but not rawparams.

This PR adds rawparams support to it thus making it consistent with the https://github.com/Klipper3d/klipper/blob/master/docs/Command_Templates.md#the-rawparams-variable information.

KevinOConnor commented 2 months ago

Thanks.

-Kevin