xyzprinting_da_vinci_super.def.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "version": 2,
  3. "name": "XYZprinting da Vinci Super",
  4. "inherits": "xyzprinting_base",
  5. "metadata": {
  6. "visible": true,
  7. "file_formats": "text/x-gcode",
  8. "supports_usb_connection": true,
  9. "preferred_quality_type": "normal",
  10. "quality_definition": "xyzprinting_da_vinci_super",
  11. "preferred_variant_name": "Copper 0.4mm Nozzle",
  12. "variants_name": "Nozzle Type",
  13. "machine_extruder_trains": {
  14. "0": "xyzprinting_da_vinci_super_extruder_0"
  15. }
  16. },
  17. "overrides": {
  18. "machine_name": { "default_value": "XYZprinting da Vinci Super" },
  19. "machine_shape": { "default_value": "rectangular"},
  20. "machine_heated_bed": { "default_value": true },
  21. "machine_width": { "default_value": 300.00 },
  22. "machine_depth": { "default_value": 300.00 },
  23. "machine_height": { "default_value":300.00 },
  24. "machine_center_is_zero": { "default_value": false },
  25. "machine_head_with_fans_polygon": {
  26. "default_value": [
  27. [ -20, -10 ],
  28. [ -20, 10 ],
  29. [ 10, 10 ],
  30. [ 10, -10 ]
  31. ]
  32. },
  33. "layer_height": { "default_value": 0.2 },
  34. "layer_height_0": { "default_value": 0.35 },
  35. "infill_sparse_density": { "default_value": 10 },
  36. "default_material_print_temperature": { "default_value": 210 },
  37. "material_print_temperature": { "value": 210 },
  38. "material_bed_temperature": { "value": 45 },
  39. "material_bed_temperature_layer_0": { "value": 45 },
  40. "material_flow_layer_0": {"value": 120},
  41. "retraction_amount": { "default_value": 5.5 },
  42. "retraction_speed": { "default_value": 30 },
  43. "speed_print": { "default_value": 30 },
  44. "speed_travel": { "value": 120 },
  45. "cool_fan_enabled": { "default_value": true },
  46. "cool_fan_speed_0": { "value": 100 },
  47. "adhesion_type": { "default_value" : "skirt" },
  48. "brim_line_count": { "value" : 5 },
  49. "skirt_line_count": { "default_value" : 5 },
  50. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  51. "machine_start_gcode": {
  52. "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n"
  53. },
  54. "machine_end_gcode": {
  55. "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n"
  56. }
  57. }
  58. }