first_layer_speed

This commit is contained in:
sunsets
2023-09-21 16:50:10 +08:00
parent bccab56220
commit b1ff57de34
8 changed files with 108 additions and 20 deletions

View File

@@ -731,6 +731,12 @@ PRINT_CONFIG_CLASS_DEFINE(
((ConfigOptionBool, wipe_tower_no_sparse_layers))
((ConfigOptionString, toolchange_gcode))
((ConfigOptionFloat, travel_speed))
//B36
((ConfigOptionFloat, first_layer_travel_speed))
//B37
((ConfigOptionFloat, first_layer_external_perimeter_speed))
((ConfigOptionFloat, travel_speed_z))
((ConfigOptionBool, use_firmware_retraction))
((ConfigOptionBool, use_relative_e_distances))
@@ -800,8 +806,6 @@ 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