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:
Lukas Matena 2019-06-14 14:31:53 +02:00
parent 678d0e18a7
commit 0eecfc6604
3 changed files with 13 additions and 80 deletions

View file

@ -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),