mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
Enhancement: ERS - segment length - convert to float (#7400)
Enhancement: ERS segment length - convert to float To allow splitting of line segments down to 0.5mm for improved external surface finish. Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
bb009eaa99
commit
e62d6a3b68
3 changed files with 11 additions and 8 deletions
|
@ -1091,8 +1091,9 @@ PRINT_CONFIG_CLASS_DEFINE(
|
|||
((ConfigOptionString, time_lapse_gcode))
|
||||
|
||||
((ConfigOptionFloat, max_volumetric_extrusion_rate_slope))
|
||||
((ConfigOptionInt, max_volumetric_extrusion_rate_slope_segment_length))
|
||||
((ConfigOptionFloat, max_volumetric_extrusion_rate_slope_segment_length))
|
||||
((ConfigOptionBool, extrusion_rate_smoothing_external_perimeter_only))
|
||||
|
||||
|
||||
((ConfigOptionPercents, retract_before_wipe))
|
||||
((ConfigOptionFloats, retraction_length))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue