changed to cubic because of speed
This commit is contained in:
parent
fd53f45257
commit
dbfc8351b4
3 changed files with 3 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
|||
"overhang_2_4_speed": "25",
|
||||
"overhang_3_4_speed": "20",
|
||||
"overhang_4_4_speed": "15",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"sparse_infill_pattern": "cubic",
|
||||
"top_shell_thickness": "0.7",
|
||||
"top_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
|
|
|
@ -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"
|
||||
}
|
|
@ -17,6 +17,5 @@
|
|||
"outer_wall_acceleration": "2000",
|
||||
"bridge_acceleration": "1500",
|
||||
"internal_solid_infill_acceleration": "4000",
|
||||
"overhang_1_4_speed": "60",
|
||||
"sparse_infill_pattern": "cubic"
|
||||
"overhang_1_4_speed": "60"
|
||||
}
|
Loading…
Reference in a new issue