mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:57:23 +08:00
Merge branch 'patch-2' of https://github.com/Sophist-UK/Cura into Sophist-UK-patch-2
This commit is contained in:
commit
5bc6f5510f
@ -57,6 +57,22 @@
|
||||
},
|
||||
"top_bottom_thickness": {
|
||||
"default_value": 1
|
||||
}
|
||||
},
|
||||
"machine_max_feedrate_x": { "default_value": 500 },
|
||||
"machine_max_feedrate_y": { "default_value": 500 },
|
||||
"machine_max_feedrate_z": { "default_value": 4 },
|
||||
"machine_max_feedrate_e": { "default_value": 170 },
|
||||
"machine_max_acceleration_x": { "value": 3000 },
|
||||
"machine_max_acceleration_y": { "value": 1000 },
|
||||
"machine_max_acceleration_z": { "value": 20 },
|
||||
"machine_max_acceleration_e": { "value": 10000 },
|
||||
"machine_acceleration": { "value": 3000 },
|
||||
"machine_max_jerk_xy": { "value": 20 },
|
||||
"machine_max_jerk_z": { "value": 0.4 },
|
||||
"machine_max_jerk_e": { "value": 5 },
|
||||
"machine_steps_per_mm_x": { "default_value": 80 },
|
||||
"machine_steps_per_mm_y": { "default_value": 80 },
|
||||
"machine_steps_per_mm_z": { "default_value": 2560 },
|
||||
"machine_steps_per_mm_e": { "default_value": 98 }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user