Added new param sla_output_precision in nanometers

Adopted a fast and easy integer to string conversion
This commit is contained in:
tamasmeszaros 2022-01-12 15:30:08 +01:00
parent 72da90d28f
commit 5e97778528
6 changed files with 66 additions and 37 deletions

View file

@ -573,7 +573,7 @@ static std::vector<std::string> s_Preset_sla_printer_options {
"elefant_foot_min_width",
"gamma_correction",
"min_exposure_time", "max_exposure_time",
"min_initial_exposure_time", "max_initial_exposure_time", "sla_archive_format",
"min_initial_exposure_time", "max_initial_exposure_time", "sla_archive_format", "sla_output_precision",
//FIXME the print host keys are left here just for conversion from the Printer preset to Physical Printer preset.
"print_host", "printhost_apikey", "printhost_cafile",
"printer_notes",