zav_base.def.json 5.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "version": 2,
  3. "name": "Zav Base Printer",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": false,
  8. "author": "Kirill Nikolaev, Kim Evgeniy (C)",
  9. "manufacturer": "Zav Co., Ltd.",
  10. "file_formats": "text/x-gcode",
  11. "exclude_materials": [
  12. "dsm_arnitel2045",
  13. "dsm_novamid1070",
  14. "imade3d_petg",
  15. "imade3d_pla",
  16. "innofill_innoflex60"
  17. ],
  18. "first_start_actions": [ "MachineSettingsAction" ],
  19. "has_machine_quality": true,
  20. "has_materials": true,
  21. "has_variants": true,
  22. "machine_extruder_trains":
  23. {
  24. "0": "zav_extruder_1",
  25. "1": "zav_extruder_2"
  26. },
  27. "preferred_material": "bestfilament_abs_skyblue",
  28. "preferred_quality_type": "ZAV_layer_020",
  29. "preferred_variant_name": "0.40mm_ZAV_Nozzle",
  30. "variants_name": "Nozzle Size"
  31. },
  32. "overrides":
  33. {
  34. "adhesion_type": { "value": "'brim'" },
  35. "bottom_thickness": { "value": "layer_height*3 if layer_height > 0.15 else 0.8" },
  36. "bridge_settings_enabled": { "value": "True" },
  37. "brim_width": { "value": "5" },
  38. "cool_fan_full_at_height": { "value": "layer_height*2" },
  39. "cool_lift_head": { "value": "True" },
  40. "cool_min_layer_time": { "value": "15" },
  41. "cool_min_layer_time_fan_speed_max": { "value": "20" },
  42. "cool_min_speed": { "value": "15" },
  43. "expand_skins_expand_distance": { "value": "3" },
  44. "gantry_height": { "value": 999999 },
  45. "infill_before_walls": { "value": "False" },
  46. "infill_enable_travel_optimization": { "value": "True" },
  47. "infill_line_width": { "value": "round(line_width * 1.1, 2)" },
  48. "infill_pattern": { "value": "'gyroid'" },
  49. "layer_height_0": { "value": "layer_height" },
  50. "machine_buildplate_type": { "value": "'glass'" },
  51. "machine_center_is_zero": { "default_value": false },
  52. "machine_depth": { "default_value": 200 },
  53. "machine_end_gcode": { "default_value": ";---- Ending Script Start ----\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-4 F300 ;retract the filament a bit before lifting the nozzle to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F5000 ;move Z up a bit and retract filament even more\nG28 Z0 ;move bed down\nG28 X0 Y0 ;move X/Y to min endstops so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ;switch off cooling fan\nM355 S0 P0 ;switch off case light\n;---- Ending Script End ----\n" },
  54. "machine_extruder_count": { "value": 1 },
  55. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  56. "machine_head_with_fans_polygon":
  57. {
  58. "default_value": [
  59. [-26, 41],
  60. [-26, -21],
  61. [36, -21],
  62. [36, 41]
  63. ]
  64. },
  65. "machine_heated_bed": { "default_value": true },
  66. "machine_height": { "default_value": 270 },
  67. "machine_name": { "default_value": "ZAV Base Printer" },
  68. "machine_shape": { "default_value": "rectangular" },
  69. "machine_start_gcode": { "default_value": ";---- Starting Script Start ----\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 Z0 ;move Z to min endstops\nG28 X0 Y0 ;move X/Y to min endstops\nG92 E0 ;zero the extruded length\nG1 F5000 ;set speed\nG1 Y40 ;move to start position Y\nM117 Printing...\n;---- Starting Script End ----\n" },
  70. "machine_width": { "default_value": 300 },
  71. "material_diameter": { "default_value": 1.75 },
  72. "optimize_wall_printing_order": { "value": "True" },
  73. "retraction_amount": { "value": "4" },
  74. "retraction_combing": { "value": "'all'" },
  75. "retraction_combing_max_distance": { "value": "10" },
  76. "retraction_min_travel": { "value": "3" },
  77. "skin_line_width": { "value": "round(line_width * 1.0, 2)" },
  78. "skin_outline_count": { "value": "0" },
  79. "skirt_brim_line_width": { "value": "round(line_width * 1.1, 2)" },
  80. "speed_layer_0": { "value": "25" },
  81. "speed_print": { "value": "80" },
  82. "speed_topbottom": { "value": "50" },
  83. "speed_travel_layer_0": { "value": "40" },
  84. "support_angle": { "value": "65" },
  85. "support_brim_enable": { "value": "True" },
  86. "support_enable": { "value": "True" },
  87. "support_infill_rate": { "value": "20" },
  88. "support_offset": { "value": "2" },
  89. "top_bottom_pattern": { "value": "'zigzag'" },
  90. "top_bottom_pattern_0": { "value": "'zigzag'" },
  91. "travel_avoid_other_parts": { "value": "False" },
  92. "z_seam_type": { "value": "'shortest'" },
  93. "zig_zaggify_infill": { "value": "True" }
  94. }
  95. }