Add new filaments and fix some params (#11042)

* ADD NEW FILAMENTS

* Update 0.20mm Standard @FlyingBear Ghost7.json

fix exclude_object param

* Update fdm_process_common_Ghost7.json

* Update FlyingBear PLA Basic profile to include renamed_from field

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
FlyingbearOfficial
2025-10-25 22:52:48 +08:00
committed by GitHub
parent 026499c5b7
commit fda946918a
19 changed files with 861 additions and 30 deletions

View File

@@ -0,0 +1,24 @@
{
"type": "filament",
"name": "FlyingBear PC @Ghost7",
"inherits": "fdm_filament_pc @Ghost7",
"from": "system",
"setting_id": "GFSA04",
"filament_id": "GFC99",
"instantiation": "true",
"filament_max_volumetric_speed": [
"12"
],
"filament_flow_ratio": [
"0.95"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.034"
],
"compatible_printers": [
"FlyingBear Ghost7 0.4 nozzle"
]
}