FIX: the circle parameter is filament parameter
jira: none Change-Id: Ifcf26f0a8ace77392094f05eecc03ed664d67f5c
This commit is contained in:
parent
0c242ddaaa
commit
66d8c73275
|
@ -881,9 +881,7 @@ static std::vector<std::string> s_Preset_print_options {
|
||||||
"elefant_foot_compensation", "xy_contour_compensation", "xy_hole_compensation", "resolution", "enable_prime_tower", "prime_tower_enable_framework",
|
"elefant_foot_compensation", "xy_contour_compensation", "xy_hole_compensation", "resolution", "enable_prime_tower", "prime_tower_enable_framework",
|
||||||
"prime_tower_width", "prime_tower_brim_width", "prime_tower_skip_points",
|
"prime_tower_width", "prime_tower_brim_width", "prime_tower_skip_points",
|
||||||
"prime_tower_rib_wall","prime_tower_extra_rib_length","prime_tower_rib_width","prime_tower_fillet_wall","prime_tower_infill_gap",
|
"prime_tower_rib_wall","prime_tower_extra_rib_length","prime_tower_rib_width","prime_tower_fillet_wall","prime_tower_infill_gap",
|
||||||
"enable_circle_compensation", "circle_compensation_speed", "circle_compensation_manual_offset", "apply_scarf_seam_on_circles",
|
"enable_circle_compensation", "circle_compensation_manual_offset", "apply_scarf_seam_on_circles",
|
||||||
"counter_coef_1", "counter_coef_2", "counter_coef_3", "hole_coef_1", "hole_coef_2", "hole_coef_3",
|
|
||||||
"counter_limit_min", "counter_limit_max", "hole_limit_min", "hole_limit_max", "diameter_limit",
|
|
||||||
"wipe_tower_no_sparse_layers", "compatible_printers", "compatible_printers_condition", "inherits",
|
"wipe_tower_no_sparse_layers", "compatible_printers", "compatible_printers_condition", "inherits",
|
||||||
"flush_into_infill", "flush_into_objects", "flush_into_support","process_notes",
|
"flush_into_infill", "flush_into_objects", "flush_into_support","process_notes",
|
||||||
// BBS
|
// BBS
|
||||||
|
@ -915,6 +913,8 @@ static std::vector<std::string> s_Preset_filament_options {
|
||||||
// BBS
|
// BBS
|
||||||
"cool_plate_temp", "eng_plate_temp", "hot_plate_temp", "textured_plate_temp", "cool_plate_temp_initial_layer", "eng_plate_temp_initial_layer", "hot_plate_temp_initial_layer","textured_plate_temp_initial_layer",
|
"cool_plate_temp", "eng_plate_temp", "hot_plate_temp", "textured_plate_temp", "cool_plate_temp_initial_layer", "eng_plate_temp_initial_layer", "hot_plate_temp_initial_layer","textured_plate_temp_initial_layer",
|
||||||
"supertack_plate_temp_initial_layer", "supertack_plate_temp",
|
"supertack_plate_temp_initial_layer", "supertack_plate_temp",
|
||||||
|
"circle_compensation_speed", "counter_coef_1", "counter_coef_2", "counter_coef_3", "hole_coef_1", "hole_coef_2", "hole_coef_3",
|
||||||
|
"counter_limit_min", "counter_limit_max", "hole_limit_min", "hole_limit_max", "diameter_limit",
|
||||||
// "bed_type",
|
// "bed_type",
|
||||||
//BBS:temperature_vitrification
|
//BBS:temperature_vitrification
|
||||||
"temperature_vitrification", "reduce_fan_stop_start_freq", "slow_down_for_layer_cooling", "fan_min_speed",
|
"temperature_vitrification", "reduce_fan_stop_start_freq", "slow_down_for_layer_cooling", "fan_min_speed",
|
||||||
|
|
Loading…
Reference in New Issue