-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for BIQU Printers (#1024)
* Add support for BIQU Printers Adds printers BIQU B1, BX, and Hurakan * Requested changes made to profiles --------- Co-authored-by: Musicdad12 <seanmccallister12@gmail.com>
- Loading branch information
1 parent
382dd9b
commit c9fcc42
Showing
52 changed files
with
2,682 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,194 @@ | ||
{ | ||
"name": "BIQU", | ||
"version": "01.00.01.00", | ||
"force_update": "0", | ||
"description": "BIQU configurations", | ||
"machine_model_list": [ | ||
{ | ||
"name": "BIQU B1", | ||
"sub_path": "machine/BIQU B1.json" | ||
}, | ||
{ | ||
"name": "BIQU BX", | ||
"sub_path": "machine/BIQU BX.json" | ||
}, | ||
{ | ||
"name": "BIQU Hurakan", | ||
"sub_path": "machine/BIQU Hurakan.json" | ||
} | ||
], | ||
"process_list": [ | ||
{ | ||
"name": "fdm_process_common", | ||
"sub_path": "process/fdm_process_common.json" | ||
}, | ||
{ | ||
"name": "fdm_process_biqu_common", | ||
"sub_path": "process/fdm_process_biqu_common.json" | ||
}, | ||
{ | ||
"name": "fdm_process_hurakan_common", | ||
"sub_path": "process/fdm_process_hurakan_common.json" | ||
}, | ||
{ | ||
"name": "0.12mm Fine @BX", | ||
"sub_path": "process/0.12mm Fine @BIQU BX.json" | ||
}, | ||
{ | ||
"name": "0.15mm Optimal @BX", | ||
"sub_path": "process/0.15mm Optimal @BIQU BX.json" | ||
}, | ||
{ | ||
"name": "0.20mm Standard @BX", | ||
"sub_path": "process/0.20mm Standard @BIQU BX.json" | ||
}, | ||
{ | ||
"name": "0.24mm Draft @BX", | ||
"sub_path": "process/0.24mm Draft @BIQU BX.json" | ||
}, | ||
{ | ||
"name": "0.12mm Fine @B1", | ||
"sub_path": "process/0.12mm Fine @BIQU B1.json" | ||
}, | ||
{ | ||
"name": "0.15mm Optimal @B1", | ||
"sub_path": "process/0.15mm Optimal @BIQU B1.json" | ||
}, | ||
{ | ||
"name": "0.20mm Standard @B1", | ||
"sub_path": "process/0.20mm Standard @BIQU B1.json" | ||
}, | ||
{ | ||
"name": "0.24mm Draft @B1", | ||
"sub_path": "process/0.24mm Draft @BIQU B1.json" | ||
}, | ||
{ | ||
"name": "0.12mm Fine @Hurakan", | ||
"sub_path": "process/0.12mm Fine @BIQU Hurakan.json" | ||
}, | ||
{ | ||
"name": "0.15mm Optimal @Hurakan", | ||
"sub_path": "process/0.15mm Optimal @BIQU Hurakan.json" | ||
}, | ||
{ | ||
"name": "0.20mm Standard @Hurakan", | ||
"sub_path": "process/0.20mm Standard @BIQU Hurakan.json" | ||
}, | ||
{ | ||
"name": "0.24mm Draft @Hurakan", | ||
"sub_path": "process/0.24mm Draft @BIQU Hurakan.json" | ||
} | ||
], | ||
"filament_list": [ | ||
{ | ||
"name": "fdm_filament_common", | ||
"sub_path": "filament/fdm_filament_common.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_abs", | ||
"sub_path": "filament/fdm_filament_abs.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_asa", | ||
"sub_path": "filament/fdm_filament_asa.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_pa", | ||
"sub_path": "filament/fdm_filament_pa.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_pc", | ||
"sub_path": "filament/fdm_filament_pc.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_pet", | ||
"sub_path": "filament/fdm_filament_pet.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_pla", | ||
"sub_path": "filament/fdm_filament_pla.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_pva", | ||
"sub_path": "filament/fdm_filament_pva.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_tpu", | ||
"sub_path": "filament/fdm_filament_tpu.json" | ||
}, | ||
{ | ||
"name": "BIQU Generic ABS", | ||
"sub_path": "filament/BIQU Generic ABS.json" | ||
}, | ||
{ | ||
"name": "BIQU Generic ASA", | ||
"sub_path": "filament/BIQU Generic ASA.json" | ||
}, | ||
{ | ||
"name": "BIQU Generic PA", | ||
"sub_path": "filament/BIQU Generic PA.json" | ||
}, | ||
{ | ||
"name": "BIQU Generic PA-CF", | ||
"sub_path": "filament/BIQU Generic PA-CF.json" | ||
}, | ||
{ | ||
"name": "BIQU Generic PC", | ||
"sub_path": "filament/BIQU Generic PC.json" | ||
}, | ||
{ | ||
"name": "BIQU Generic PETG", | ||
"sub_path": "filament/BIQU Generic PETG.json" | ||
}, | ||
{ | ||
"name": "BIQU Generic PETG-CF", | ||
"sub_path": "filament/BIQU Generic PETG-CF.json" | ||
}, | ||
{ | ||
"name": "BIQU Generic PLA Silk", | ||
"sub_path": "filament/BIQU Generic PLA Silk.json" | ||
}, | ||
{ | ||
"name": "BIQU Generic PLA", | ||
"sub_path": "filament/BIQU Generic PLA.json" | ||
}, | ||
{ | ||
"name": "BIQU Generic PLA-CF", | ||
"sub_path": "filament/BIQU Generic PLA-CF.json" | ||
}, | ||
{ | ||
"name": "BIQU Generic PVA", | ||
"sub_path": "filament/BIQU Generic PVA.json" | ||
}, | ||
{ | ||
"name": "BIQU Generic TPU", | ||
"sub_path": "filament/BIQU Generic TPU.json" | ||
} | ||
], | ||
"machine_list": [ | ||
{ | ||
"name": "fdm_machine_common", | ||
"sub_path": "machine/fdm_machine_common.json" | ||
}, | ||
{ | ||
"name": "fdm_biqu_common", | ||
"sub_path": "machine/fdm_biqu_common.json" | ||
}, | ||
{ | ||
"name": "fdm_klipper_common", | ||
"sub_path": "machine/fdm_klipper_common.json" | ||
}, | ||
{ | ||
"name": "BIQU BX 0.4 nozzle", | ||
"sub_path": "machine/BIQU BX 0.4 nozzle.json" | ||
}, | ||
{ | ||
"name": "BIQU B1 0.4 nozzle", | ||
"sub_path": "machine/BIQU B1 0.4 nozzle.json" | ||
}, | ||
{ | ||
"name": "BIQU Hurakan 0.4 nozzle", | ||
"sub_path": "machine/BIQU Hurakan 0.4 nozzle.json" | ||
} | ||
] | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFB99", | ||
"setting_id": "GFSA04", | ||
"name": "BIQU Generic ABS", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_abs", | ||
"filament_flow_ratio": [ | ||
"0.926" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"12" | ||
], | ||
"compatible_printers": [ | ||
"BIQU BX 0.4 nozzle", | ||
"BIQU B1 0.4 nozzle", | ||
"BIQU Hurakan 0.4 nozzle" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFB99", | ||
"setting_id": "GFSA04", | ||
"name": "BIQU Generic ASA", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_asa", | ||
"filament_max_volumetric_speed": [ | ||
"12" | ||
], | ||
"filament_flow_ratio": [ | ||
"0.926" | ||
], | ||
"compatible_printers": [ | ||
"BIQU BX 0.4 nozzle", | ||
"BIQU B1 0.4 nozzle", | ||
"BIQU Hurakan 0.4 nozzle" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFN98", | ||
"setting_id": "GFSN99", | ||
"name": "BIQU Generic PA-CF", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pa", | ||
"filament_type": [ | ||
"PA-CF" | ||
], | ||
"nozzle_temperature_initial_layer": [ | ||
"290" | ||
], | ||
"nozzle_temperature": [ | ||
"290" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"8" | ||
], | ||
"fan_max_speed": [ | ||
"30" | ||
], | ||
"fan_min_speed": [ | ||
"10" | ||
], | ||
"overhang_fan_threshold": [ | ||
"0%" | ||
], | ||
"overhang_fan_speed": [ | ||
"40" | ||
], | ||
"fan_cooling_layer_time": [ | ||
"5" | ||
], | ||
"full_fan_speed_layer": [ | ||
"2" | ||
], | ||
"compatible_printers": [ | ||
"BIQU BX 0.4 nozzle", | ||
"BIQU B1 0.4 nozzle", | ||
"BIQU Hurakan 0.4 nozzle" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFN99", | ||
"setting_id": "GFSN98", | ||
"name": "BIQU Generic PA", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pa", | ||
"required_nozzle_HRC": [ | ||
"3" | ||
], | ||
"nozzle_temperature_initial_layer": [ | ||
"280" | ||
], | ||
"nozzle_temperature": [ | ||
"280" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"16" | ||
], | ||
"compatible_printers": [ | ||
"BIQU BX 0.4 nozzle", | ||
"BIQU B1 0.4 nozzle", | ||
"BIQU Hurakan 0.4 nozzle" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFC99", | ||
"setting_id": "GFSC99", | ||
"name": "BIQU Generic PC", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pc", | ||
"filament_max_volumetric_speed": [ | ||
"16" | ||
], | ||
"filament_flow_ratio": [ | ||
"0.94" | ||
], | ||
"compatible_printers": [ | ||
"BIQU BX 0.4 nozzle", | ||
"BIQU B1 0.4 nozzle", | ||
"BIQU Hurakan 0.4 nozzle" | ||
] | ||
} |
Oops, something went wrong.