Browse Source

Added the Hurakan

Luke Harrison 2 years ago
parent
commit
f638942dd5

+ 62 - 0
resources/definitions/biqu_hurakan.def.json

@@ -0,0 +1,62 @@
+{
+    "name": "Biqu Hurakan",
+    "version": 2,
+    "inherits": "biqu_base",
+    "metadata": {
+        "quality_definition": "biqu_base",
+        "visible": true,
+        "has_machine_materials": true,
+        "platform": "BIQU_Hurakan_bed.stl",
+        "platform_offset": [
+            0,
+            0,
+            0.01
+        ]
+    },
+    "overrides": {
+        "coasting_enable": { "value": false },
+        "retraction_amount": { "value": 2.7 },
+        "retraction_speed": { "value": 45 },
+        "retraction_extrusion_window": { "value": 2.7 },
+        "retract_at_layer_change": { "value": true },
+        "support_enable": { "value": false },
+        "support_structure": { "value": "'normal'" },
+        "support_type": { "value": "'buildplate'" },
+        "support_angle": { "value": 45 },
+        "support_infill_rate": { "value": 20 },
+        "infill_overlap": { "value": 15.0 },
+        "skin_overlap": { "value": 20.0 },
+        "fill_outline_gaps": { "value": true },
+        "roofing_layer_count": { "value": 2 },
+        "xy_offset_layer_0": { "value": -0.1 },
+        "speed_print": { "value": 60 },
+        "machine_name": { "default_value": "Biqu Hurakan" },
+        "machine_width": { "value": 235 },
+        "machine_depth": { "value": 235 },
+        "machine_height": { "value": 270 },
+        "machine_head_with_fans_polygon": { "default_value": [
+                [-31, -35.3],
+                [-31, 25.5],
+                [31, 25.5],
+                [31, -35.5]
+            ]
+        },
+        "machine_max_acceleration_x": { "value": 3000 },
+        "machine_max_acceleration_y": { "value": 3000 },
+        "machine_max_acceleration_z": { "value": 100 },
+        "machine_max_acceleration_e": { "value": 10000 },
+        "machine_acceleration": { "value": 3000 },
+        "acceleration_print": { "value": 3000 },
+        "acceleration_travel": { "value": 3000 },
+        "jerk_print": { "value": 12 },
+        "skin_overlap": { "value": 20.0 },
+        "machine_start_gcode": {
+            "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 with the stock cfg files provided \r\n; with the BIQU Hurakan. If you alter the macros in the cfg files then you\r\n; may also need to alter this code.\r\n\r\n; Another note: This profile will get you part of the way to good prints.\r\n; You still need to tweak settings for each different filament that you\r\n; use. Settings such as retraction distance\/speed, flow,\r\n; bed\/nozzle temperatures and others may need to be adjusted.\r\n; Use https:\/\/teachingtechyt.github.io\/calibration.html to calibrate."
+        },
+        "machine_end_gcode": {
+            "default_value": ";BIQU Hurakan end code. More complex. Such wow. Klipper4Life.\r\n\r\nEND_PRINT"
+        },
+
+        "gantry_height": { "value": 35 }
+    }
+}

BIN
resources/meshes/BIQU_Hurakan_bed.stl


+ 2 - 0
resources/quality/biqu/base/biqu_base_0.3_TPU_adaptive.inst.cfg

@@ -11,3 +11,5 @@ material = generic_tpu_175
 variant = 0.3mm Nozzle
 
 [values]
+
+speed_print = 30

+ 2 - 0
resources/quality/biqu/base/biqu_base_0.3_TPU_standard.inst.cfg

@@ -11,3 +11,5 @@ material = generic_tpu_175
 variant = 0.3mm Nozzle
 
 [values]
+
+speed_print = 30

+ 2 - 0
resources/quality/biqu/base/biqu_base_0.3_TPU_super.inst.cfg

@@ -11,3 +11,5 @@ material = generic_tpu_175
 variant = 0.3mm Nozzle
 
 [values]
+
+speed_print = 30

+ 2 - 0
resources/quality/biqu/base/biqu_base_0.4_TPU_adaptive.inst.cfg

@@ -11,3 +11,5 @@ material = generic_tpu_175
 variant = 0.4mm Nozzle
 
 [values]
+
+speed_print = 30

+ 2 - 0
resources/quality/biqu/base/biqu_base_0.4_TPU_standard.inst.cfg

@@ -11,3 +11,5 @@ material = generic_tpu_175
 variant = 0.4mm Nozzle
 
 [values]
+
+speed_print = 30

+ 2 - 0
resources/quality/biqu/base/biqu_base_0.4_TPU_super.inst.cfg

@@ -11,3 +11,5 @@ material = generic_tpu_175
 variant = 0.4mm Nozzle
 
 [values]
+
+speed_print = 30

+ 2 - 0
resources/quality/biqu/base/biqu_base_0.5_TPU_adaptive.inst.cfg

@@ -11,3 +11,5 @@ material = generic_tpu_175
 variant = 0.5mm Nozzle
 
 [values]
+
+speed_print = 30

+ 2 - 0
resources/quality/biqu/base/biqu_base_0.5_TPU_standard.inst.cfg

@@ -11,3 +11,5 @@ material = generic_tpu_175
 variant = 0.5mm Nozzle
 
 [values]
+
+speed_print = 30

Some files were not shown because too many files changed in this diff