Cura/resources/definitions/mingda_600proplus.def.json
2024-07-20 19:36:33 +00:00

28 lines
1.6 KiB
JSON

{
"version": 2,
"name": "Mingda 600Pro+",
"inherits": "mingda_base",
"metadata":
{
"visible": true,
"machine_extruder_trains":
{
"0": "mingda_base_plus_extruder_0",
"1": "mingda_base_plus_extruder_1"
},
"plarform": "mingda_600proplus_base.stl",
"preferred_variant_name": "0.4mm Nozzle",
"quality_definition": "mingda_base"
},
"overrides":
{
"gantry_height": { "value": 25 },
"machine_depth": { "default_value": 600 },
"machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M106 S0 ; turn off fan" },
"machine_extruder_count": { "default_value": 2 },
"machine_height": { "default_value": 600 },
"machine_name": { "default_value": "Mingda 600Pro+" },
"machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F1200 ; move z up little to prevent scratching of surface\n G1 X4 Y20 Z0.3 F3000.0 ; move to start-line position\n G1 X4 Y380.0 Z0.3 F1500.0 E30 ; draw 1st line\n G1 X4 Y380.0 Z0.4 F3000.0 ; move to side a little\n G1 X4 Y20 Z0.4 F1500.0 E60 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F1500 ; move z up little to prevent scratching of surface" },
"machine_width": { "default_value": 600 }
}
}