xyzprinting_da_vinci_super.def.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "version": 2,
  3. "name": "XYZprinting da Vinci Super",
  4. "inherits": "xyzprinting_base",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "XYZprinting Software",
  9. "manufacturer": "XYZprinting",
  10. "file_formats": "text/x-gcode",
  11. "has_machine_quality": true,
  12. "has_materials": true,
  13. "has_variants": true,
  14. "machine_extruder_trains": { "0": "xyzprinting_da_vinci_super_extruder_0" },
  15. "preferred_quality_type": "normal",
  16. "preferred_variant_name": "Copper 0.4mm Nozzle",
  17. "quality_definition": "xyzprinting_da_vinci_super",
  18. "supports_usb_connection": true,
  19. "variants_name": "Nozzle Type"
  20. },
  21. "overrides":
  22. {
  23. "brim_line_count": { "value": 5 },
  24. "cool_fan_enabled": { "default_value": true },
  25. "cool_fan_speed_0": { "value": 100 },
  26. "machine_center_is_zero": { "default_value": false },
  27. "machine_depth": { "default_value": 300.0 },
  28. "machine_end_gcode": { "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n" },
  29. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  30. "machine_head_with_fans_polygon":
  31. {
  32. "default_value": [
  33. [-20, -10],
  34. [-20, 10],
  35. [10, 10],
  36. [10, -10]
  37. ]
  38. },
  39. "machine_heated_bed": { "default_value": true },
  40. "machine_height": { "default_value": 300.0 },
  41. "machine_name": { "default_value": "XYZprinting da Vinci Super" },
  42. "machine_shape": { "default_value": "rectangular" },
  43. "machine_start_gcode": { "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" },
  44. "machine_width": { "default_value": 300.0 },
  45. "material_flow_layer_0": { "value": 120 },
  46. "skirt_line_count": { "default_value": 5 }
  47. }
  48. }