Fix Initial Layer Settings

This commit is contained in:
Paul Schattenberg 2023-11-20 19:49:01 +01:00
parent 36c63b0bc1
commit d985ef8d9b
3 changed files with 2 additions and 2 deletions

View file

@ -12,6 +12,7 @@
"internal_solid_infill_line_width": "0.28",
"support_line_width": "0.23",
"top_surface_line_width": "0.25",
"initial_layer_print_height": "0.12",
"wall_loops": "5",
"compatible_printers": [
"Creality Ender-5 Pro (2019) 0.25 nozzle"

View file

@ -12,7 +12,6 @@
"internal_solid_infill_line_width": "0.66",
"support_line_width": "0.54",
"top_surface_line_width": "0.6",
"initial_layer_print_height": "0.3",
"wall_loops": "2",
"compatible_printers": [
"Creality Ender-5 Pro (2019) 0.6 nozzle"

View file

@ -12,8 +12,8 @@
"internal_solid_infill_line_width": "0.88",
"support_line_width": "0.72",
"top_surface_line_width": "0.8",
"wall_loops": "2",
"initial_layer_print_height": "0.32",
"wall_loops": "2",
"compatible_printers": [
"Creality Ender-5 Pro (2019) 0.8 nozzle"
]