mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 15:25:18 -06:00
ENH: set default chamber temp for missing filaments
jira: STUDIO-3518 Change-Id: Iaf947fe5a145884812eb15037458df3b83a338ab
This commit is contained in:
parent
8d8b690adf
commit
202863bffc
3 changed files with 15 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu PAHT-CF @base",
|
||||
"chamber_temperatures": [
|
||||
"60"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu Support For PA/PET @base",
|
||||
"chamber_temperatures": [
|
||||
"60"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||
|
|
|
@ -9,6 +9,15 @@
|
|||
"required_nozzle_HRC": [
|
||||
"3"
|
||||
],
|
||||
"chamber_temperatures": [
|
||||
"60"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"16"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"280"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue