mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Minor tweaks for TPU filament in MK3.5 Profiles (#7487)
* bugfix for TPU filament overrides * higher voluemetric flow * bugfix for to high speed at internal solid infill
This commit is contained in:
parent
4f9e946dfb
commit
e6eda3e7d0
2 changed files with 9 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_tpu",
|
||||
"filament_max_volumetric_speed": [
|
||||
"1.35"
|
||||
"1.8"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"1.15"
|
||||
|
@ -28,8 +28,14 @@
|
|||
"210"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"0"
|
||||
"2"
|
||||
],
|
||||
"filament_retraction_speed": [
|
||||
"45"
|
||||
],
|
||||
"filament_deretraction_speed": [
|
||||
"20"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"support_speed": "60",
|
||||
"small_perimeter_speed": "40",
|
||||
"sparse_infill_speed": "100",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"internal_solid_infill_speed": "120",
|
||||
"top_surface_speed": "60",
|
||||
"gap_infill_speed": "40",
|
||||
"default_acceleration": "1500",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue