Remove experimental tag from ASA and SR30.

Map mk14_e to LABS extruder.

PP-502
This commit is contained in:
Paul Kuiper 2024-07-11 19:54:18 +02:00
parent 452e1dd47c
commit adc873e619
35 changed files with 85 additions and 95 deletions

View file

@ -50,7 +50,8 @@ class ExtruderConfigurationModel(QObject):
"mk14_hot_s":"2XA",
"mk14_c":"1C",
"mk14":"1A",
"mk14_s":"2A"
"mk14_s":"2A",
"mk14_e": "LABS"
}
if hotendId in _EXTRUDER_NAME_MAP:
return _EXTRUDER_NAME_MAP[hotendId]