ENH: update profiles for N1

Adjust the print acceleration from 10000 to 6000.
Retain only PLA-type filaments, including support types for PLA,PETG,TPU.
Delete all other high-temperature filament types.

jira: STUDIO-4038
Change-Id: Iba56bfe94aee0235a629b98a29cdcac323490e34
This commit is contained in:
xun.zhang 2023-08-17 11:55:57 +08:00 committed by Lane.Wei
parent e360f8d3c4
commit aa9ace3e39
19 changed files with 237 additions and 163 deletions

View file

@ -5,6 +5,9 @@
"from": "system",
"instantiation": "true",
"inherits": "Bambu ABS @base",
"fan_max_speed": [
"20"
],
"filament_max_volumetric_speed": [
"2"
],
@ -14,20 +17,16 @@
"hot_plate_temp_initial_layer": [
"100"
],
"reduce_fan_stop_start_freq": [
"0"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"fan_max_speed": [
"20"
],
"reduce_fan_stop_start_freq": [
"0"
],
"compatible_printers": [
"Bambu Lab P1P 0.2 nozzle",
"Bambu Lab N1 0.2 nozzle"
"Bambu Lab P1P 0.2 nozzle"
]
}