mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
ENH: lower the bed temperature for p1s and p1p
Change-Id: If00565c4428bc07d93eb3e2305fea4478d0f3339
This commit is contained in:
parent
ce06bb08aa
commit
b8fa5decc1
17 changed files with 642 additions and 378 deletions
|
@ -5,15 +5,33 @@
|
|||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Generic PC @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"1"
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"1"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.2 nozzle"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue