Fixed junction-accel value to 200000

This commit is contained in:
David Carley
2021-03-05 20:07:12 -08:00
parent 5bbf7e4659
commit 0347b24bde
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
"load-2": "disabled" "load-2": "disabled"
}, },
"settings": { "settings": {
"junction-accel": 199999.999, "junction-accel": 200000,
"max-deviation": 0.001, "max-deviation": 0.001,
"units": "METRIC" "units": "METRIC"
}, },

View File

@@ -27,7 +27,7 @@
"load-2": "disabled" "load-2": "disabled"
}, },
"settings": { "settings": {
"junction-accel": 199999.999, "junction-accel": 200000,
"max-deviation": 0.001, "max-deviation": 0.001,
"units": "METRIC" "units": "METRIC"
}, },