bq_witbox_2.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "id": "bq_witbox_2",
  3. "version": 1,
  4. "name": "BQ Witbox 2",
  5. "manufacturer": "Other",
  6. "author": "BQ",
  7. "platform": "bq_witbox_platform.stl",
  8. "file_formats": "text/x-gcode",
  9. "inherits": "fdmprinter.json",
  10. "machine_settings": {
  11. "machine_start_gcode": {
  12. "default": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --"
  13. },
  14. "machine_end_gcode": {
  15. "default": "; -- END GCODE --\nM801 ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --"
  16. },
  17. "machine_width": {
  18. "default": 297
  19. },
  20. "machine_depth": {
  21. "default": 210
  22. },
  23. "machine_height": {
  24. "default": 200
  25. },
  26. "machine_heated_bed": {
  27. "default": false
  28. },
  29. "machine_center_is_zero": {
  30. "default": false
  31. },
  32. "machine_gcode_flavor": {
  33. "default": "RepRap"
  34. },
  35. "machine_platform_offset": {
  36. "default": [0, -145, -38]
  37. }
  38. },
  39. "overrides": {
  40. "material_print_temperature": { "default": 210.0, "visible": true },
  41. "material_bed_temperature": { "default": 0 },
  42. "material_diameter": { "default": 1.75 },
  43. "layer_height": { "default": 0.2 },
  44. "layer_height_0": { "default": 0.2, "visible": true },
  45. "shell_thickness": { "default": 1.2 },
  46. "wall_line_count": { "default": 3, "visible": false },
  47. "wall_thickness": { "default": 1.2, "visible": false },
  48. "top_bottom_thickness": { "default": 1.2, "visible": false },
  49. "infill_sparse_density": { "default": 20.0 },
  50. "infill_overlap": { "default": 15.0, "visible": false },
  51. "speed_print": { "default": 60.0 },
  52. "speed_travel": { "default": 160.0 },
  53. "speed_layer_0": { "default": 30.0, "visible": true },
  54. "speed_wall_x": { "default": 35.0, "visible": false },
  55. "speed_wall_0": { "default": 30.0, "visible": false },
  56. "speed_infill": { "default": 80.0, "visible": true },
  57. "speed_topbottom": { "default": 35.0, "visible": false },
  58. "skirt_speed": { "default": 35.0, "visible": false },
  59. "retraction_amount": { "default": 2.0, "visible": false },
  60. "retraction_speed": { "default": 45.0, "visible": false },
  61. "skirt_line_count": { "default": 4 },
  62. "skirt_minimal_length": { "default": 30.0, "visible": false },
  63. "skirt_gap": { "default": 6.0 },
  64. "cool_fan_full_at_height": { "default": 0.4, "visible": false },
  65. "support_enable": { "default": false }
  66. }
  67. }