Implemented minimum skirt extrusion length and draft shield parameter (#5356)

* Implemented minimum skirt extrusion length parameter

* Enabled draft shield option

* Update Tab.cpp

* Updated draft shield to be visible in the Advanced mode

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
Ioannis Giannakas 2024-05-20 12:04:13 +01:00 committed by GitHub
parent 3f83d68e0e
commit dd36d5b1ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 43 additions and 22 deletions

View file

@ -1027,7 +1027,8 @@ private:
public:
//BBS: this was a print config and now seems to be useless so we move it to here
static float min_skirt_length;
// ORCA: parameter below is now back to being a user option (min_skirt_length)
//static float min_skirt_length;
};