Number of slow layers #796

This commit is contained in:
SoftFever 2023-05-07 18:13:29 +08:00 committed by SoftFever
parent 117cda00bc
commit be4373583f
7 changed files with 35 additions and 3 deletions

View file

@ -1010,6 +1010,8 @@ PRINT_CONFIG_CLASS_DERIVED_DEFINE(
((ConfigOptionBool, gcode_label_objects))
((ConfigOptionBool, exclude_object))
((ConfigOptionBool, gcode_comments))
((ConfigOptionInt, slow_down_layers))
)