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>
This commit is contained in:
Musicdad 2023-05-10 10:32:20 -04:00 committed by GitHub
parent 382dd9b4c2
commit c9fcc421c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 2682 additions and 0 deletions

View file

@ -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"
]
}