mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37: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",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_filament_tpu",
|
"inherits": "fdm_filament_tpu",
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"1.35"
|
"1.8"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"1.15"
|
"1.15"
|
||||||
|
@ -28,7 +28,13 @@
|
||||||
"210"
|
"210"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"filament_retraction_length": [
|
||||||
"0"
|
"2"
|
||||||
|
],
|
||||||
|
"filament_retraction_speed": [
|
||||||
|
"45"
|
||||||
|
],
|
||||||
|
"filament_deretraction_speed": [
|
||||||
|
"20"
|
||||||
],
|
],
|
||||||
"close_fan_the_first_x_layers": [
|
"close_fan_the_first_x_layers": [
|
||||||
"3"
|
"3"
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"support_speed": "60",
|
"support_speed": "60",
|
||||||
"small_perimeter_speed": "40",
|
"small_perimeter_speed": "40",
|
||||||
"sparse_infill_speed": "100",
|
"sparse_infill_speed": "100",
|
||||||
"internal_solid_infill_speed": "140",
|
"internal_solid_infill_speed": "120",
|
||||||
"top_surface_speed": "60",
|
"top_surface_speed": "60",
|
||||||
"gap_infill_speed": "40",
|
"gap_infill_speed": "40",
|
||||||
"default_acceleration": "1500",
|
"default_acceleration": "1500",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue