Skip to content

Commit

Permalink
Change default_value to value
Browse files Browse the repository at this point in the history
This is necessary because the parent definition of the settings has changed
  • Loading branch information
wawanbreton authored and rburema committed Jul 9, 2024
1 parent fbfda3b commit 046c9a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/definitions/Mark2_for_Ultimaker2.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)" },
Expand Down
4 changes: 2 additions & 2 deletions resources/definitions/dxu.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)" },
Expand Down

0 comments on commit 046c9a5

Please sign in to comment.