mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Adding new sla material parameters: (initial) exposition min/max
This commit is contained in:
parent
448d773da0
commit
7c94db0634
5 changed files with 111 additions and 1 deletions
|
@ -500,7 +500,8 @@ const std::vector<std::string>& Preset::sla_material_options()
|
|||
if (s_opts.empty()) {
|
||||
s_opts = {
|
||||
"initial_layer_height",
|
||||
"exposure_time", "initial_exposure_time",
|
||||
"exposure_time_min", "exposure_time_max", "exposure_time",
|
||||
"initial_exposure_time_min", "initial_exposure_time_max", "initial_exposure_time",
|
||||
"material_correction",
|
||||
"material_notes",
|
||||
"default_sla_material_profile",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue