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
8 changed files with 37 additions and 6 deletions
+1
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))