mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:29:02 +08:00
Update kingroon_kp3s_pro.def.json
Added the default machine_depth value. Changed the default machine_name value.
This commit is contained in:
parent
0432b76b4e
commit
874f4a1b4a
@ -13,6 +13,8 @@
|
||||
{
|
||||
"machine_acceleration": { "value": 1000 },
|
||||
"machine_height": { "default_value": 200 },
|
||||
"machine_width": { "default_value": 200 },
|
||||
"machine_depth": { "default_value": 200 },
|
||||
"machine_max_acceleration_e": { "value": 1000 },
|
||||
"machine_max_acceleration_x": { "value": 1000 },
|
||||
"machine_max_acceleration_y": { "value": 1000 },
|
||||
@ -23,12 +25,11 @@
|
||||
"machine_max_feedrate_z": { "value": 4 },
|
||||
"machine_max_jerk_xy": { "value": 15 },
|
||||
"machine_max_jerk_z": { "value": 0.4 },
|
||||
"machine_name": { "default_value": "Kingroon KP3S" },
|
||||
"machine_name": { "default_value": "Kingroon KP3S Pro" },
|
||||
"machine_steps_per_mm_e": { "value": 764 },
|
||||
"machine_steps_per_mm_x": { "value": 160 },
|
||||
"machine_steps_per_mm_y": { "value": 160 },
|
||||
"machine_steps_per_mm_z": { "value": 800 },
|
||||
"machine_width": { "default_value": 200 },
|
||||
"retraction_amount": { "value": 1 },
|
||||
"retraction_extrusion_window": { "value": 1 },
|
||||
"retraction_speed": { "value": 40 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user