Klipper3d / klipper

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

Populate minimum_cruise_ratio to printer.configfile.settings #6538

Closed KevinOConnor closed 2 months ago

KevinOConnor commented 2 months ago

The default minimum_cruise_ratio setting does not get populated to the printer.configfile.settings information due to the way the max_accel_to_decel backwards compatibility support was implemented. Slightly rework the config reading so that the default for minimum_cruise_ratio is populated there.

Reported by @ReXT3D.

-Kevin

ReXT3D commented 2 months ago

Thanks Kevin!