mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Add missing Sketch printers extruders name mapping
CURA-12401
This commit is contained in:
parent
0a936bec6a
commit
d18f649221
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ class FormatMaps:
|
||||||
"mk14_c": "1C",
|
"mk14_c": "1C",
|
||||||
"mk14": "1A",
|
"mk14": "1A",
|
||||||
"mk14_s": "2A",
|
"mk14_s": "2A",
|
||||||
"mk14_e": "LABS"
|
"mk14_e": "LABS",
|
||||||
|
"sketch_extruder": "0.4mm",
|
||||||
|
"sketch_l_extruder": "0.4mm",
|
||||||
|
"sketch_sprint_extruder": "0.4mm",
|
||||||
}
|
}
|
||||||
|
|
||||||
# A map from the material-name in their native file-formats to some info, including the internal name we use.
|
# A map from the material-name in their native file-formats to some info, including the internal name we use.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue