mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00

These are now meant to be the one-and-only Creality profiles, replacing the old profiles originally in Cura. Contributes to issue CURA-6554.
31 lines
1.5 KiB
JSON
31 lines
1.5 KiB
JSON
{
|
|
"name": "Creality CR-10S Pro",
|
|
"version": 2,
|
|
"inherits": "creality_cr10",
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Creality CR-10S Pro" },
|
|
"machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nM420 S1 Z2 ;Enable ABL using saved Mesh and Fade Height\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n"},
|
|
"machine_head_polygon": { "default_value": [
|
|
[-44, 34],
|
|
[-44, -34],
|
|
[18, -34],
|
|
[18, 34]
|
|
]
|
|
},
|
|
"machine_head_with_fans_polygon": { "default_value": [
|
|
[-44, 34],
|
|
[-44, -34],
|
|
[38, -34],
|
|
[38, 34]
|
|
]
|
|
},
|
|
|
|
"gantry_height": { "value": 30 }
|
|
|
|
},
|
|
"metadata": {
|
|
"quality_definition": "creality_base",
|
|
"platform": "creality_cr10spro.stl",
|
|
"platform_offset": [ -150, 0, 150]
|
|
}
|
|
} |