mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 18:45:12 +08:00
JSON fix: prime_tower_wipe_enabled is now true by default (CURA-2420)
This commit is contained in:
parent
f435dcd896
commit
b7ca569b84
@ -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…
x
Reference in New Issue
Block a user