mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Merge branch '5.6'
This commit is contained in:
commit
b8deb31eb9
8 changed files with 30 additions and 10 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