bq_hephestos_xl.def.json 3.1 KB

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