UM2Go and UMO now have brim as default platform adhesion

CURA-1068
This commit is contained in:
Jaime van Kessel 2016-03-09 14:53:10 +01:00
parent 31d0a1651a
commit 9731d189be
2 changed files with 6 additions and 0 deletions

View File

@ -22,5 +22,8 @@
[[ 60.0, -60.0], [ 33.0, -60.0], [ 35.0, -52.0], [ 60.0, -52.0]]
]},
"machine_platform_offset": { "default": [0.0, 0.0, 0.0] }
},
"overrides": {
"adhesion_type":{"default": "brim"}
}
}

View File

@ -79,5 +79,8 @@
},
"machine_extruder_drive_upgrade": { "default": false }
},
"overrides": {
"adhesion_type":{"default": "brim"}
}
}