mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:36:01 +08:00
Platform adhesion is now handled by inherit function
Based on suggestion by ghostkeeper CURA-1068
This commit is contained in:
parent
9f29af82b5
commit
a3eb212d68
@ -1554,6 +1554,7 @@
|
|||||||
"raft": "Raft"
|
"raft": "Raft"
|
||||||
},
|
},
|
||||||
"default": "skirt",
|
"default": "skirt",
|
||||||
|
"inherit_function": "\"skirt\" if machine_heated_bed else \"brim\"",
|
||||||
"global_only": "True"
|
"global_only": "True"
|
||||||
},
|
},
|
||||||
"skirt_line_count": {
|
"skirt_line_count": {
|
||||||
|
@ -22,8 +22,5 @@
|
|||||||
[[ 60.0, -60.0], [ 33.0, -60.0], [ 35.0, -52.0], [ 60.0, -52.0]]
|
[[ 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] }
|
"machine_platform_offset": { "default": [0.0, 0.0, 0.0] }
|
||||||
},
|
|
||||||
"overrides": {
|
|
||||||
"adhesion_type":{"default": "brim"}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -79,8 +79,5 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"machine_extruder_drive_upgrade": { "default": false }
|
"machine_extruder_drive_upgrade": { "default": false }
|
||||||
},
|
|
||||||
"overrides": {
|
|
||||||
"adhesion_type":{"default": "brim"}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user