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