Compare commits
No commits in common. "903b6d8c0f4571bc3a7217e9f6c55bd088d9f76b" and "5695b848e33e910cfa086b374cfc9283c1b6d511" have entirely different histories.
903b6d8c0f
...
5695b848e3
@ -14,7 +14,6 @@ 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
|
||||
@ -25,11 +24,10 @@ 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 = 10
|
||||
infill_sparse_density = 20
|
||||
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
|
||||
|
||||
@ -43,14 +41,6 @@ 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
|
||||
@ -69,12 +59,12 @@ fill_outline_gaps = False
|
||||
|
||||
optimize_wall_printing_order = True
|
||||
|
||||
retraction_combing = noskin
|
||||
retraction_combing = off
|
||||
|
||||
small_feature_speed_factor = 40
|
||||
small_hole_max_size = 9
|
||||
|
||||
speed_print = 120
|
||||
speed_print = 200
|
||||
speed_infill = =speed_print * 1.0
|
||||
speed_support = =speed_print * 1.0
|
||||
speed_support_infill = =speed_print * 1.3
|
||||
@ -90,7 +80,6 @@ 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 | 205°C |
|
||||
| Build Plate Temperature | 65°C |
|
||||
| Printing Temperature | 200°C |
|
||||
| Build Plate Temperature | 60°C |
|
||||
| Flow | 94% |
|
||||
| Retraction Distance | 0.55mm |
|
||||
| Retraction Distance | 0.3mm |
|
||||
| Retraction Speed | 50mm/s |
|
||||
| Retraction Extra Prime Amount | 0.03mm |
|
||||
| Retraction Extra Prime Amount | 0.05mm |
|
||||
| Linear Advance Factor | 0.020 |
|
||||
|
||||
## Prices
|
||||
|
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.
Loading…
x
Reference in New Issue
Block a user