mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 05:01:13 +08:00
31 lines
803 B
JSON
31 lines
803 B
JSON
{
|
|
|
|
"name": "Proton X Rail",
|
|
"version": 2,
|
|
"inherits": "inat_base",
|
|
"metadata": {
|
|
"visible": true,
|
|
"quality_definition": "inat_base",
|
|
"platform": "inat_proton_x_buildplate.stl",
|
|
"platform_offset": [ 0, -1.1, 0]
|
|
},
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Proton X Rail" },
|
|
"machine_width": { "default_value": 304 },
|
|
"machine_depth": { "default_value": 304 },
|
|
"machine_height": { "default_value": 300 },
|
|
"machine_max_acceleration_x": {
|
|
"value": 500
|
|
},
|
|
"machine_max_acceleration_y": {
|
|
"value": 800
|
|
},
|
|
"machine_max_acceleration_z": {
|
|
"value": 200
|
|
},
|
|
"machine_max_jerk_xy": {
|
|
"value": 10
|
|
}
|
|
|
|
}
|
|
} |