Qidi Plus4 profile improvements (#7868)

* Added new filament (PLA High Speed)

* Changed default infill to crosshatch

* Added precise wall option
This commit is contained in:
Thomas
2025-01-07 16:15:00 +01:00
committed by GitHub
parent f7ee8642e9
commit 3375b53141
8 changed files with 122 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
"line_width": "0.45",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"sparse_infill_pattern": "crosshatch",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.2",
"initial_layer_speed": "20",

View File

@@ -27,7 +27,7 @@
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"sparse_infill_pattern": "crosshatch",
"initial_layer_acceleration": "500",
"travel_acceleration": "700",
"inner_wall_acceleration": "500",
@@ -89,6 +89,7 @@
"initial_layer_speed": "15",
"initial_layer_infill_speed": "20",
"outer_wall_speed": "25",
"precise_outer_wall": "1",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "40",
"top_surface_speed": "30",