Merge pull request #20245 from Ultimaker/CURA-12401_fix-makerbot-compatibility-warning

CURA-12401 Fix makerbot compatibility warning
This commit is contained in:
HellAholic 2025-02-13 10:13:27 +01:00 committed by GitHub
commit f1ef188a5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,10 @@ class FormatMaps:
"mk14_c": "1C",
"mk14": "1A",
"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.