Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 903b6d8c0f | |||
| 9c8d7c42a8 |
@@ -14,6 +14,7 @@ global_quality = True
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.2
|
||||
initial_layer_line_width_factor = 110
|
||||
adhesion_type = skirt
|
||||
|
||||
acceleration_enabled = False
|
||||
acceleration_travel_enabled = False
|
||||
@@ -24,10 +25,11 @@ jerk_enabled = False
|
||||
|
||||
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_sparse_density = 10
|
||||
infill_wall_line_count = 1
|
||||
infill_enable_travel_optimization = True
|
||||
infill_wipe_dist = =line_width / 2
|
||||
infill_material_flow = =material_flow - 3
|
||||
wall_0_wipe_dist = =line_width
|
||||
zig_zaggify_infill = True
|
||||
|
||||
@@ -41,6 +43,14 @@ support_pattern = lines
|
||||
support_roof_enable = True
|
||||
support_roof_pattern = grid
|
||||
support_xy_distance = 0.16
|
||||
support_brim_line_count = 10
|
||||
support_material_flow = =material_flow - 4
|
||||
support_roof_density = 50
|
||||
support_roof_material_flow = =support_material_flow
|
||||
support_tree_bp_diameter = 10
|
||||
support_xy_distance_overhang = 0.3
|
||||
support_z_distance = 0.15
|
||||
zig_zaggify_support = True
|
||||
|
||||
roofing_layer_count = 1
|
||||
top_bottom_thickness = 1
|
||||
@@ -59,12 +69,12 @@ 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
|
||||
|
||||
speed_print = 200
|
||||
speed_print = 120
|
||||
speed_infill = =speed_print * 1.0
|
||||
speed_support = =speed_print * 1.0
|
||||
speed_support_infill = =speed_print * 1.3
|
||||
@@ -80,6 +90,7 @@ speed_wall_0_roofing = =speed_roofing
|
||||
speed_wall_x_roofing = =speed_roofing
|
||||
skirt_brim_speed = =speed_print_layer_0
|
||||
speed_slowdown_layers = 3
|
||||
support_enable = False
|
||||
|
||||
speed_z_hop = 30
|
||||
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
## Settings
|
||||
| Setting | Value |
|
||||
| :--------------------------------------------- | :------- |
|
||||
| Printing Temperature | 200°C |
|
||||
| Build Plate Temperature | 60°C |
|
||||
| Printing Temperature | 205°C |
|
||||
| Build Plate Temperature | 65°C |
|
||||
| Flow | 94% |
|
||||
| Retraction Distance | 0.3mm |
|
||||
| Retraction Distance | 0.55mm |
|
||||
| Retraction Speed | 50mm/s |
|
||||
| Retraction Extra Prime Amount | 0.05mm |
|
||||
| Retraction Extra Prime Amount | 0.03mm |
|
||||
| Linear Advance Factor | 0.020 |
|
||||
|
||||
## Prices
|
||||
|
||||
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user