mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:15:53 +08:00
Change default_value to value
This is necessary because the parent definition of the settings has changed
This commit is contained in:
parent
fbfda3be9d
commit
046c9a5a52
@ -67,12 +67,12 @@
|
||||
"layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" },
|
||||
"layer_start_x":
|
||||
{
|
||||
"default_value": 105.0,
|
||||
"value": 105.0,
|
||||
"enabled": false
|
||||
},
|
||||
"layer_start_y":
|
||||
{
|
||||
"default_value": 27.0,
|
||||
"value": 27.0,
|
||||
"enabled": false
|
||||
},
|
||||
"line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" },
|
||||
|
@ -52,12 +52,12 @@
|
||||
"layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" },
|
||||
"layer_start_x":
|
||||
{
|
||||
"default_value": 180.0,
|
||||
"value": 180.0,
|
||||
"enabled": false
|
||||
},
|
||||
"layer_start_y":
|
||||
{
|
||||
"default_value": 160.0,
|
||||
"value": 160.0,
|
||||
"enabled": false
|
||||
},
|
||||
"line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user