mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON feat: firmware acceleration and jerk settings for ultimaker printers (CURA-1646)
This commit is contained in:
parent
13fd588451
commit
1291587001
3 changed files with 149 additions and 0 deletions
|
@ -86,6 +86,21 @@
|
|||
"material_bed_temperature": {
|
||||
"enabled": "False"
|
||||
},
|
||||
"machine_max_feedrate_x": {
|
||||
"default_value": 300
|
||||
},
|
||||
"machine_max_feedrate_y": {
|
||||
"default_value": 300
|
||||
},
|
||||
"machine_max_feedrate_z": {
|
||||
"default_value": 40
|
||||
},
|
||||
"machine_max_feedrate_e": {
|
||||
"default_value": 45
|
||||
},
|
||||
"machine_acceleration": {
|
||||
"default_value": 3000
|
||||
},
|
||||
"material_diameter": {
|
||||
"enabled": "False"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue