xyzprinting_da_vinci_pro_evo.def.json 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "version": 2,
  3. "name": "XYZprinting da Vinci Pro EVO",
  4. "inherits": "xyzprinting_base",
  5. "metadata": {
  6. "author": "XYZprinting Software",
  7. "manufacturer": "XYZprinting",
  8. "visible": true,
  9. "file_formats": "text/x-gcode",
  10. "has_machine_quality": true,
  11. "has_materials": true,
  12. "has_variants": true,
  13. "supports_usb_connection": true,
  14. "preferred_quality_type": "normal",
  15. "quality_definition": "xyzprinting_da_vinci_pro_evo",
  16. "preferred_variant_name": "Hardened Steel 0.4mm Nozzle",
  17. "variants_name": "Nozzle Type",
  18. "machine_extruder_trains": {
  19. "0": "xyzprinting_da_vinci_pro_evo_extruder_0"
  20. }
  21. },
  22. "overrides": {
  23. "machine_name": { "default_value": "XYZprinting da Vinci Pro EVO" },
  24. "machine_shape": { "default_value": "rectangular"},
  25. "machine_heated_bed": { "default_value": true },
  26. "machine_width": { "default_value": 220.00 },
  27. "machine_depth": { "default_value": 200.00 },
  28. "machine_height": { "default_value":200.00 },
  29. "machine_center_is_zero": { "default_value": false },
  30. "machine_head_with_fans_polygon": {
  31. "default_value": [
  32. [ -20, -10 ],
  33. [ -20, 10 ],
  34. [ 10, 10 ],
  35. [ 10, -10 ]
  36. ]
  37. },
  38. "retraction_extrusion_window": { "value": "1" },
  39. "retraction_count_max": { "value": "25" },
  40. "speed_layer_0" : {"value" : 10 },
  41. "speed_wall_x" : { "value": "speed_print" },
  42. "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 30)" },
  43. "skin_overlap": { "value": "15" },
  44. "skin_monotonic" : { "value": true },
  45. "skin_material_flow": { "value": "97" },
  46. "brim_width": { "value": "10" },
  47. "line_width" : { "value": "0.35" },
  48. "wall_line_width_x" : { "value": "0.35" },
  49. "infill_before_walls": { "value": false },
  50. "infill_line_width" : { "value": "0.4" },
  51. "infill_overlap": { "value": "0" },
  52. "infill_pattern": { "value": "'zigzag' if infill_sparse_density > 80 else 'triangles'" },
  53. "infill_wipe_dist": { "value": "0" },
  54. "infill_wipe_dist": { "value": "0" },
  55. "wall_thickness" : { "value": "1" },
  56. "acceleration_enabled" : {"value" : true},
  57. "acceleration_layer_0": { "value": "acceleration_topbottom" },
  58. "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 3000)" },
  59. "acceleration_print": { "value": "3000" },
  60. "acceleration_travel": { "value": "3000" },
  61. "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 3000)" },
  62. "acceleration_support_interface": { "value": "acceleration_topbottom" },
  63. "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 3000)" },
  64. "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 3000)" },
  65. "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" },
  66. "jerk_enabled" : {"value" : true},
  67. "material_flow_layer_0": {"value": 120},
  68. "cool_fan_enabled": { "default_value": true },
  69. "cool_fan_speed_0": { "value": 100 },
  70. "cool_min_speed" : {"value" : 5 },
  71. "brim_line_count": { "value" : 5 },
  72. "infill_before_walls": { "value": false },
  73. "optimize_wall_printing_order": { "value": "True" },
  74. "skirt_line_count": { "default_value" : 5 },
  75. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  76. "machine_start_gcode": {
  77. "default_value": "M191\nG28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n"
  78. },
  79. "machine_end_gcode": {
  80. "default_value": "M106 P1 S255 ; turn on fan\nG92 E0\nG28; home X,Y,Z axis\nM84 ; disable motors\n"
  81. },
  82. "multiple_mesh_overlap": { "value": "0" },
  83. "wall_0_inset": { "value": "0" }
  84. }
  85. }