ENH: update some filament settings

1. Update retract length in Bambu TPU 95A HF
2. Update slow_down_layer_time for PETG

jira:[NEW]

Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: Ic5e6a76b5254459d8aff5128f289b5116c50ea75
This commit is contained in:
XunZhangBambu 2023-12-19 11:33:15 +08:00 committed by Lane.Wei
parent 343f43ede8
commit 1cea12e130
4 changed files with 12 additions and 0 deletions

View File

@ -59,6 +59,9 @@
"overhang_fan_threshold": [ "overhang_fan_threshold": [
"10%" "10%"
], ],
"slow_down_layer_time": [
"12"
],
"textured_plate_temp": [ "textured_plate_temp": [
"70" "70"
], ],

View File

@ -14,6 +14,9 @@
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"12" "12"
], ],
"filament_retraction_length": [
"0.8"
],
"filament_vendor": [ "filament_vendor": [
"Bambu Lab" "Bambu Lab"
], ],

View File

@ -47,6 +47,9 @@
"overhang_fan_threshold": [ "overhang_fan_threshold": [
"10%" "10%"
], ],
"slow_down_layer_time": [
"12"
],
"slow_down_min_speed": [ "slow_down_min_speed": [
"20" "20"
], ],

View File

@ -44,6 +44,9 @@
"overhang_fan_threshold": [ "overhang_fan_threshold": [
"10%" "10%"
], ],
"slow_down_layer_time": [
"12"
],
"slow_down_min_speed": [ "slow_down_min_speed": [
"20" "20"
], ],