changed to cubic because of speed

This commit is contained in:
Bernhard Koppensteiner
2024-04-17 18:02:43 +02:00
parent fd53f45257
commit dbfc8351b4
3 changed files with 3 additions and 5 deletions

View File

@@ -22,6 +22,5 @@
"outer_wall_acceleration": "1000",
"bridge_acceleration": "1000",
"internal_solid_infill_acceleration": "2000",
"travel_acceleration": "3000",
"sparse_infill_pattern": "cubic"
"travel_acceleration": "3000"
}