Add option to disable emitting M73 gcode (#2114) (#2940)

This commit is contained in:
Noisyfox 2023-12-03 09:36:27 +08:00 committed by GitHub
parent 0cee513416
commit a6c927d87f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 37 additions and 6 deletions

View file

@ -1016,6 +1016,7 @@ PRINT_CONFIG_CLASS_DEFINE(
((ConfigOptionPercent, accel_to_decel_factor))
((ConfigOptionFloatOrPercent, initial_layer_travel_speed))
((ConfigOptionBool, bbl_calib_mark_logo))
((ConfigOptionBool, disable_m73))
// Orca: mmu
((ConfigOptionFloat, cooling_tube_retraction))