mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove experimental tag from ASA and SR30.
Map mk14_e to LABS extruder. PP-502
This commit is contained in:
parent
452e1dd47c
commit
adc873e619
35 changed files with 85 additions and 95 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue