Cura/resources/definitions/xyzprinting_da_vinci_super.def.json
jspijker 53d8e0c730 Applied printer-linter format
To make sure we have uniform diffs with our PR's
2022-12-30 22:05:41 +01:00

48 lines
1.9 KiB
JSON

{
"version": 2,
"name": "XYZprinting da Vinci Super",
"inherits": "xyzprinting_base",
"metadata":
{
"visible": true,
"author": "XYZprinting Software",
"manufacturer": "XYZprinting",
"file_formats": "text/x-gcode",
"has_machine_quality": true,
"has_materials": true,
"has_variants": true,
"machine_extruder_trains": { "0": "xyzprinting_da_vinci_super_extruder_0" },
"preferred_quality_type": "normal",
"preferred_variant_name": "Copper 0.4mm Nozzle",
"quality_definition": "xyzprinting_da_vinci_super",
"supports_usb_connection": true,
"variants_name": "Nozzle Type"
},
"overrides":
{
"brim_line_count": { "value": 5 },
"cool_fan_enabled": { "default_value": true },
"cool_fan_speed_0": { "value": 100 },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 300.0 },
"machine_end_gcode": { "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_head_with_fans_polygon":
{
"default_value": [
[-20, -10],
[-20, 10],
[10, 10],
[10, -10]
]
},
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 300.0 },
"machine_name": { "default_value": "XYZprinting da Vinci Super" },
"machine_shape": { "default_value": "rectangular" },
"machine_start_gcode": { "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" },
"machine_width": { "default_value": 300.0 },
"material_flow_layer_0": { "value": 120 },
"skirt_line_count": { "default_value": 5 }
}
}