mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
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:
parent
382dd9b4c2
commit
c9fcc421c9
52 changed files with 2682 additions and 0 deletions
44
resources/profiles/BIQU/filament/BIQU Generic PA-CF.json
Normal file
44
resources/profiles/BIQU/filament/BIQU Generic PA-CF.json
Normal file
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue