mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:29:02 +08:00
Prevent one-at-a-time print-sequence on Method printers.
There'd _maybe_ be space for prints less than 1cm high for this mode, but even that is tricky.
This commit is contained in:
parent
d2db9a2555
commit
b0d4d4a0e7
@ -355,6 +355,11 @@
|
||||
"prime_tower_line_width": { "value": 1 },
|
||||
"prime_tower_raft_base_line_spacing": { "value": "raft_base_line_width" },
|
||||
"prime_tower_wipe_enabled": { "value": true },
|
||||
"print_sequence":
|
||||
{
|
||||
"enabled": false,
|
||||
"value": "all_at_once"
|
||||
},
|
||||
"raft_base_line_spacing": { "value": "2*raft_base_line_width" },
|
||||
"raft_base_line_width": { "value": 1.4 },
|
||||
"raft_base_speed": { "value": 5 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user