-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restored PETG and ABS profiles. Lowered outerwall speed to 30mm/s. Re…
…duced gradual flow for PETG and ABS. Added extra parameter to reduce inner wall speeds on top surface.
- Loading branch information
1 parent
2a8a4ad
commit 41562f5
Showing
101 changed files
with
3,187 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.06mm_visual.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Visual | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = visual | ||
material = ultimaker_abs | ||
quality_type = high | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.4 | ||
|
||
[values] | ||
speed_infill = 50 | ||
top_bottom_thickness = 1.05 | ||
|
28 changes: 28 additions & 0 deletions
28
resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.15mm_engineering.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Accurate | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = engineering | ||
material = ultimaker_abs | ||
quality_type = fast | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.4 | ||
|
||
[values] | ||
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 | ||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' | ||
infill_sparse_density = 20 | ||
jerk_print = 30 | ||
speed_infill = =speed_print | ||
speed_print = 35 | ||
speed_roofing = =speed_topbottom | ||
speed_topbottom = =speed_print | ||
speed_wall = =speed_print | ||
speed_wall_0 = =speed_wall | ||
speed_wall_x = =speed_wall | ||
top_bottom_thickness = =wall_thickness | ||
wall_thickness = =line_width * 3 | ||
|
24 changes: 24 additions & 0 deletions
24
resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.15mm_visual.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Visual | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = visual | ||
material = ultimaker_abs | ||
quality_type = fast | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.4 | ||
|
||
[values] | ||
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 | ||
acceleration_print = 2500 | ||
acceleration_wall_0 = 1000 | ||
inset_direction = inside_out | ||
jerk_wall_0 = 20 | ||
speed_print = 50 | ||
speed_roofing = =math.ceil(speed_wall*(35/50)) | ||
speed_wall_0 = =math.ceil(speed_wall*(25/50)) | ||
top_bottom_thickness = =max(1.2 , layer_height * 6) | ||
|
24 changes: 24 additions & 0 deletions
24
resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.1mm_engineering.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Accurate | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = engineering | ||
material = ultimaker_abs | ||
quality_type = normal | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.4 | ||
|
||
[values] | ||
jerk_print = 30 | ||
speed_infill = =speed_print | ||
speed_print = 30 | ||
speed_topbottom = =speed_print | ||
speed_wall = =speed_print | ||
speed_wall_0 = =speed_wall | ||
speed_wall_x = =speed_wall | ||
top_bottom_thickness = =wall_thickness | ||
wall_thickness = =line_width * 3 | ||
|
17 changes: 17 additions & 0 deletions
17
resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.1mm_visual.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Visual | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = visual | ||
material = ultimaker_abs | ||
quality_type = normal | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.4 | ||
|
||
[values] | ||
speed_infill = 50 | ||
top_bottom_thickness = 1.05 | ||
|
28 changes: 28 additions & 0 deletions
28
resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm_engineering.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Accurate | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = engineering | ||
material = ultimaker_abs | ||
quality_type = draft | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.4 | ||
|
||
[values] | ||
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 | ||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' | ||
infill_sparse_density = 20 | ||
jerk_print = 30 | ||
speed_infill = =speed_print | ||
speed_print = 35 | ||
speed_roofing = =speed_topbottom | ||
speed_topbottom = =speed_print | ||
speed_wall = =speed_print | ||
speed_wall_0 = =speed_wall | ||
speed_wall_x = =speed_wall | ||
top_bottom_thickness = =wall_thickness | ||
wall_thickness = =line_width * 3 | ||
|
27 changes: 27 additions & 0 deletions
27
resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm_quick.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Quick | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = quick | ||
material = ultimaker_abs | ||
quality_type = draft | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.4 | ||
|
||
[values] | ||
_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = False | ||
acceleration_wall_0 = 2000 | ||
gradual_infill_step_height = =4 * layer_height | ||
gradual_infill_steps = 3 | ||
infill_sparse_density = 40 | ||
jerk_print = 30 | ||
jerk_wall_0 = 30 | ||
speed_print = 150 | ||
speed_wall = =speed_print | ||
speed_wall_0 = 40 | ||
top_bottom_thickness = =4 * layer_height | ||
wall_thickness = =2 * line_width | ||
|
24 changes: 24 additions & 0 deletions
24
resources/intent/ultimaker_s3/um_s3_aa0.4_um-abs_0.2mm_visual.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Visual | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = visual | ||
material = ultimaker_abs | ||
quality_type = draft | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.4 | ||
|
||
[values] | ||
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 | ||
acceleration_print = 2500 | ||
acceleration_wall_0 = 1000 | ||
inset_direction = inside_out | ||
jerk_wall_0 = 20 | ||
speed_print = 50 | ||
speed_roofing = =math.ceil(speed_wall*(35/50)) | ||
speed_wall_0 = =math.ceil(speed_wall*(25/50)) | ||
top_bottom_thickness = =max(1.2 , layer_height * 6) | ||
|
28 changes: 28 additions & 0 deletions
28
resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.15mm_engineering.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Accurate | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = engineering | ||
material = ultimaker_petg | ||
quality_type = fast | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.4 | ||
|
||
[values] | ||
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 | ||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' | ||
infill_sparse_density = 20 | ||
jerk_print = 30 | ||
speed_infill = =speed_print | ||
speed_print = 35 | ||
speed_roofing = =speed_topbottom | ||
speed_topbottom = =speed_print | ||
speed_wall = =speed_print | ||
speed_wall_0 = =speed_wall | ||
speed_wall_x = =speed_wall | ||
top_bottom_thickness = =wall_thickness | ||
wall_thickness = =line_width * 3 | ||
|
24 changes: 24 additions & 0 deletions
24
resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.1mm_engineering.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Accurate | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = engineering | ||
material = ultimaker_petg | ||
quality_type = normal | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.4 | ||
|
||
[values] | ||
jerk_print = 30 | ||
speed_infill = =speed_print | ||
speed_print = 30 | ||
speed_topbottom = =speed_print | ||
speed_wall = =speed_print | ||
speed_wall_0 = =speed_wall | ||
speed_wall_x = =speed_wall | ||
top_bottom_thickness = =wall_thickness | ||
wall_thickness = =line_width * 3 | ||
|
28 changes: 28 additions & 0 deletions
28
resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm_engineering.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Accurate | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = engineering | ||
material = ultimaker_petg | ||
quality_type = draft | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.4 | ||
|
||
[values] | ||
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 | ||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' | ||
infill_sparse_density = 20 | ||
jerk_print = 30 | ||
speed_infill = =speed_print | ||
speed_print = 35 | ||
speed_roofing = =speed_topbottom | ||
speed_topbottom = =speed_print | ||
speed_wall = =speed_print | ||
speed_wall_0 = =speed_wall | ||
speed_wall_x = =speed_wall | ||
top_bottom_thickness = =wall_thickness | ||
wall_thickness = =line_width * 3 | ||
|
27 changes: 27 additions & 0 deletions
27
resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm_quick.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Quick | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = quick | ||
material = ultimaker_petg | ||
quality_type = draft | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.4 | ||
|
||
[values] | ||
_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = False | ||
acceleration_wall_0 = 2000 | ||
gradual_infill_step_height = =4 * layer_height | ||
gradual_infill_steps = 3 | ||
infill_sparse_density = 40 | ||
jerk_print = 30 | ||
jerk_wall_0 = 30 | ||
speed_print = 150 | ||
speed_wall = =speed_print | ||
speed_wall_0 = 40 | ||
top_bottom_thickness = =4 * layer_height | ||
wall_thickness = =2 * line_width | ||
|
24 changes: 24 additions & 0 deletions
24
resources/intent/ultimaker_s3/um_s3_aa0.4_um-petg_0.2mm_visual.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Visual | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = visual | ||
material = ultimaker_petg | ||
quality_type = draft | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.4 | ||
|
||
[values] | ||
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 | ||
acceleration_print = 2500 | ||
acceleration_wall_0 = 1000 | ||
inset_direction = inside_out | ||
jerk_wall_0 = 20 | ||
speed_print = 50 | ||
speed_roofing = =math.ceil(speed_wall*(35/50)) | ||
speed_wall_0 = =math.ceil(speed_wall*(25/50)) | ||
top_bottom_thickness = =max(1.2 , layer_height * 6) | ||
|
28 changes: 28 additions & 0 deletions
28
resources/intent/ultimaker_s3/um_s3_aa0.8_um-abs_0.2mm_engineering.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[general] | ||
definition = ultimaker_s3 | ||
name = Accurate | ||
version = 4 | ||
|
||
[metadata] | ||
intent_category = engineering | ||
material = ultimaker_abs | ||
quality_type = draft | ||
setting_version = 22 | ||
type = intent | ||
variant = AA 0.8 | ||
|
||
[values] | ||
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1 | ||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles' | ||
infill_sparse_density = 20 | ||
jerk_print = 30 | ||
speed_infill = =speed_print | ||
speed_print = 35 | ||
speed_roofing = =speed_topbottom | ||
speed_topbottom = =speed_print | ||
speed_wall = =speed_print | ||
speed_wall_0 = =speed_wall | ||
speed_wall_x = =speed_wall | ||
top_bottom_thickness = =wall_thickness | ||
wall_thickness = =line_width * 3 | ||
|
Oops, something went wrong.