biqu_hurakan.def.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "Biqu Hurakan",
  3. "version": 2,
  4. "inherits": "biqu_base",
  5. "metadata": {
  6. "quality_definition": "biqu_base",
  7. "visible": true,
  8. "has_machine_materials": true,
  9. "platform": "BIQU_Hurakan_bed.stl",
  10. "platform_offset": [
  11. 0,
  12. 0,
  13. 0.01
  14. ]
  15. },
  16. "overrides": {
  17. "coasting_enable": { "value": false },
  18. "retraction_amount": { "value": 2.7 },
  19. "retraction_speed": { "value": 45 },
  20. "retraction_extrusion_window": { "value": 2.7 },
  21. "retract_at_layer_change": { "value": true },
  22. "support_enable": { "value": false },
  23. "support_structure": { "value": "'normal'" },
  24. "support_type": { "value": "'buildplate'" },
  25. "support_angle": { "value": 45 },
  26. "support_infill_rate": { "value": 20 },
  27. "infill_overlap": { "value": 15.0 },
  28. "skin_overlap": { "value": 20.0 },
  29. "fill_outline_gaps": { "value": true },
  30. "roofing_layer_count": { "value": 2 },
  31. "xy_offset_layer_0": { "value": -0.1 },
  32. "speed_print": { "value": 120 },
  33. "speed_travel": { "value": 200 },
  34. "speed_layer_0": { "value": 40 },
  35. "speed_wall_0": { "value": 60 },
  36. "speed_wall_x": { "value": 75 },
  37. "machine_name": { "default_value": "Biqu Hurakan" },
  38. "machine_width": { "value": 235 },
  39. "machine_depth": { "value": 235 },
  40. "machine_height": { "value": 270 },
  41. "machine_head_with_fans_polygon": { "default_value": [
  42. [-31, -35.3],
  43. [-31, 25.5],
  44. [31, 25.5],
  45. [31, -35.5]
  46. ]
  47. },
  48. "machine_max_acceleration_x": { "value": 3000 },
  49. "machine_max_acceleration_y": { "value": 3000 },
  50. "machine_max_acceleration_z": { "value": 100 },
  51. "machine_max_acceleration_e": { "value": 10000 },
  52. "machine_acceleration": { "value": 3000 },
  53. "acceleration_print": { "value": 3000 },
  54. "acceleration_travel": { "value": 3000 },
  55. "jerk_print": { "value": 12 },
  56. "skin_overlap": { "value": 20.0 },
  57. "machine_start_gcode": {
  58. "default_value": ";BIQU Hurakan start code. Much complex. Very wow. Klipper FTW.\r\n\r\nSTART_PRINT BED_TEMP={material_bed_temperature_layer_0} EXTRUDER_TEMP={material_print_temperature_layer_0}\r\n\r\n; Note: This start\/end code is designed to work\r\n; with the stock cfg files provided with the \r\n; BIQU Hurakan. If you alter the macros in the \r\n; cfg files then you may also need to alter this code.\r\n\r\n; Another note: This profile will get you \r\n; part of the way to good prints.\r\n; You still need to tweak settings for each \r\n; different filament that you use.\r\n; Settings such as retraction distance\/speed, \r\n; flow, pressure advance, bed\/nozzle temperatures\r\n; and others may need to be adjusted.\r\n; Use https:\/\/teachingtechyt.github.io\/calibration.html to calibrate.\r\n; Also see https:\/\/www.youtube.com\/watch?v=Ae2G7hl_pZc\r\n; for some good tips."
  59. },
  60. "machine_end_gcode": {
  61. "default_value": ";BIQU Hurakan end code. More complex. Such wow. Klipper4Life.\r\n\r\nEND_PRINT"
  62. },
  63. "gantry_height": { "value": 35 }
  64. }
  65. }