mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Removed parameter 'wipe_tower_adhesion', it will always be true
This commit is contained in:
parent
349a8a88ae
commit
76b280c64c
6 changed files with 3 additions and 15 deletions
|
@ -202,7 +202,6 @@ bool Print::invalidate_state_by_config_options(const std::vector<t_config_option
|
|||
|| opt_key == "wipe_tower_per_color_wipe"
|
||||
|| opt_key == "wipe_tower_rotation_angle"
|
||||
|| opt_key == "wipe_tower_bridging"
|
||||
|| opt_key == "wipe_tower_adhesion"
|
||||
|| opt_key == "z_offset") {
|
||||
steps.emplace_back(psWipeTower);
|
||||
} else if (
|
||||
|
@ -1043,7 +1042,7 @@ void Print::_make_wipe_tower()
|
|||
float(this->config.wipe_tower_width.value), float(this->config.wipe_tower_per_color_wipe.value),
|
||||
float(this->config.wipe_tower_rotation_angle.value), float(this->config.cooling_tube_retraction.value),
|
||||
float(this->config.cooling_tube_length.value), float(this->config.parking_pos_retraction.value),
|
||||
float(this->config.wipe_tower_bridging), bool(this->config.wipe_tower_adhesion),
|
||||
float(this->config.wipe_tower_bridging),
|
||||
/*this->config.wipe_tower_advanced.value*/std::string(""),m_tool_ordering.first_extruder());
|
||||
|
||||
//wipe_tower.set_retract();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue