optimize calib

This commit is contained in:
sunsets
2023-09-18 16:30:28 +08:00
parent 1c85f23870
commit cf13b6b6ab
2 changed files with 24 additions and 0 deletions

View File

@@ -800,6 +800,8 @@ PRINT_CONFIG_CLASS_DERIVED_DEFINE(
((ConfigOptionFloatOrPercent, first_layer_extrusion_width))
((ConfigOptionFloatOrPercent, first_layer_height))
((ConfigOptionFloatOrPercent, first_layer_speed))
//B36
// ((ConfigOptionFloatOrPercent, first_layer_travel_speed))
((ConfigOptionInts, first_layer_temperature))
((ConfigOptionIntsNullable, idle_temperature))
//B26