Improving the Eryone Thinker setup

Set Definition to use Monotonic skin by default
Add Fine profile at 0.1 layer height
Change High to 0.15 layer height and number of layers to match
Change Fast to 0.25 layer height and number of layers to match
This commit is contained in:
Demetrius Apostolopoulos 2021-09-23 14:55:28 -07:00
parent ef9d7da55d
commit 4e71dd8ba8
4 changed files with 41 additions and 8 deletions

View file

@ -156,6 +156,9 @@
"retraction_combing": {
"value": "'off' if retraction_hop_enabled else 'noskin'"
},
"skin_monotonic": {
"value": true
},
"skin_overlap": {
"value": 10
},

View file

@ -14,8 +14,8 @@ global_quality = True
acceleration_print = 1500
acceleration_travel = 3000
infill_sparse_density = 15
initial_layer_line_width_factor = 100.0
layer_height = 0.3
initial_layer_line_width_factor = 110.0
layer_height = 0.25
layer_height_0 = =layer_height
material_bed_temperature = =default_material_bed_temperature
material_bed_temperature_layer_0 = =material_bed_temperature
@ -28,6 +28,6 @@ speed_topbottom = =math.ceil(speed_print * 40 / 60)
speed_travel = =speed_print if magic_spiralize else 150
speed_wall_x = =math.ceil(speed_print * 80 / 60)
speed_z_hop = =math.ceil(speed_print * 30 / 60)
top_layers = 4
bottom_layers = 2
top_layers = 5
bottom_layers = 3
wall_line_count = 2

View file

@ -0,0 +1,30 @@
[general]
version = 4
name = Fine
definition = eryone_thinker
[metadata]
setting_version = 17
type = quality
quality_type = fine
weight = 2
global_quality = True
[values]
alternate_extra_perimeter = true
infill_sparse_density = 30
initial_layer_line_width_factor = 130.0
layer_height = 0.1
layer_height_0 = =layer_height
material_bed_temperature = =default_material_bed_temperature
material_bed_temperature_layer_0 = =material_bed_temperature
material_final_print_temperature = =material_print_temperature
material_initial_print_temperature = =material_print_temperature
material_print_temperature = =default_material_print_temperature
material_print_temperature_layer_0 = =max(-273.15, material_print_temperature + 5)
speed_print = 40.0
speed_topbottom = =math.ceil(speed_print * 30 / 60)
speed_travel = =speed_print if magic_spiralize else 100
speed_z_hop = =math.ceil(speed_print * 30 / 60)
top_layers = 12
bottom_layers = 8

View file

@ -13,8 +13,8 @@ global_quality = True
[values]
alternate_extra_perimeter = true
infill_sparse_density = 25
initial_layer_line_width_factor = 130.0
layer_height = 0.1
initial_layer_line_width_factor = 125.0
layer_height = 0.15
layer_height_0 = =layer_height
material_bed_temperature = =default_material_bed_temperature
material_bed_temperature_layer_0 = =material_bed_temperature
@ -26,5 +26,5 @@ speed_print = 50.0
speed_topbottom = =math.ceil(speed_print * 30 / 60)
speed_travel = =speed_print if magic_spiralize else 100
speed_z_hop = =math.ceil(speed_print * 30 / 60)
top_layers = 12
bottom_layers = 8
top_layers = 8
bottom_layers = 6