Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voron volumetric speed #20023

Draft
wants to merge 76 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
d3d63bf
Fix cool_min_speed
WCEngineer Aug 30, 2024
dbc031f
Experimental: simplified speed definitions to take advantage of defaults
WCEngineer Aug 30, 2024
78fa756
Enforce lower limit on cool_min_speed
WCEngineer Sep 3, 2024
1f51ede
Update max_feedrate and max_accel based on latest default voron-2 pri…
WCEngineer Sep 3, 2024
b64c0b6
Remove old jerk settings because jerk is disabled
WCEngineer Sep 3, 2024
469cb00
Update speed_travel to automatically adjust for changes to max_feedrate
WCEngineer Sep 3, 2024
d0d7f61
Remove old acceleration control values
WCEngineer Sep 3, 2024
387566b
Update layer_height_0 to dynamically adjust to nozzle size
WCEngineer Sep 3, 2024
e3b00b8
Update machine_acceleration to match machine_max_acceleration
WCEngineer Sep 3, 2024
fe4ae91
Fix cool_min_speed lower limit
WCEngineer Sep 3, 2024
181d378
Revert "Experimental: simplified speed definitions to take advantage …
WCEngineer Sep 3, 2024
a21c88f
Set z-hop speed to max feedrate
WCEngineer Sep 3, 2024
c11d42e
Simplified speeds in voron base definition to use values inherited fr…
WCEngineer Sep 3, 2024
b1595cd
Update global quality profiles to calculate speed using volumetric flow
WCEngineer Sep 3, 2024
0a3a156
Simplify travel speed calculation
WCEngineer Sep 3, 2024
cd4f7c4
Update v6 quality profiles to use speeds inherited from the global pr…
WCEngineer Sep 3, 2024
eaf5491
Update volcano profiles to using volumetric flow calculation
WCEngineer Sep 3, 2024
f1c6ed8
Applied printer-linter format
WCEngineer Sep 3, 2024
f342548
Merge branch 'voron-nozzles' into voron-volumetric-speed
WCEngineer Sep 3, 2024
7a74084
Merge branch 'voron-volumetric-speed' of https://github.com/NerdyGrif…
WCEngineer Sep 3, 2024
17cc53d
Update ASA, PVA, and TPU profiles
WCEngineer Sep 3, 2024
db96d50
Prevent rounding travel speed to zero
WCEngineer Sep 3, 2024
acb63af
Fix rounding (missing "=" after "speed_print =")
WCEngineer Sep 3, 2024
3d1c291
Revert "Fix rounding (missing "=" after "speed_print =")"
WCEngineer Sep 3, 2024
a940a87
Fix rounding, rerun printer-linter
WCEngineer Sep 3, 2024
0d439ad
Update travel speed lower limit to follow speed_print
WCEngineer Sep 6, 2024
23262cc
Move default speed_print from global quality profiles to printer defi…
WCEngineer Sep 6, 2024
ed87000
Fix incorrect speed variable in cool_min_speed calculation
WCEngineer Sep 6, 2024
d0c9ade
Update wall thickness to dynamically adjust to nozzle size
WCEngineer Oct 3, 2024
cd0cf77
Merge branch 'main' into voron-volumetric-speed
NerdyGriffin Nov 27, 2024
b150b27
Merge branch 'main' into voron-volumetric-speed
NerdyGriffin Nov 30, 2024
5739b9c
Update profile versions in Voron files
NerdyGriffin Dec 1, 2024
69ac649
Merge branch 'voron-profile-version' into voron-volumetric-speed
NerdyGriffin Dec 1, 2024
f34ee9a
Overriding acceleration_enabled with the same value (default_value: F…
NerdyGriffin Dec 1, 2024
e132ecf
Overriding cool_fan_speed_min with the same value (value: cool_fan_sp…
NerdyGriffin Dec 1, 2024
8f195ad
Update resources/definitions/voron2_base.def.json
NerdyGriffin Dec 1, 2024
1242026
Merge branch 'voron-volumetric-speed' of https://github.com/NerdyGrif…
NerdyGriffin Dec 1, 2024
5b832ae
Applied printer-linter format
NerdyGriffin Dec 1, 2024
4baedce
Overriding jerk_enabled with the same value (default_value: False) as…
NerdyGriffin Dec 1, 2024
cb3695e
Remove experimental settings from default profile
NerdyGriffin Dec 1, 2024
24185be
Revert "Remove experimental settings from default profile"
NerdyGriffin Dec 1, 2024
0a188a2
retrigger checks
NerdyGriffin Dec 2, 2024
7a81cca
retrigger checks
NerdyGriffin Dec 2, 2024
ca0cb3d
Revert contents of TPU profiles to correct version
NerdyGriffin Dec 2, 2024
955bc5a
Merge branch 'voron-profile-version' into voron-volumetric-speed
NerdyGriffin Dec 3, 2024
7b6e941
Applied printer-linter format
NerdyGriffin Dec 3, 2024
e558ad8
Fix relatationship between default line width and its child values
NerdyGriffin Dec 4, 2024
586b49a
Remove redundant line_width
NerdyGriffin Dec 4, 2024
a872413
Applied printer-linter format
NerdyGriffin Dec 4, 2024
12274e1
Revert infill and first layer speed to values inherited from fdmprinter
NerdyGriffin Dec 5, 2024
0ffc1f2
Increase default volumetric flow based of community feedback
NerdyGriffin Dec 5, 2024
e0c1b8c
Increase default speeds and acceleration
NerdyGriffin Dec 5, 2024
feb95f3
Decrease speed_layer_0 back to a more reasonable value
NerdyGriffin Dec 5, 2024
dce075b
Round volumetric flow to a multiple of 0.2 for better results
NerdyGriffin Dec 5, 2024
a5a9955
Update TPU profiles to account for the new default speed_print
NerdyGriffin Dec 5, 2024
27f0149
Decrease z hop speed
NerdyGriffin Dec 5, 2024
94ab1fe
Remove more redundant overrides
NerdyGriffin Dec 5, 2024
c2a66bf
Parametric cool_min_layer_time_fan_speed_max
NerdyGriffin Dec 5, 2024
8a6d84c
Decrease default print speed
NerdyGriffin Dec 5, 2024
8e73e91
Update retraction (Voron)
NerdyGriffin Dec 5, 2024
97c8635
Restore travel_avoid_other_parts to default
NerdyGriffin Dec 5, 2024
a72ade3
Zig-zaggify Supports by default
NerdyGriffin Dec 5, 2024
f3bd534
Fix error: parametric in "default_value" instead of "value"
NerdyGriffin Dec 6, 2024
5b2e35d
Restore default print speed
NerdyGriffin Dec 9, 2024
5c3cfaa
Revert "Revert infill and first layer speed to values inherited from …
NerdyGriffin Dec 9, 2024
5addbc5
Revert "Update TPU profiles to account for the new default speed_print"
NerdyGriffin Dec 9, 2024
af7fb34
Force update PR
NerdyGriffin Dec 11, 2024
209cec7
Default to smart hiding seam
NerdyGriffin Dec 13, 2024
f8c4008
Test acceleration control
NerdyGriffin Dec 19, 2024
36fc19c
Increase default machine_acceleration
NerdyGriffin Dec 19, 2024
1166634
Test jerk control
NerdyGriffin Dec 19, 2024
74f3c7b
Revert "Test jerk control"
NerdyGriffin Dec 20, 2024
072c524
Revert "Test acceleration control"
NerdyGriffin Dec 20, 2024
132444b
Merge branch 'main' into voron-volumetric-speed
NerdyGriffin Dec 20, 2024
367cf9e
Revert default machine_max_acceleration for new users
NerdyGriffin Dec 20, 2024
bfe581e
Test parametric adhesion type
NerdyGriffin Dec 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
77 changes: 37 additions & 40 deletions resources/definitions/voron2_base.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,28 @@
},
"overrides":
{
"acceleration_enabled": { "default_value": false },
"acceleration_layer_0": { "value": 1800 },
"acceleration_print": { "default_value": 2200 },
"acceleration_roofing": { "value": 1800 },
"acceleration_travel_layer_0": { "value": 1800 },
"acceleration_wall_0": { "value": 1800 },
"adhesion_type": { "default_value": "skirt" },
"adhesion_type":
{
"default_value": "skirt",
"value": "brim if draft_shield_enabled else skirt"
},
"alternate_extra_perimeter": { "default_value": true },
"bridge_fan_speed": { "default_value": 100 },
"bridge_fan_speed_2": { "resolve": "max(cool_fan_speed, 50)" },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ diagnostic-definition-experimental-setting ⚠️
Setting bridge_fan_speed_2 is still experimental and should not be used in default profiles

"bridge_fan_speed_3": { "resolve": "max(cool_fan_speed, 20)" },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ diagnostic-definition-experimental-setting ⚠️
Setting bridge_fan_speed_3 is still experimental and should not be used in default profiles

"bridge_settings_enabled": { "default_value": true },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ diagnostic-definition-experimental-setting ⚠️
Setting bridge_settings_enabled is still experimental and should not be used in default profiles

"bridge_wall_coast": { "default_value": 10 },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ diagnostic-definition-experimental-setting ⚠️
Setting bridge_wall_coast is still experimental and should not be used in default profiles

"cool_fan_full_at_height": { "value": "resolveOrValue('layer_height_0') + resolveOrValue('layer_height') * max(1, cool_fan_full_layer - 1)" },
"cool_fan_full_layer": { "value": 4 },
"cool_fan_speed_min": { "value": "cool_fan_speed" },
"cool_min_layer_time": { "default_value": 15 },
"cool_min_layer_time_fan_speed_max": { "default_value": 20 },
"fill_outline_gaps": { "default_value": true },
"cool_min_layer_time_fan_speed_max": { "value": "cool_min_layer_time + 5" },
"cool_min_speed": { "value": "max(round(speed_layer_0 / 2), round(speed_wall_0 * 3 / 4) if cool_lift_head else round(speed_wall_0 / 2))" },
"gantry_height": { "value": 30 },
"infill_before_walls": { "default_value": false },
"infill_enable_travel_optimization": { "default_value": true },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ diagnostic-definition-experimental-setting ⚠️
Setting infill_enable_travel_optimization is still experimental and should not be used in default profiles

"jerk_enabled": { "default_value": false },
"jerk_roofing": { "value": 10 },
"jerk_wall_0": { "value": 10 },
"layer_height_0": { "resolve": "max(0.2, min(extruderValues('layer_height')))" },
"line_width": { "value": "machine_nozzle_size * 1.125" },
"machine_acceleration": { "default_value": 1500 },
"infill_line_width": { "value": "machine_nozzle_size * 1.125" },
"initial_layer_line_width_factor": { "default_value": 125.0 },
"layer_height_0": { "resolve": "max(machine_nozzle_size / 2, min(extruderValues('layer_height')))" },
"machine_acceleration": { "default_value": 5000 },
"machine_depth": { "default_value": 250 },
"machine_end_gcode": { "default_value": "print_end" },
"machine_endstop_positive_direction_x": { "default_value": true },
Expand All @@ -67,14 +61,13 @@
},
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 250 },
"machine_max_acceleration_x": { "default_value": 1500 },
"machine_max_acceleration_y": { "default_value": 1500 },
"machine_max_acceleration_z": { "default_value": 250 },
"machine_max_acceleration_x": { "default_value": 3000 },
"machine_max_acceleration_y": { "default_value": 3000 },
"machine_max_acceleration_z": { "default_value": 500 },
"machine_max_feedrate_e": { "default_value": 120 },
"machine_max_feedrate_x": { "value": 500 },
"machine_max_feedrate_y": { "value": 500 },
"machine_max_feedrate_z": { "default_value": 40 },
"machine_max_jerk_e": { "default_value": 60 },
"machine_max_jerk_xy": { "default_value": 20 },
"machine_max_jerk_z": { "default_value": 1 },
"machine_name": { "default_value": "VORON2" },
"machine_start_gcode": { "default_value": ";Nozzle diameter = {machine_nozzle_size}\n;Filament type = {material_type}\n;Filament name = {material_name}\n;Filament weight = {filament_weight}\n; M190 S{material_bed_temperature_layer_0}\n; M109 S{material_print_temperature_layer_0}\nprint_start EXTRUDER={material_print_temperature_layer_0} BED={material_bed_temperature_layer_0} CHAMBER={build_volume_temperature}" },
"machine_steps_per_mm_x": { "default_value": 80 },
Expand All @@ -84,42 +77,46 @@
"meshfix_maximum_resolution": { "default_value": 0.01 },
"min_infill_area": { "default_value": 5.0 },
"minimum_polygon_circumference": { "default_value": 0.2 },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ diagnostic-definition-experimental-setting ⚠️
Setting minimum_polygon_circumference is still experimental and should not be used in default profiles

"optimize_wall_printing_order": { "default_value": true },
"retraction_amount": { "default_value": 0.75 },
"retraction_combing": { "value": "'noskin'" },
"retraction_combing_max_distance": { "default_value": 10 },
"retraction_hop": { "default_value": 0.2 },
"retraction_hop":
{
"default_value": 0.2,
"value": "machine_nozzle_size / 2"
},
"retraction_hop_enabled": { "default_value": true },
"retraction_hop_only_when_collides": { "default_value": true },
"retraction_prime_speed":
{
"maximum_value_warning": 130,
"maximum_value_warning": "machine_max_feedrate_e - 10",
"value": "math.ceil(retraction_speed * 0.4)"
},
"retraction_retract_speed": { "maximum_value_warning": 130 },
"retraction_retract_speed": { "maximum_value_warning": "machine_max_feedrate_e - 10" },
"retraction_speed":
{
"default_value": 30,
"maximum_value_warning": 130
"maximum_value_warning": "machine_max_feedrate_e - 10"
},
"roofing_layer_count": { "value": 1 },
"skirt_brim_minimal_length": { "default_value": 550 },
"speed_layer_0": { "value": "math.ceil(speed_print * 0.25)" },
"speed_roofing": { "value": "math.ceil(speed_print * 0.33)" },
"speed_infill": { "value": "speed_print * 1.5" },
"speed_layer_0": { "value": "speed_print * 3 / 8" },
"speed_print": { "value": "round(6.4 / layer_height / machine_nozzle_size, -1)" },
"speed_slowdown_layers": { "default_value": 4 },
"speed_topbottom": { "value": "math.ceil(speed_print * 0.33)" },
"speed_travel":
{
"maximum_value_warning": 501,
"value": 300
"maximum_value_warning": "max(500, round((machine_max_feedrate_x + machine_max_feedrate_y) / 2, -2)) + 1",
"value": "speed_print if magic_spiralize else max(speed_print, round((machine_max_feedrate_x + machine_max_feedrate_y) / 2, -2))"
},
"speed_travel_layer_0": { "value": "math.ceil(speed_travel * 0.4)" },
"speed_wall": { "value": "math.ceil(speed_print * 0.33)" },
"speed_wall_0": { "value": "math.ceil(speed_print * 0.33)" },
"speed_wall_x": { "value": "math.ceil(speed_print * 0.66)" },
"travel_avoid_other_parts": { "default_value": false },
"wall_line_width": { "value": "machine_nozzle_size" },
"speed_z_hop": { "value": "max(10, machine_max_feedrate_z / 2)" },
"top_bottom_thickness": { "value": "wall_thickness" },
"wall_overhang_angle": { "default_value": 75 },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ diagnostic-definition-experimental-setting ⚠️
Setting wall_overhang_angle is still experimental and should not be used in default profiles

"wall_overhang_speed_factor": { "default_value": 50 },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ diagnostic-definition-experimental-setting ⚠️
Setting wall_overhang_speed_factor is still experimental and should not be used in default profiles

"zig_zaggify_infill": { "value": true }
"wall_thickness": { "value": "wall_line_width_0 + wall_line_width_x" },
"z_seam_corner": { "value": "'z_seam_corner_weighted'" },
"z_seam_relative": { "value": "True" },
"zig_zaggify_infill": { "value": true },
"zig_zaggify_support": { "value": true }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.25_ABS_fast.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 180

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.25_ABS_fine.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 240

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.25_ASA_fast.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 180

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.25_ASA_fine.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 240

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 180

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 240

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.25_PC_fast.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 180

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.25_PC_fine.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.25_PC_normal.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 240

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.25_PETG_fast.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 180

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.25_PETG_fine.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 240

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.25_PLA_fast.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 180

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.25_PLA_fine.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 240

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.25_PVA_fast.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 180

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.25_PVA_fine.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 300

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.25mm

[values]
speed_print = 240

Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,4 @@ variant = V6 0.25mm

[values]
speed_infill = =speed_print
speed_layer_0 = =math.ceil(speed_print * 0.375)
speed_print = 300
speed_roofing = =speed_topbottom
speed_topbottom = =math.ceil(speed_print * 0.50)
speed_wall = =math.ceil(speed_print * 0.50)
speed_wall_0 = =speed_wall
speed_wall_x = =speed_print

7 changes: 0 additions & 7 deletions resources/quality/voron2/voron2_v6_0.25_TPU_fast.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,4 @@ variant = V6 0.25mm

[values]
speed_infill = =speed_print
speed_layer_0 = =math.ceil(speed_print * 0.375)
speed_print = 180
speed_roofing = =speed_topbottom
speed_topbottom = =math.ceil(speed_print * 0.50)
speed_wall = =math.ceil(speed_print * 0.50)
speed_wall_0 = =speed_wall
speed_wall_x = =speed_print

7 changes: 0 additions & 7 deletions resources/quality/voron2/voron2_v6_0.25_TPU_fine.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,4 @@ variant = V6 0.25mm

[values]
speed_infill = =speed_print
speed_layer_0 = =math.ceil(speed_print * 0.375)
speed_print = 300
speed_roofing = =speed_topbottom
speed_topbottom = =math.ceil(speed_print * 0.50)
speed_wall = =math.ceil(speed_print * 0.50)
speed_wall_0 = =speed_wall
speed_wall_x = =speed_print

7 changes: 0 additions & 7 deletions resources/quality/voron2/voron2_v6_0.25_TPU_normal.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,4 @@ variant = V6 0.25mm

[values]
speed_infill = =speed_print
speed_layer_0 = =math.ceil(speed_print * 0.375)
speed_print = 240
speed_roofing = =speed_topbottom
speed_topbottom = =math.ceil(speed_print * 0.50)
speed_wall = =math.ceil(speed_print * 0.50)
speed_wall_0 = =speed_wall
speed_wall_x = =speed_print

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.30mm

[values]
speed_print = 300

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.30_ABS_fast.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.30mm

[values]
speed_print = 160

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.30_ABS_fine.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.30mm

[values]
speed_print = 300

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.30mm

[values]
speed_print = 200

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.30mm

[values]
speed_print = 300

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.30_ASA_fast.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.30mm

[values]
speed_print = 160

1 change: 0 additions & 1 deletion resources/quality/voron2/voron2_v6_0.30_ASA_fine.inst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.30mm

[values]
speed_print = 300

Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ type = quality
variant = V6 0.30mm

[values]
speed_print = 200

Loading
Loading