Reworked support settings in processes (#11683)

* explicitly set the machine_max_junction_deviation

* reworked the support settings for all profiles

* forgot the bottom interface spacing. set more accurate values

* set the wrong value, meant support_bottom_z_distance
This commit is contained in:
Bernhard Koppensteiner
2025-12-22 15:55:15 +01:00
committed by GitHub
parent e32dbd3802
commit 74c547f94f
50 changed files with 190 additions and 38 deletions

View File

@@ -33,7 +33,8 @@
"inner_wall_acceleration": "2000",
"outer_wall_acceleration": "1500",
"bridge_acceleration": "1500",
"support_top_z_distance": "0.1",
"support_top_z_distance": "0.17",
"support_bottom_z_distance": "0.17",
"compatible_printers": [
"Prusa MINIIS 0.4 nozzle"
]