mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
ENH: add Bambu PETG-CF & change filament id of PLA Silk
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: Ib62b479a2a6648a2a4bfa0d3deb11f6f37f754a4
This commit is contained in:
parent
7b85495c28
commit
df157d3682
9 changed files with 123 additions and 5 deletions
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG50_11",
|
||||
"name": "Bambu PETG-CF @BBL P1P",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu PETG-CF @base",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab P1P 0.6 nozzle",
|
||||
"Bambu Lab P1P 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -17,6 +17,9 @@
|
|||
"textured_plate_temp_initial_layer" : [
|
||||
"80"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"1"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.2 nozzle"
|
||||
]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"name": "Generic PLA Silk @BBL P1P",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Generic PLA @BBL P1P",
|
||||
"inherits": "Generic PLA Silk @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"7.5"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue