bq_witbox_2.def.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "id": "bq_witbox_2",
  3. "version": 2,
  4. "name": "BQ Witbox 2",
  5. "inherits": "fdmprinter",
  6. "metadata":
  7. {
  8. "author": "BQ",
  9. "manufacturer": "BQ",
  10. "category": "Other",
  11. "file_formats": "text/x-gcode",
  12. "platform": "bq_witbox_platform.stl"
  13. },
  14. "settings": {
  15. "machine_start_gcode": {
  16. "value": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --"
  17. },
  18. "machine_end_gcode": {
  19. "value": "; -- END GCODE --\nM801 ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --"
  20. },
  21. "machine_width": {
  22. "value": 297
  23. },
  24. "machine_depth": {
  25. "value": 210
  26. },
  27. "machine_height": {
  28. "value": 200
  29. },
  30. "machine_heated_bed": {
  31. "value": false
  32. },
  33. "machine_center_is_zero": {
  34. "value": false
  35. },
  36. "machine_gcode_flavor": {
  37. "value": "RepRap"
  38. },
  39. "machine_platform_offset": {
  40. "value": [0, -145, -38]
  41. },
  42. "material_print_temperature": {
  43. "value": 210.0
  44. },
  45. "material_bed_temperature": {
  46. "value": 0
  47. },
  48. "material_diameter": {
  49. "value": 1.75
  50. },
  51. "layer_height": {
  52. "value": 0.2
  53. },
  54. "layer_height_0": {
  55. "value": 0.2
  56. },
  57. "wall_line_count": {
  58. "value": 3
  59. },
  60. "wall_thickness": {
  61. "value": 1.2
  62. },
  63. "top_bottom_thickness": {
  64. "value": 1.2
  65. },
  66. "infill_sparse_density": {
  67. "value": 20.0
  68. },
  69. "infill_overlap": {
  70. "value": 15.0
  71. },
  72. "speed_print": {
  73. "value": 60.0
  74. },
  75. "speed_travel": {
  76. "value": 160.0
  77. },
  78. "speed_layer_0": {
  79. "value": 30.0
  80. },
  81. "speed_wall_x": {
  82. "value": 35.0
  83. },
  84. "speed_wall_0": {
  85. "value": 30.0
  86. },
  87. "speed_infill": {
  88. "value": 80.0
  89. },
  90. "speed_topbottom": {
  91. "value": 35.0
  92. },
  93. "skirt_speed": {
  94. "value": 35.0
  95. },
  96. "skirt_line_count": {
  97. "value": 4
  98. },
  99. "skirt_minimal_length": {
  100. "value": 30.0
  101. },
  102. "skirt_gap": {
  103. "value": 6.0
  104. },
  105. "cool_fan_full_at_height": {
  106. "value": 0.4
  107. },
  108. "support_enable": {
  109. "value": false
  110. }
  111. }
  112. }