mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 03:20:38 +08:00
45 lines
1.9 KiB
JSON
45 lines
1.9 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "Flying Bear Ghost 4S",
|
|
"inherits": "flyingbear_base",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"author": "oducceu",
|
|
"platform": "flyingbear_platform.obj",
|
|
"platform_texture": "flyingbear_platform.png",
|
|
"quality_definition": "flyingbear_base"
|
|
},
|
|
"overrides":
|
|
{
|
|
"acceleration_enabled": { "value": false },
|
|
"acceleration_print": { "value": 1000 },
|
|
"acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },
|
|
"acceleration_travel": { "value": 1000 },
|
|
"acceleration_travel_layer_0": { "value": "acceleration_travel" },
|
|
"jerk_enabled": { "value": false },
|
|
"jerk_print": { "value": 20 },
|
|
"jerk_travel": { "value": "jerk_print" },
|
|
"jerk_travel_layer_0": { "value": "jerk_travel" },
|
|
"machine_acceleration": { "value": 1000 },
|
|
"machine_depth": { "default_value": 210 },
|
|
"machine_height": { "default_value": 200 },
|
|
"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": 70 },
|
|
"machine_max_feedrate_x": { "value": 200 },
|
|
"machine_max_feedrate_y": { "value": 200 },
|
|
"machine_max_feedrate_z": { "value": 20 },
|
|
"machine_max_jerk_e": { "value": 5.0 },
|
|
"machine_max_jerk_xy": { "value": 20 },
|
|
"machine_max_jerk_z": { "value": 0.4 },
|
|
"machine_name": { "default_value": "Flying Bear Ghost 4S" },
|
|
"machine_steps_per_mm_e": { "default_value": 400 },
|
|
"machine_steps_per_mm_x": { "default_value": 80 },
|
|
"machine_steps_per_mm_y": { "default_value": 80 },
|
|
"machine_steps_per_mm_z": { "default_value": 400 },
|
|
"machine_width": { "default_value": 255 }
|
|
}
|
|
} |