mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06: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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue