This commit is contained in:
Bernhard Koppensteiner 2024-04-17 18:02:46 +02:00
commit 2085af9b02
2 changed files with 13 additions and 2 deletions

View File

@ -12,7 +12,11 @@
"top_shell_layers": "7",
"bottom_shell_thickness": "0.5",
"bottom_shell_layers": "5",
"sparse_infill_acceleration": "3000",
"internal_solid_infill_acceleration": "2500",
"inner_wall_acceleration": "2000",
"outer_wall_acceleration": "1500",
"compatible_printers": [
"Prusa MINIIS 0.4 nozzle"
]
}
}

View File

@ -11,8 +11,15 @@
"top_shell_layers": "5",
"bottom_shell_thickness": "0.5",
"bottom_shell_layers": "4",
"outer_wall_speed": "120",
"inner_wall_speed": "120",
"top_surface_speed": "120",
"sparse_infill_acceleration": "3000",
"internal_solid_infill_acceleration": "2500",
"inner_wall_acceleration": "2000",
"outer_wall_acceleration": "1500",
"compatible_printers": [
"Prusa MINIIS 0.4 nozzle",
"Prusa MINIIS 0.25 nozzle"
]
}
}