Skip to content

Commit

Permalink
Prevent one-at-a-time print-sequence on Method printers.
Browse files Browse the repository at this point in the history
There'd _maybe_ be space for prints less than 1cm high for this mode, but even that is tricky.
  • Loading branch information
rburema committed Nov 1, 2023
1 parent d2db9a2 commit b0d4d4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/definitions/ultimaker_method_base.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit b0d4d4a

Please sign in to comment.