gcode-estimator/config_example.json
2023-06-23 12:30:11 +03:00

33 lines
278 B
JSON

{
"acceleration":
{
"print": 500,
"travel": 1000,
"retract": 1000,
"x": 500,
"y": 500,
"z": 100,
"e": [
1000
]
},
"velocity":
{
"x": 500,
"y": 500,
"z": 5,
"e": [
50
]
},
"jerk":
{
"x": 10,
"y": 10,
"z": 0.3,
"e": [
5
]
}
}