Cura/resources/definitions/leapfrog_creatr_hs.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

43 lines
1.8 KiB
JSON

{
"version": 2,
"name": "Leapfrog Creatr HS",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "Psychometer",
"manufacturer": "Leapfrog B.V.",
"file_formats": "text/x-gcode",
"machine_extruder_trains":
{
"0": "leapfrog_creatr_hs_extruder_right",
"1": "leapfrog_creatr_hs_extruder_left"
},
"supports_usb_connection": true
},
"overrides":
{
"build_volume_temperature": { "enabled": false },
"gantry_height": { "value": "2" },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 280 },
"machine_end_gcode": { "default_value": "M104 S0 T0 ; turn off right extruder\nM104 S0 T1 ; turn off left extruder\nM140 S0 T0 ; turn off bed\nG1 Z200 F1200 ; drop bed\nG28 X0 ; home X axis\nM84 ; disable motors" },
"machine_extruder_count": { "default_value": 2 },
"machine_gcode_flavor": { "default_value": "Marlin" },
"machine_head_with_fans_polygon":
{
"default_value": [
[-40, -50],
[-40, 100],
[40, -50],
[40, 100]
]
},
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 180 },
"machine_name": { "default_value": "Leapfrog Creatr HS" },
"machine_shape": { "default_value": "Rectangular" },
"machine_start_gcode": { "default_value": "M107 ; start with the fan off\nG28 X0 Y0 ; home XY axes\nG28 Z0 ; home Z\nG92 X0 Y0 Z0 E0 ; reset software positions\nG1 Z15.0 F180\nT0\nG92 E0 ; zero the extruded length\nG1 E3 F200\nG92 E0 ; zero the extruded length again\nG1 F225" },
"machine_width": { "default_value": 270 }
}
}