Change default_value to value

This is necessary because the parent definition of the settings has changed
This commit is contained in:
Erwan MATHIEU 2024-07-05 13:18:57 +02:00 committed by Remco Burema
parent fbfda3be9d
commit 046c9a5a52
2 changed files with 4 additions and 4 deletions

View File

@ -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)" },

View File

@ -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)" },