mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
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:
parent
3f83d68e0e
commit
dd36d5b1ea
8 changed files with 43 additions and 22 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue