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:
parent
343f43ede8
commit
1cea12e130
|
@ -59,6 +59,9 @@
|
|||
"overhang_fan_threshold": [
|
||||
"10%"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"70"
|
||||
],
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"0.8"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
],
|
||||
|
|
|
@ -47,6 +47,9 @@
|
|||
"overhang_fan_threshold": [
|
||||
"10%"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
|
|
|
@ -44,6 +44,9 @@
|
|||
"overhang_fan_threshold": [
|
||||
"10%"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue