uni_base.def.json 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "name": "Uni Base Printer",
  3. "version": 2,
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "visible": false,
  7. "author": "Nail` Gimadeev (C)",
  8. "manufacturer": "Uni 3D",
  9. "file_formats": "text/x-gcode",
  10. "first_start_actions": ["MachineSettingsAction"],
  11. "machine_extruder_trains": {
  12. "0": "uni_extruder_1st",
  13. "1": "uni_extruder_2nd"
  14. },
  15. "has_materials": true,
  16. "preferred_material": "generic_abs_175",
  17. "has_variants": true,
  18. "variants_name": "Nozzle Size",
  19. "preferred_variant_name": "0.40mm Nozzle",
  20. "has_machine_quality": true,
  21. "preferred_quality_type": "q020",
  22. "exclude_materials": [
  23. "chromatik_pla",
  24. "dsm_arnitel2045_175",
  25. "dsm_novamid1070_175",
  26. "emotiontech_abs",
  27. "emotiontech_asax",
  28. "emotiontech_hips",
  29. "emotiontech_petg",
  30. "emotiontech_pla",
  31. "emotiontech_pva-m",
  32. "emotiontech_pva-oks",
  33. "emotiontech_pva-s",
  34. "emotiontech_tpu98a",
  35. "fabtotum_abs",
  36. "fabtotum_nylon",
  37. "fabtotum_pla",
  38. "fabtotum_tpu",
  39. "fiberlogy_hd_pla",
  40. "filo3d_pla",
  41. "filo3d_pla_green",
  42. "filo3d_pla_red",
  43. "imade3d_petg_175",
  44. "imade3d_pla_175",
  45. "innofill_innoflex60_175",
  46. "leapfrog_abs_natural",
  47. "leapfrog_epla_natural",
  48. "leapfrog_pva_natural",
  49. "octofiber_pla",
  50. "polyflex_pla",
  51. "polymax_pla",
  52. "polyplus_pla",
  53. "polywood_pla",
  54. "redd_abs",
  55. "redd_asa",
  56. "redd_hips",
  57. "redd_nylon",
  58. "redd_petg",
  59. "redd_pla",
  60. "redd_tpe",
  61. "structur3d_dap100silicone",
  62. "tizyx_abs",
  63. "tizyx_flex",
  64. "tizyx_petg",
  65. "tizyx_pla",
  66. "tizyx_pla_bois",
  67. "tizyx_pva",
  68. "verbatim_bvoh_175",
  69. "Vertex_Delta_ABS",
  70. "Vertex_Delta_PET",
  71. "Vertex_Delta_PLA",
  72. "Vertex_Delta_PLA_Glitter",
  73. "Vertex_Delta_PLA_Mat",
  74. "Vertex_Delta_PLA_Satin",
  75. "Vertex_Delta_PLA_Wood",
  76. "Vertex_Delta_TPU",
  77. "zyyx_pro_flex",
  78. "zyyx_pro_pla"]
  79. },
  80. "overrides": {
  81. "machine_name": {"default_value": "UNI Base Printer"},
  82. "machine_start_gcode": {"default_value": ";Sliced at: {day} {date} {time}\nG21\nG90\nM82\nM220 S100\nM221 S100\nG28\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0}\nG1 F600 Z15\nG92 E0\nG1 F300 E10\nM117 Printing...\n;\n"},
  83. "machine_end_gcode": {"default_value": "G91\nG1 E-1 F600\nG1 Z+1 E-3 X-20 Y-20 F4800\nM104 S0\nM106 S0\nM140 S0\nM220 S100\nM221 S100\nG28\nG90\nM84\n;\n"},
  84. "machine_heated_bed": {"default_value": true},
  85. "material_diameter": {"default_value": 1.75},
  86. "machine_shape": {"default_value": "rectangular"},
  87. "machine_width": {"default_value": 270},
  88. "machine_depth": {"default_value": 220},
  89. "machine_height": {"default_value": 250},
  90. "machine_extruder_count": {"value": 2},
  91. "machine_buildplate_type": {"value": "glass"},
  92. "machine_center_is_zero": {"default_value": false},
  93. "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"},
  94. "machine_head_with_fans_polygon": {"default_value": [
  95. [-10,10],
  96. [-10,-10],
  97. [10,-10],
  98. [10,10]
  99. ]
  100. },
  101. "gantry_height": {"value": 55},
  102. "layer_height_0": {"value": "layer_height"},
  103. "line_width": {"value": "machine_nozzle_size"},
  104. "skin_line_width": {"value": "round(line_width * 1.0, 2)"},
  105. "infill_line_width": {"value": "round(line_width * 1.1, 2)"},
  106. "skirt_brim_line_width": {"value": "round(line_width * 1.1, 2)"},
  107. "initial_layer_line_width_factor": {"value": "100"},
  108. "bottom_thickness": {"value": "layer_height*3 if layer_height > 0.15 else 0.8"},
  109. "top_bottom_pattern": {"value": "'zigzag'"},
  110. "top_bottom_pattern_0": {"value": "'zigzag'"},
  111. "optimize_wall_printing_order": {"value": "True" },
  112. "z_seam_type": {"value": "'shortest'"},
  113. "skin_outline_count": {"value": "0"},
  114. "infill_pattern": {"value": "'gyroid'"},
  115. "zig_zaggify_infill": {"value": "True"},
  116. "infill_before_walls": {"value": "False"},
  117. "infill_enable_travel_optimization": {"value": "True"},
  118. "expand_skins_expand_distance": {"value": "3"},
  119. "retraction_min_travel": {"value": "3"},
  120. "retraction_amount": {"value": "4"},
  121. "speed_print": {"value": "80"},
  122. "speed_topbottom": {"value": "50"},
  123. "speed_layer_0": {"value": "25"},
  124. "speed_travel_layer_0": {"value": "40"},
  125. "retraction_combing": {"value": "'all'"},
  126. "retraction_combing_max_distance": {"value": "10"},
  127. "travel_avoid_other_parts": {"value": "False"},
  128. "cool_min_layer_time_fan_speed_max": {"value": "20"},
  129. "cool_fan_full_at_height": {"value": "layer_height*2"},
  130. "cool_min_layer_time": {"value": "5"},
  131. "cool_min_speed": {"value": "15"},
  132. "cool_lift_head": {"value": "True"},
  133. "support_enable": {"value": "True"},
  134. "support_angle": {"value": "65"},
  135. "support_brim_enable": {"value": "True"},
  136. "support_infill_rate": {"value": "20"},
  137. "support_offset": {"value": "2"},
  138. "adhesion_type": {"value": "'brim'"},
  139. "brim_width": {"value": "5"},
  140. "bridge_settings_enabled": {"value": "True"}
  141. }
  142. }