mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
JSON fix: prime_tower_wipe_enabled is now true by default (CURA-2420)
This commit is contained in:
parent
f435dcd896
commit
b7ca569b84
1 changed files with 1 additions and 1 deletions
|
@ -3404,7 +3404,7 @@
|
|||
"description": "After printing the prime tower with one nozzle, wipe the oozed material from the other nozzle off on the prime tower.",
|
||||
"type": "bool",
|
||||
"enabled": "resolveOrValue('prime_tower_enable')",
|
||||
"default_value": false,
|
||||
"default_value": true,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue