Adds rotate on stl import (#3116)

* Adds rotate on stl import

* Fixed comma placement

* update location of rotate variables

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
Alex Khalilieh 2023-12-14 16:59:35 -08:00 committed by GitHub
parent dc840ea451
commit 41f0e4d1ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 26 additions and 5 deletions

View file

@ -3389,6 +3389,7 @@ void TabPrinter::build_fff()
optgroup->append_single_option_line("nozzle_volume");
optgroup->append_single_option_line("best_object_pos");
optgroup->append_single_option_line("z_offset");
optgroup->append_single_option_line("preferred_orientation");
// ConfigOptionDef def;
// def.type = coInt,