bq_hephestos_xl.def.json 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "id": "bq_hephestos_xl",
  3. "version": 2,
  4. "name": "BQ Prusa i3 Hephestos XL",
  5. "inherits": "fdmprinter",
  6. "metadata": {
  7. "manufacturer": "BQ",
  8. "author": "BQ",
  9. "category": "Other",
  10. "file_formats": "text/x-code",
  11. "platform": "bq_hephestos_platform.stl",
  12. "platform_offset": {
  13. "value": [
  14. 0,
  15. -82,
  16. 0
  17. ]
  18. }
  19. },
  20. "overrides": {
  21. "machine_start_gcode": {
  22. "default_value": "; -- START GCODE --\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 --"
  23. },
  24. "machine_end_gcode": {
  25. "default_value": "; -- 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 --"
  26. },
  27. "machine_width": {
  28. "value": 200
  29. },
  30. "machine_depth": {
  31. "value": 300
  32. },
  33. "machine_height": {
  34. "value": 180
  35. },
  36. "machine_heated_bed": {
  37. "value": false
  38. },
  39. "machine_center_is_zero": {
  40. "value": false
  41. },
  42. "machine_gcode_flavor": {
  43. "value": "RepRap"
  44. },
  45. "layer_height": {
  46. "value": 0.2
  47. },
  48. "layer_height_0": {
  49. "value": 0.2
  50. },
  51. "wall_thickness": {
  52. "value": 1.0
  53. },
  54. "top_bottom_thickness": {
  55. "value": 1.0
  56. },
  57. "bottom_thickness": {
  58. "value": 1.0
  59. },
  60. "material_print_temperature": {
  61. "value": 220
  62. },
  63. "material_bed_temperature": {
  64. "value": 0
  65. },
  66. "material_diameter": {
  67. "value": 1.75
  68. },
  69. "speed_print": {
  70. "value": 40.0
  71. },
  72. "speed_infill": {
  73. "value": 40.0
  74. },
  75. "speed_wall": {
  76. "value": 35.0
  77. },
  78. "speed_topbottom": {
  79. "value": 35.0
  80. },
  81. "speed_travel": {
  82. "value": 120.0
  83. },
  84. "speed_layer_0": {
  85. "value": 20.0
  86. },
  87. "support_enable": {
  88. "value": true
  89. }
  90. }
  91. }