mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Update QIDI profiles (#2586)
* 10-25 Add TPU-95A HF * 1030 Adding Introduction of Chamber Temperature Control Macros(M191) to Notes * 1102 Add ABS-GF10 profile, Remove a extra "s" from the "0.36mm Standard @Qidi XPlus3 0.6 nozzle.json" file
This commit is contained in:
parent
fcb289124e
commit
cfcba09d9d
3 changed files with 29 additions and 3 deletions
|
@ -575,8 +575,11 @@
|
||||||
{
|
{
|
||||||
"name": "Qidi Generic TPU",
|
"name": "Qidi Generic TPU",
|
||||||
"sub_path": "filament/Qidi Generic TPU.json"
|
"sub_path": "filament/Qidi Generic TPU.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "QIDI ABS-GF10",
|
||||||
|
"sub_path": "filament/QIDI ABS-GF10.json"
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
"machine_list": [
|
"machine_list": [
|
||||||
{
|
{
|
||||||
|
|
24
resources/profiles/Qidi/filament/QIDI ABS-GF10.json
Normal file
24
resources/profiles/Qidi/filament/QIDI ABS-GF10.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"filament_id": "GFB99",
|
||||||
|
"setting_id": "GFSA04",
|
||||||
|
"name": "QIDI ABS-GF10",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "QIDI ABS-GF25",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"0.94"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"14"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"280"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"280"
|
||||||
|
],
|
||||||
|
"pressure_advance": [
|
||||||
|
"0.02"
|
||||||
|
]
|
||||||
|
}
|
|
@ -8,5 +8,4 @@
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Qidi X-Plus 3 0.6 nozzle"
|
"Qidi X-Plus 3 0.6 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
s
|
|
Loading…
Add table
Add a link
Reference in a new issue