mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
SLA gizmo - combo replaced by slider, autogeneration uses config value for head_diameter
This commit is contained in:
parent
63b65bb3c8
commit
03beb1870b
5 changed files with 29 additions and 30 deletions
|
@ -673,6 +673,7 @@ void SLAPrint::process()
|
|||
// the density config value is in percents:
|
||||
config.density_relative = float(cfg.support_points_density_relative / 100.f);
|
||||
config.minimal_distance = float(cfg.support_points_minimal_distance);
|
||||
config.head_diameter = float(cfg.support_head_front_diameter);
|
||||
|
||||
// Construction of this object does the calculation.
|
||||
this->throw_if_canceled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue