Cura/resources/definitions/makeblock_mcreate.def.json
c.lamboo 2181bbceb3 Fix gcode flavors in profiles
For some printer definitions the `machine_gcode_flavor` was entered incorrectly (the display name was used rather than the flavor-key). Previously in combo boxes the flavour would default to the first key (which is "marlin"). Due to recent changes we will not default anymore to the first option, but instead show nothing. By changing the flavor to the correct key the flavors will show up correctly again.

CURA-10374
2023-03-23 16:22:22 +01:00

60 lines
No EOL
2.2 KiB
JSON

{
"version": 2,
"name": "Makeblock mCreate",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "Makeblock",
"manufacturer": "Makeblock",
"file_formats": "application/gzip;text/x-gcode",
"has_machine_quality": true,
"machine_extruder_trains": { "0": "makeblock_mcreate_extruder_0" },
"preferred_quality_type": "normal"
},
"overrides":
{
"gantry_height": {
"value": 15.0
},
"machine_depth": {
"default_value": 225
},
"machine_end_gcode": {
"default_value": "; Mcreate end Gcode \nG4 ; Wait command in buffer have finished \nG92 E0 \nG1 E-2 F300; retract filament \nG28 X Z; home x z axis \nG1 F3000 Y220;Move Heat Bed to the front for easy print removal \nM104 S0; Turn off the nozzle heat \nM140 S0; Turn off the bed heat \nM107 ; Turn off the Fan \nM84 ; Disable stepper motors \n; End of GCode"
},
"machine_extruder_count": {
"default_value": 1
},
"machine_gcode_flavor": {
"default_value": "RepRap (Marlin/Sprinter)"
},
"machine_head_with_fans_polygon": {
"default_value": [
[
0,
0
],
[
0,
0
],
[
0,
0
],
[
0,
0
]
]
},
"machine_heated_bed": {
"default_value": true
},
"machine_height": { "default_value": 300 },
"machine_name": { "default_value": "Makeblock mCreate" },
"machine_start_gcode": { "default_value": "; Mcreate Start Gcode \nG28 ; Home all axes \nG92 E0 ; Reset Extruder\nG1 X0 Y0 Z15 F3000.0 ; Move to start position \nG1 E10 F400 ;load filament \nG1 E2 F400 ;retarct filament \nG92 E0 ; Reset Extruder \nG1 X0 Y130 Z15 F3000.0 \nG12 ; clean nozzle \nG1 X0 Y0 Z0.3 F3000.0 ; Move to start position \nG1 E9.0 F400 ;loadsome filament \nG92 E0 ; Reset Extruder \n; End of start GCode" },
"machine_width": { "default_value": 225 }
}
}