Skip to content

Commit

Permalink
Merge pull request #19326 from Ultimaker/fix-unit-tests-default_startx
Browse files Browse the repository at this point in the history
Change default_value to value
  • Loading branch information
rburema committed Jul 9, 2024
2 parents 95f1b3d + 36141b4 commit 9351096
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions resources/definitions/Mark2_for_Ultimaker2.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
"layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" },
"layer_start_x":
{
"default_value": 105.0,
"enabled": false
"enabled": false,
"value": 105.0
},
"layer_start_y":
{
"default_value": 27.0,
"enabled": false
"enabled": false,
"value": 27.0
},
"line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" },
"machine_acceleration": { "default_value": 3000 },
Expand Down
8 changes: 4 additions & 4 deletions resources/definitions/dxu.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" },
"layer_start_x":
{
"default_value": 180.0,
"enabled": false
"enabled": false,
"value": 180.0
},
"layer_start_y":
{
"default_value": 160.0,
"enabled": false
"enabled": false,
"value": 160.0
},
"line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" },
"machine_acceleration": { "default_value": 3000 },
Expand Down

0 comments on commit 9351096

Please sign in to comment.