mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 18:55:14 +08:00

We'd like to keep the list of manufacturers and printers a bit more fair, without some manufacturers/printers getting more attention than others. The printers didn't have stylised caps here either. Contributes to issue CURA-8364.
33 lines
807 B
JSON
33 lines
807 B
JSON
{
|
|
"version": 2,
|
|
"name": "Creasee CS30",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"visible": true,
|
|
"manufacturer": "Creasee",
|
|
"machine_extruder_trains":
|
|
{
|
|
"0": "creasee_extruder_1"
|
|
}
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Creasee CS30" },
|
|
"machine_width": {
|
|
"default_value": 300
|
|
},
|
|
"machine_depth": {
|
|
"default_value": 300
|
|
},
|
|
"machine_height": {
|
|
"default_value": 400
|
|
},
|
|
"machine_start_gcode": {
|
|
"default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform"
|
|
},
|
|
"machine_end_gcode": {
|
|
"default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84"
|
|
}
|
|
}
|
|
}
|