mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-26 18:31:11 +00:00
Update README and implement dithering features: Change download link in README, add mixed filament management enhancements including filament removal and layer height adjustments for dithering in the MixedFilamentManager. Introduce new configuration options for dithering in the PrintConfig and GUI, and ensure proper handling of mixed filament states during filament deletion.
This commit is contained in:
@@ -1092,6 +1092,13 @@ Print::ApplyStatus Print::apply(const Model &model, DynamicPrintConfig new_full_
|
||||
new_full_config.option("print_settings_id", true);
|
||||
new_full_config.option("filament_settings_id", true);
|
||||
new_full_config.option("printer_settings_id", true);
|
||||
// Ensure newly introduced dithering keys are present so in-session updates are detected.
|
||||
new_full_config.option("dithering_z_step_size", true);
|
||||
new_full_config.option("dithering_step_painted_zones_only", true);
|
||||
m_config.option("dithering_z_step_size", true);
|
||||
m_config.option("dithering_step_painted_zones_only", true);
|
||||
m_default_object_config.option("dithering_z_step_size", true);
|
||||
m_default_object_config.option("dithering_step_painted_zones_only", true);
|
||||
// BBS
|
||||
int used_filaments = this->extruders(true).size();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user