hephestos_xl.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. {
  2. "id": "hephestos_xl",
  3. "version": 1,
  4. "name": "BQ Prusa i3 Hephestos XL",
  5. "manufacturer": "BQ",
  6. "author": "other",
  7. "platform": "hephestos_platform.stl",
  8. "inherits": "fdmprinter.json",
  9. "machine_settings": {
  10. "machine_start_gcode": {
  11. "default": "; -- START GCODE --\n;Sliced at: {day} {date} {time}\n;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Filament cost: {filament_cost}\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/sec\n; -- end of START GCODE --"
  12. },
  13. "machine_end_gcode": {
  14. "default": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG1 Z10 ;move extruder up 10 mm\nG90 ;set to absolute positioning\nG1 X0 Y180 F1200 ;expose the platform\nM84 ;turn off steppers\n; -- end of END GCODE --"
  15. },
  16. "machine_width": {
  17. "default": 200
  18. },
  19. "machine_depth": {
  20. "default": 300
  21. },
  22. "machine_height": {
  23. "default": 180
  24. },
  25. "machine_heated_bed": {
  26. "default": false
  27. },
  28. "machine_center_is_zero": {
  29. "default": false
  30. },
  31. "machine_gcode_flavor": {
  32. "default": "RepRap"
  33. },
  34. "machine_platform_offset": {
  35. "default": [0.0, 100.0, 0.0]
  36. }
  37. },
  38. "categories": {
  39. "layer_height": {
  40. "settings": {
  41. "layer_height": {
  42. "default": 0.2
  43. },
  44. "layer_height_0": {
  45. "default": 0.2,
  46. "visible": true
  47. }
  48. }
  49. },
  50. "shell": {
  51. "settings": {
  52. "shell_thickness": {
  53. "default": 1.2,
  54. "children": {
  55. "wall_thickness": {
  56. "default": 1.2,
  57. "visible": false
  58. },
  59. "top_bottom_thickness": {
  60. "default": 0.8,
  61. "visible": false,
  62. "children": {
  63. "bottom_thickness": {
  64. "default": 0.4,
  65. "visible": false
  66. }
  67. }
  68. }
  69. }
  70. }
  71. }
  72. },
  73. "material": {
  74. "settings": {
  75. "material_print_temperature": {
  76. "default": 220,
  77. "visible": true
  78. },
  79. "material_bed_temperature": {
  80. "default": 0,
  81. "visible": false
  82. },
  83. "material_diameter": {
  84. "default": 1.75,
  85. "visible": true
  86. }
  87. }
  88. },
  89. "speed": {
  90. "settings": {
  91. "speed_print": {
  92. "default": 40.0,
  93. "children": {
  94. "speed_infill": {
  95. "default": 40.0,
  96. "visible": false
  97. },
  98. "speed_wall": {
  99. "default":35.0,
  100. "visible": false,
  101. "children": {
  102. "speed_wall_0": {
  103. "default": 35.0,
  104. "visible": false
  105. },
  106. "speed_wall_x": {
  107. "default": 35.0,
  108. "visible": false
  109. }
  110. }
  111. },
  112. "speed_topbottom": {
  113. "default": 35.0,
  114. "visible": false
  115. },
  116. "speed_support": {
  117. "default": 35.0,
  118. "visible": false
  119. }
  120. }
  121. },
  122. "speed_travel": {
  123. "default": 110.0
  124. },
  125. "speed_layer_0": {
  126. "default": 20.0,
  127. "visible": false
  128. }
  129. }
  130. },
  131. "travel": {
  132. "settings": {
  133. "retraction_speed": {
  134. "default": 30.0,
  135. "visible": true,
  136. "children": {
  137. "retraction_retract_speed": {
  138. "default": 30.0,
  139. "visible": true
  140. },
  141. "retraction_prime_speed": {
  142. "default": 30.0,
  143. "visible": true
  144. }
  145. }
  146. },
  147. "retraction_amount": {
  148. "default": 2.0,
  149. "visible": true
  150. },
  151. "retraction_hop": {
  152. "default": 0.75,
  153. "visible": false
  154. }
  155. }
  156. },
  157. "platform_adhesion": {
  158. "settings": {
  159. "skirt_minimal_length": {
  160. "default": 150
  161. },
  162. "raft_base_line_width": {
  163. "default": 0.7
  164. },
  165. "raft_interface_thickness": {
  166. "default": 0.2
  167. }
  168. }
  169. },
  170. "support": {
  171. "settings": {
  172. "support_enable": {
  173. "default": true
  174. },
  175. "support_z_distance": {
  176. "default": 0.2,
  177. "visible": false
  178. },
  179. "support_fill_rate": {
  180. "default": 10,
  181. "visible": false
  182. }
  183. }
  184. }
  185. }
  186. }