Print and Material Calibrations
This commit is contained in:
parent
cda64f8cf5
commit
b2e089f845
@ -26,6 +26,9 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'gyroid'
|
||||
infill_overlap = =20 if infill_sparse_density > 80 else 5
|
||||
infill_sparse_density = 20
|
||||
infill_wall_line_count = 1
|
||||
infill_enable_travel_optimization = True
|
||||
infill_wipe_dist = =line_width / 2
|
||||
wall_0_wipe_dist = =line_width
|
||||
zig_zaggify_infill = True
|
||||
|
||||
bridge_settings_enabled = True
|
||||
@ -45,8 +48,9 @@ top_layers = 5
|
||||
bottom_layers = 4
|
||||
|
||||
skin_monotonic = True
|
||||
skin_overlap = 15
|
||||
skin_overlap = 20
|
||||
skirt_gap = 10
|
||||
skin_edge_support_layers = 4
|
||||
|
||||
bridge_skin_speed = 60
|
||||
bridge_wall_material_flow = 100
|
||||
@ -55,7 +59,7 @@ fill_outline_gaps = False
|
||||
|
||||
optimize_wall_printing_order = True
|
||||
|
||||
retraction_combing = off
|
||||
retraction_combing = noskin
|
||||
|
||||
small_feature_speed_factor = 40
|
||||
small_hole_max_size = 9
|
||||
@ -71,6 +75,9 @@ speed_travel = =speed_print * 2
|
||||
speed_layer_0 = 30
|
||||
speed_print_layer_0 = =speed_layer_0
|
||||
speed_travel_layer_0 = =speed_print_layer_0 * 2
|
||||
speed_roofing = =speed_layer_0 * 2
|
||||
speed_wall_0_roofing = =speed_roofing
|
||||
speed_wall_x_roofing = =speed_roofing
|
||||
skirt_brim_speed = =speed_print_layer_0
|
||||
speed_slowdown_layers = 3
|
||||
|
||||
@ -96,4 +103,6 @@ klipper_retract_speed = =retraction_speed
|
||||
klipper_retraction_speed = =retraction_speed
|
||||
klipper_pressure_advance_enable = True
|
||||
|
||||
material_flow = 88
|
||||
material_flow = 94
|
||||
|
||||
travel_avoid_supports = True
|
||||
|
@ -5,11 +5,11 @@
|
||||
| :--------------------------------------------- | :------- |
|
||||
| Printing Temperature | 200°C |
|
||||
| Build Plate Temperature | 60°C |
|
||||
| Flow | 88% |
|
||||
| Retraction Distance | 0.85mm |
|
||||
| Retraction Speed | |
|
||||
| Retraction Extra Prime Amount | |
|
||||
| Linear Advance | 0.044 |
|
||||
| Flow | 94% |
|
||||
| Retraction Distance | 0.3mm |
|
||||
| Retraction Speed | 50mm/s |
|
||||
| Retraction Extra Prime Amount | 0.05mm |
|
||||
| Linear Advance Factor | 0.020 |
|
||||
|
||||
## Prices
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user