mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: Add prompt information when mixture of PLA and PETG
jira: STUDIO-9659 Change-Id: I03a09dd796074d0872010672bdd85688bb7f1715 (cherry picked from commit 903b230f389ac8fce2816a8d46a0675019af0b04)
This commit is contained in:
@@ -3709,7 +3709,7 @@ Plater::priv::priv(Plater *q, MainFrame *main_frame)
|
||||
"nozzle_height", "skirt_type", "skirt_loops", "skirt_speed","min_skirt_length", "skirt_distance", "skirt_start_angle",
|
||||
"brim_width", "brim_object_gap", "brim_type", "nozzle_diameter", "single_extruder_multi_material", "preferred_orientation",
|
||||
"enable_prime_tower", "wipe_tower_x", "wipe_tower_y", "prime_tower_width", "prime_tower_brim_width", "prime_tower_outer_first", "prime_tower_skip_points", "prime_volume",
|
||||
"extruder_colour", "filament_colour", "material_colour", "printable_height", "extruder_printable_height", "printer_model", "printer_technology",
|
||||
"extruder_colour", "filament_colour", "filament_type", "material_colour", "printable_height", "extruder_printable_height", "printer_model", "printer_technology",
|
||||
// These values are necessary to construct SlicingParameters by the Canvas3D variable layer height editor.
|
||||
"layer_height", "initial_layer_print_height", "min_layer_height", "max_layer_height",
|
||||
"brim_width", "wall_loops", "wall_filament", "sparse_infill_density", "sparse_infill_filament", "top_shell_layers",
|
||||
@@ -14441,7 +14441,7 @@ void Plater::on_config_change(const DynamicPrintConfig &config)
|
||||
continue;
|
||||
}
|
||||
}
|
||||
if (opt_key == "material_colour") {
|
||||
if (opt_key == "material_colour" || opt_key == "filament_type") {
|
||||
update_scheduled = true; // update should be scheduled (for update 3DScene)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user