mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 20:25:12 +08:00
55 lines
2.3 KiB
JSON
55 lines
2.3 KiB
JSON
{
|
|
"name": "Flying Bear Ghost 5",
|
|
"version": 2,
|
|
"inherits": "flyingbear_base",
|
|
"metadata": {
|
|
"visible": true,
|
|
"author": "oducceu",
|
|
|
|
"platform": "flyingbear_platform.obj",
|
|
"platform_texture": "flyingbear_platform.png",
|
|
|
|
"quality_definition": "flyingbear_base"
|
|
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Flying Bear Ghost 5" },
|
|
"machine_start_gcode": { "default_value": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\n;Fix X0 Y0 being outside the bed after homing\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X1.3 Y4.8 ;Place the nozzle over the bed\nG92 X0 Y0 ;Set new X0 Y0\n\n;Code for nozzle cleaning and flow normalization\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.4 Y20 Z0.28 F5000.0\nG1 X10.4 Y170.0 Z0.28 F1500.0 E15\nG1 X10.1 Y170.0 Z0.28 F5000.0\nG1 X10.1 Y40 Z0.28 F1500.0 E30\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up" },
|
|
"machine_width": { "default_value": 255 },
|
|
"machine_depth": { "default_value": 210 },
|
|
"machine_height": { "default_value": 210 },
|
|
|
|
"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_steps_per_mm_e": { "default_value": 410 },
|
|
|
|
"machine_max_feedrate_x": { "value": 300 },
|
|
"machine_max_feedrate_y": { "value": 300 },
|
|
"machine_max_feedrate_z": { "value": 20 },
|
|
"machine_max_feedrate_e": { "value": 70 },
|
|
|
|
"acceleration_enabled": { "value": false },
|
|
"jerk_enabled": { "value": false },
|
|
|
|
"machine_max_acceleration_x": { "value": 1000 },
|
|
"machine_max_acceleration_y": { "value": 1000 },
|
|
"machine_max_acceleration_z": { "value": 200 },
|
|
"machine_max_acceleration_e": { "value": 80000 },
|
|
"machine_acceleration": { "value": 1000 },
|
|
|
|
"machine_max_jerk_xy": { "value": 20 },
|
|
"machine_max_jerk_z": { "value": 0.4 },
|
|
"machine_max_jerk_e": { "value": 5.0 },
|
|
|
|
"acceleration_print": { "value": 1000 },
|
|
"acceleration_travel": { "value": 3000 },
|
|
"acceleration_travel_layer_0": { "value": "acceleration_travel" },
|
|
"acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },
|
|
|
|
"jerk_print": { "value": 20 },
|
|
"jerk_travel": { "value": "jerk_print" },
|
|
"jerk_travel_layer_0": { "value": "jerk_travel" }
|
|
}
|
|
} |