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 cd1c2e6b91
commit 73615df334
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),