mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: the wipe tower should not show for printer which is not support clumping
jira: none Change-Id: Ife535adb406224252fe8b0b3e7807a3e84752cc2 (cherry picked from commit 2f2bc935bfeb325de548e4cf867eb2d3a5d67879)
This commit is contained in:
@@ -1501,7 +1501,7 @@ WipeTower::WipeTower(const PrintConfig& config, int plate_idx, Vec3d plate_origi
|
||||
//wipe_volumes(flush_matrix)
|
||||
m_enable_timelapse_print(config.timelapse_type.value == TimelapseType::tlSmooth),
|
||||
m_enable_wrapping_detection(config.enable_wrapping_detection),
|
||||
m_wrapping_detection_layers(config.wrapping_detection_layers.value),
|
||||
m_wrapping_detection_layers(config.wrapping_detection_layers.value && (config.wrapping_exclude_area.values.size() > 2)),
|
||||
m_slice_used_filaments(slice_used_filaments.size()),
|
||||
m_filaments_change_length(config.filament_change_length.values),
|
||||
m_is_multi_extruder(config.nozzle_diameter.size() > 1),
|
||||
|
||||
Reference in New Issue
Block a user