Skip to content

Commit

Permalink
Allow very high acceleration and deceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Oct 30, 2024
1 parent 7c0b8d2 commit d730f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/definitions/fdmprinter.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -8987,7 +8987,7 @@
"type": "float",
"default_value": 20.0,
"minimum_value": 1.0,
"maximum_value": 1000.0,
"maximum_value": 100000.0,
"unit": "mm/s\u00b2",
"limit_to_extruder": "wall_0_extruder_nr",
"settable_per_extruder": true,
Expand All @@ -9014,7 +9014,7 @@
"type": "float",
"default_value": 20.0,
"minimum_value": 1.0,
"maximum_value": 1000.0,
"maximum_value": 100000.0,
"unit": "mm/s\u00b2",
"limit_to_extruder": "wall_0_extruder_nr",
"settable_per_extruder": true,
Expand Down

0 comments on commit d730f42

Please sign in to comment.