mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 16:24:41 +08:00
feat: add kp3s pro
This commit is contained in:
parent
47a248e825
commit
2f0ac6b998
36
resources/definitions/kingroon_kp3s_pro.def.json
Normal file
36
resources/definitions/kingroon_kp3s_pro.def.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Kingroon KP3S",
|
||||||
|
"inherits": "kingroon_base",
|
||||||
|
"metadata":
|
||||||
|
{
|
||||||
|
"visible": true,
|
||||||
|
"platform": "kingroon_kp3s.stl",
|
||||||
|
"quality_definition": "kingroon_base"
|
||||||
|
},
|
||||||
|
"overrides":
|
||||||
|
{
|
||||||
|
"machine_acceleration": { "value": 1000 },
|
||||||
|
"machine_max_acceleration_e": { "value": 1000 },
|
||||||
|
"machine_max_acceleration_x": { "value": 1000 },
|
||||||
|
"machine_max_acceleration_y": { "value": 1000 },
|
||||||
|
"machine_max_acceleration_z": { "value": 100 },
|
||||||
|
"machine_max_feedrate_e": { "value": 100 },
|
||||||
|
"machine_max_feedrate_x": { "value": 200 },
|
||||||
|
"machine_max_feedrate_y": { "value": 200 },
|
||||||
|
"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_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 },
|
||||||
|
"retraction_amount": { "value": 1 },
|
||||||
|
"retraction_extrusion_window": { "value": 1 },
|
||||||
|
"retraction_speed": { "value": 40 },
|
||||||
|
"speed_z_hop": { "value": 4 },
|
||||||
|
"machine_width": { "default_value": 200 },
|
||||||
|
"machine_height": { "default_value": 200}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user