mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fix crash due to profile variant difference
This commit is contained in:
@@ -7438,32 +7438,32 @@ const PrintConfigDef print_config_def;
|
|||||||
|
|
||||||
//todo
|
//todo
|
||||||
std::set<std::string> print_options_with_variant = {
|
std::set<std::string> print_options_with_variant = {
|
||||||
"initial_layer_speed",
|
//"initial_layer_speed",
|
||||||
"initial_layer_infill_speed",
|
//"initial_layer_infill_speed",
|
||||||
"outer_wall_speed",
|
//"outer_wall_speed",
|
||||||
"inner_wall_speed",
|
//"inner_wall_speed",
|
||||||
"small_perimeter_speed", //coFloatsOrPercents
|
//"small_perimeter_speed", //coFloatsOrPercents
|
||||||
"small_perimeter_threshold",
|
//"small_perimeter_threshold",
|
||||||
"sparse_infill_speed",
|
//"sparse_infill_speed",
|
||||||
"internal_solid_infill_speed",
|
//"internal_solid_infill_speed",
|
||||||
"top_surface_speed",
|
//"top_surface_speed",
|
||||||
"enable_overhang_speed", //coBools
|
//"enable_overhang_speed", //coBools
|
||||||
"overhang_1_4_speed",
|
//"overhang_1_4_speed",
|
||||||
"overhang_2_4_speed",
|
//"overhang_2_4_speed",
|
||||||
"overhang_3_4_speed",
|
//"overhang_3_4_speed",
|
||||||
"overhang_4_4_speed",
|
//"overhang_4_4_speed",
|
||||||
"bridge_speed",
|
//"bridge_speed",
|
||||||
"gap_infill_speed",
|
//"gap_infill_speed",
|
||||||
"support_speed",
|
//"support_speed",
|
||||||
"support_interface_speed",
|
//"support_interface_speed",
|
||||||
"travel_speed",
|
//"travel_speed",
|
||||||
"travel_speed_z",
|
//"travel_speed_z",
|
||||||
"default_acceleration",
|
//"default_acceleration",
|
||||||
"initial_layer_acceleration",
|
//"initial_layer_acceleration",
|
||||||
"outer_wall_acceleration",
|
//"outer_wall_acceleration",
|
||||||
"inner_wall_acceleration",
|
//"inner_wall_acceleration",
|
||||||
"sparse_infill_acceleration", //coFloatsOrPercents
|
//"sparse_infill_acceleration", //coFloatsOrPercents
|
||||||
"top_surface_acceleration",
|
//"top_surface_acceleration",
|
||||||
"print_extruder_id", //coInts
|
"print_extruder_id", //coInts
|
||||||
"print_extruder_variant" //coStrings
|
"print_extruder_variant" //coStrings
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user