mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 15:19:02 +08:00
Fixed prim blob visibility
Changed the wrong prime_blob setting, now it should be visible but disabled.
This commit is contained in:
parent
1951391a23
commit
d3101b2fd9
@ -63,7 +63,8 @@
|
||||
"machine_end_gcode": { "default_value": "" },
|
||||
"prime_tower_position_x": { "default_value": 345 },
|
||||
"prime_tower_position_y": { "default_value": 222.5 },
|
||||
"prime_blob_enable": { "enabled": false },
|
||||
"prime_blob_enable": { "enabled": true },
|
||||
"prime_blob_enable": { "default_value": false },
|
||||
|
||||
"speed_travel":
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user