mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix 'brand alignment' messing up actual print files.
This commit is contained in:
parent
ad868434f3
commit
35d1ae3272
4 changed files with 6 additions and 6 deletions
|
@ -51,9 +51,9 @@ class MakerbotWriter(MeshWriter):
|
|||
]
|
||||
_META_VERSION = "3.0.0"
|
||||
_PRINT_NAME_MAP = {
|
||||
"Makerbot Method": "fire_e",
|
||||
"Makerbot Method X": "lava_f",
|
||||
"Makerbot Method XL": "magma_10",
|
||||
"UltiMaker Method": "fire_e",
|
||||
"UltiMaker Method X": "lava_f",
|
||||
"UltiMaker Method XL": "magma_10",
|
||||
}
|
||||
_EXTRUDER_NAME_MAP = {
|
||||
"1XA": "mk14_hot",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue