Skip to content

Commit

Permalink
Fixed Unnecessary default_values
Browse files Browse the repository at this point in the history
Contributes to CURA-11575
  • Loading branch information
jellespijker committed Jan 22, 2024
1 parent 218639d commit 09a34f5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion resources/definitions/elegoo_neptune_4.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
{
"acceleration_print":
{
"default_value": 10000,
"maximum_value_warning": "20000",
"value": 10000
},
Expand Down
1 change: 0 additions & 1 deletion resources/definitions/elegoo_neptune_4max.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
{
"acceleration_print":
{
"default_value": 2500,
"maximum_value_warning": "15000",
"value": 2500
},
Expand Down
1 change: 0 additions & 1 deletion resources/definitions/elegoo_neptune_4plus.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
{
"acceleration_print":
{
"default_value": 4000,
"value": 4000
},
"machine_acceleration": { "value": 4000 },
Expand Down

0 comments on commit 09a34f5

Please sign in to comment.