Implemented possibility to set a resin cost

This commit is contained in:
YuSanka
2019-09-26 16:33:55 +02:00
parent be6cac24ec
commit 515c7e3baf
8 changed files with 107 additions and 11 deletions

View File

@@ -500,6 +500,10 @@ const std::vector<std::string>& Preset::sla_material_options()
if (s_opts.empty()) {
s_opts = {
"initial_layer_height",
"bottle_cost",
"bottle_volume",
"bottle_weight",
"material_density",
"exposure_time",
"initial_exposure_time",
"material_correction",