mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Wipe tower - removed the obsolete material_type enum
no longer necessary because the speed overrides that the enum controlled were recently removed the comment in gcode is now just about appending the config string
This commit is contained in:
parent
678d0e18a7
commit
0eecfc6604
3 changed files with 13 additions and 80 deletions
|
@ -1809,7 +1809,7 @@ void Print::_make_wipe_tower()
|
|||
|
||||
wipe_tower.set_extruder(
|
||||
i,
|
||||
WipeTowerPrusaMM::parse_material(m_config.filament_type.get_at(i).c_str()),
|
||||
m_config.filament_type.get_at(i),
|
||||
m_config.temperature.get_at(i),
|
||||
m_config.first_layer_temperature.get_at(i),
|
||||
m_config.filament_loading_speed.get_at(i),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue