mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 18:39:09 +08:00
Eryone Thinker Profile improvements.
Adding Extra Fast profile. Added acceleration speed for Fast. Minor updates to definition for default material to be Eryone PLA and some other setting to work better with profiles.
This commit is contained in:
parent
6361a87741
commit
65cb518661
@ -12,7 +12,7 @@
|
||||
"platform_texture": "eryone_thinker_plate.png",
|
||||
"platform_offset": [0, -120, 0],
|
||||
"has_materials": true,
|
||||
"preferred_material": "generic_pla",
|
||||
"preferred_material": "eryone_pla",
|
||||
"has_machine_quality": true,
|
||||
"preferred_quality_type": "normal",
|
||||
"machine_extruder_trains":
|
||||
@ -160,7 +160,7 @@
|
||||
"value": 10
|
||||
},
|
||||
"skirt_brim_speed": {
|
||||
"value": 40
|
||||
"value": "math.ceil(speed_print * 40 / 60)"
|
||||
},
|
||||
"skirt_gap": {
|
||||
"value": 5
|
||||
@ -229,7 +229,7 @@
|
||||
"value": 3
|
||||
},
|
||||
"wall_thickness": {
|
||||
"value": "1.2"
|
||||
"value": "line_width * wall_line_count"
|
||||
},
|
||||
"bottom_layers": {
|
||||
"value": "4"
|
||||
|
@ -0,0 +1,37 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Extra Fast
|
||||
definition = eryone_thinker
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = verydraft
|
||||
weight = -3
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
acceleration_print = 1500
|
||||
acceleration_travel = 3000
|
||||
infill_sparse_density = 10
|
||||
initial_layer_line_width_factor = 100.0
|
||||
layer_height = 0.3
|
||||
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)
|
||||
skirt_brim_speed = =math.ceil(speed_print * 40 / 50)
|
||||
speed_print = 100.0
|
||||
speed_infill = =math.ceil(speed_print * 60 / 50)
|
||||
speed_topbottom = =math.ceil(speed_print * 40 / 50)
|
||||
speed_travel = =speed_print if magic_spiralize else 150
|
||||
speed_layer_0 = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_x = =math.ceil(speed_print * 60 / 50)
|
||||
speed_z_hop = =math.ceil(speed_print * 30 / 60)
|
||||
top_layers = 4
|
||||
bottom_layers = 2
|
||||
wall_line_count = 2
|
@ -4,13 +4,15 @@ name = Fast
|
||||
definition = eryone_thinker
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
acceleration_print = 1500
|
||||
acceleration_travel = 3000
|
||||
infill_sparse_density = 15
|
||||
initial_layer_line_width_factor = 100.0
|
||||
layer_height = 0.3
|
||||
|
@ -4,7 +4,7 @@ name = High
|
||||
definition = eryone_thinker
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
|
@ -4,7 +4,7 @@ name = Normal
|
||||
definition = eryone_thinker
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user