mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
ENH: reduce v-speed in 0.4 nozzle for PETG/PETG-CF
Change-Id: I1ec04a44a16872c19de4e5148fd269aee1952147
This commit is contained in:
parent
134c4a0815
commit
254c3f77c2
6 changed files with 39 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "Bambu PETG Basic @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"14"
|
||||
"13"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG50_02",
|
||||
"name": "Bambu PETG-CF @BBL X1C 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu PETG-CF @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"13"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -6,8 +6,6 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "Bambu PETG-CF @base",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.8 nozzle",
|
||||
"Bambu Lab X1 0.6 nozzle",
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG50_03",
|
||||
"name": "Bambu PETG-CF @BBL P1P 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu PETG-CF @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"13"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -6,7 +6,6 @@
|
|||
"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"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue