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:
Remco Burema 2023-11-01 17:24:51 +01:00
parent d2db9a2555
commit b0d4d4a0e7

View File

@ -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 },