mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
fix missing settings after merging
This commit is contained in:
@@ -1016,6 +1016,7 @@ static std::vector<std::string> s_Preset_print_options{
|
|||||||
"internal_bridge_flow",
|
"internal_bridge_flow",
|
||||||
"elefant_foot_compensation",
|
"elefant_foot_compensation",
|
||||||
"elefant_foot_compensation_layers",
|
"elefant_foot_compensation_layers",
|
||||||
|
"elefant_foot_layers_density",
|
||||||
"xy_contour_compensation",
|
"xy_contour_compensation",
|
||||||
"xy_hole_compensation",
|
"xy_hole_compensation",
|
||||||
"resolution",
|
"resolution",
|
||||||
@@ -1068,7 +1069,10 @@ static std::vector<std::string> s_Preset_print_options{
|
|||||||
"min_feature_size",
|
"min_feature_size",
|
||||||
"min_bead_width",
|
"min_bead_width",
|
||||||
"post_process",
|
"post_process",
|
||||||
|
"process_change_extrusion_role_gcode",
|
||||||
"min_length_factor",
|
"min_length_factor",
|
||||||
|
"wall_maximum_resolution",
|
||||||
|
"wall_maximum_deviation",
|
||||||
"small_perimeter_speed",
|
"small_perimeter_speed",
|
||||||
"small_perimeter_threshold",
|
"small_perimeter_threshold",
|
||||||
"bridge_angle",
|
"bridge_angle",
|
||||||
@@ -1117,6 +1121,8 @@ static std::vector<std::string> s_Preset_print_options{
|
|||||||
"gcode_comments",
|
"gcode_comments",
|
||||||
"gcode_label_objects",
|
"gcode_label_objects",
|
||||||
"initial_layer_travel_speed",
|
"initial_layer_travel_speed",
|
||||||
|
"initial_layer_travel_acceleration",
|
||||||
|
"initial_layer_travel_jerk",
|
||||||
"exclude_object",
|
"exclude_object",
|
||||||
"slow_down_layers",
|
"slow_down_layers",
|
||||||
"infill_anchor",
|
"infill_anchor",
|
||||||
|
|||||||
Reference in New Issue
Block a user