bugfix and updates in profiles for MK3.5 (#8778)

* bugfix for TPU filament overrides

* higher voluemetric flow

* bugfix for to high speed at internal solid infill

* Update Prusa.json

* updated firmware check and nozzle settings

* bugfix speed and standard for 0,15mm profiles of the 0.4mm nozzle

* variables not defined in orcaslicer
This commit is contained in:
Bernhard Koppensteiner
2025-03-16 16:42:24 +01:00
committed by GitHub
parent d8bb1786e5
commit 44b6a6a6b6
4 changed files with 15 additions and 16 deletions

View File

@@ -24,15 +24,10 @@
"top_surface_speed": "45",
"sparse_infill_speed": "110",
"bridge_speed": "25",
"default_acceleration": "2000",
"initial_layer_acceleration": "500",
"top_surface_acceleration": "1000",
"travel_acceleration": "4000",
"sparse_infill_acceleration": "4000",
"internal_solid_infill_acceleration": "3000",
"sparse_infill_acceleration": "2500",
"internal_solid_infill_acceleration": "2500",
"inner_wall_acceleration": "2000",
"outer_wall_acceleration": "1500",
"bridge_acceleration": "1500",
"compatible_printers": [
"Prusa MK3.5 0.4 nozzle"
]