maker_starter.json 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. {
  2. "id": "maker_starter",
  3. "version": 1,
  4. "name": "3DMaker Starter",
  5. "manufacturer": "Other",
  6. "author": "Other",
  7. "icon": "icon_ultimaker2.png",
  8. "platform": "makerstarter_platform.stl",
  9. "inherits": "fdmprinter.json",
  10. "machine_settings": {
  11. "machine_width": { "default": 210 },
  12. "machine_depth": { "default": 185 },
  13. "machine_height": { "default": 200 },
  14. "machine_heated_bed": { "default": false },
  15. "machine_center_is_zero": { "default": false },
  16. "machine_nozzle_size": { "default": 0.4 },
  17. "machine_head_shape_min_x": { "default": 0 },
  18. "machine_head_shape_min_y": { "default": 0 },
  19. "machine_head_shape_max_x": { "default": 0 },
  20. "machine_head_shape_max_y": { "default": 0 },
  21. "machine_nozzle_gantry_distance": { "default": 55 },
  22. "machine_nozzle_offset_x_1": { "default": 0.0 },
  23. "machine_nozzle_offset_y_1": { "default": 0.0 },
  24. "machine_gcode_flavor": { "default": "RepRap" },
  25. "machine_disallowed_areas": { "default": []},
  26. "machine_platform_offset": { "default": [0.0, 0.0, 0.0] },
  27. "machine_nozzle_tip_outer_diameter": { "default": 1.0 },
  28. "machine_nozzle_head_distance": { "default": 3.0 },
  29. "machine_nozzle_expansion_angle": { "default": 45 }
  30. },
  31. "categories": {
  32. "resolution": {
  33. "label": "Quality",
  34. "visible": true,
  35. "icon": "category_quality",
  36. "settings": {
  37. "layer_height": {
  38. "default": 0.2
  39. },
  40. "layer_height_0": {
  41. "default": 0.2,
  42. "visible": false
  43. },
  44. "shell_thickness": {
  45. "children": {
  46. "wall_thickness": {
  47. "children": {
  48. "wall_line_count": {
  49. "default": 2,
  50. "visible": true
  51. }
  52. }
  53. },
  54. "top_bottom_thickness": {
  55. "children": {
  56. "top_thickness": {
  57. "children": {
  58. "top_layers": {
  59. "default": 4,
  60. "visible": true
  61. }
  62. }
  63. },
  64. "bottom_thickness": {
  65. "children": {
  66. "bottom_layers": {
  67. "default": 4,
  68. "visible": true
  69. }
  70. }
  71. }
  72. }
  73. }
  74. }
  75. }
  76. }
  77. },
  78. "material": {
  79. "label": "Material",
  80. "visible": true,
  81. "icon": "category_material",
  82. "settings": {
  83. "material_print_temperature": {
  84. "visible": false
  85. },
  86. "material_bed_temperature": {
  87. "visible": false
  88. },
  89. "material_diameter": {
  90. "default": 1.75,
  91. "visible": false
  92. },
  93. "material_flow": {
  94. "visible": false
  95. },
  96. "retraction_enable": {
  97. "children": {
  98. "retraction_hop": {
  99. "default": 0.2
  100. }
  101. }
  102. }
  103. }
  104. },
  105. "speed": {
  106. "settings": {
  107. "speed_print": {
  108. "default": 50.0,
  109. "children": {
  110. "speed_wall": {
  111. "default": 30.0,
  112. "children": {
  113. "speed_wall_0": {
  114. "default": 30.0
  115. },
  116. "speed_wall_x": {
  117. "default": 30.0
  118. }
  119. }
  120. },
  121. "speed_topbottom": {
  122. "default": 50.0
  123. },
  124. "speed_support": {
  125. "default": 50.0
  126. }
  127. }
  128. },
  129. "speed_travel": {
  130. "default": 120.0
  131. },
  132. "speed_layer_0": {
  133. "default": 20.0,
  134. "children": {
  135. "skirt_speed": {
  136. "default": 15.0
  137. }
  138. }
  139. },
  140. "speed_slowdown_layers": {
  141. "default": 4
  142. }
  143. }
  144. },
  145. "infill": {
  146. "settings": {
  147. "fill_sparse_density": {
  148. "default": 20.0
  149. }
  150. }
  151. },
  152. "cooling": {
  153. "settings": {
  154. "cool_fan_enabled": {
  155. "children": {
  156. "cool_fan_speed": {
  157. "children": {
  158. "cool_fan_speed_min": {
  159. "default": 50.0
  160. },
  161. "cool_fan_speed_max": {
  162. "default": 100.0
  163. }
  164. }
  165. }
  166. }
  167. },
  168. "cool_fan_full_at_height": {
  169. "children": {
  170. "cool_fan_full_layer": {
  171. "default": 4,
  172. "visible": true
  173. }
  174. }
  175. },
  176. "cool_min_layer_time": {
  177. "default": 5.0
  178. },
  179. "cool_min_layer_time_fan_speed_max": {
  180. "default": 10.0
  181. }
  182. }
  183. },
  184. "support": {
  185. "settings": {
  186. "support_type": {
  187. "default": "Everywhere"
  188. },
  189. "support_angle": {
  190. "default": 45.0,
  191. "visible": true
  192. },
  193. "support_xy_distance": {
  194. "default": 1
  195. },
  196. "support_z_distance": {
  197. "default": 0.2,
  198. "children": {
  199. "support_top_distance": {
  200. "default": 0.2
  201. },
  202. "support_bottom_distance": {
  203. "default": 0.24
  204. }
  205. }
  206. },
  207. "support_pattern": {
  208. "default": "ZigZag"
  209. },
  210. "support_fill_rate": {
  211. "default": 15,
  212. "visible": true
  213. }
  214. }
  215. },
  216. "platform_adhesion": {
  217. "settings": {
  218. "adhesion_type": {
  219. "default": "Raft"
  220. },
  221. "skirt_minimal_length": {
  222. "default": 100.0
  223. },
  224. "raft_line_spacing": {
  225. "default": 2.0
  226. },
  227. "raft_base_thickness": {
  228. "default": 0.3
  229. },
  230. "raft_base_linewidth": {
  231. "default": 2.0
  232. },
  233. "raft_base_speed": {
  234. "default": 15.0
  235. },
  236. "raft_interface_thickness": {
  237. "default": 0.24
  238. },
  239. "raft_interface_linewidth": {
  240. "default": 0.6
  241. },
  242. "raft_airgap": {
  243. "default": 0.2
  244. },
  245. "raft_surface_layers": {
  246. "default": 2
  247. }
  248. }
  249. }
  250. }
  251. }