mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
first_layer_speed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user