mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
NEW:Add buried points at panel buttons
Change-Id: Idfdcd964b03ea06e832e9e7c2cfaac232212f518
This commit is contained in:
parent
a321121acc
commit
b3f519a0d4
5 changed files with 108 additions and 5 deletions
|
|
@ -628,6 +628,15 @@ private:
|
|||
|
||||
ArrangeSettings &get_arrange_settings() { return get_arrange_settings(this); }
|
||||
|
||||
|
||||
//BBS:record key botton frequency
|
||||
int auto_orient_count = 0;
|
||||
int auto_arrange_count = 0;
|
||||
int split_to_objects_count = 0;
|
||||
int split_to_part_count = 0;
|
||||
int custom_height_count = 0;
|
||||
int custom_painting_count = 0;
|
||||
|
||||
public:
|
||||
OrientSettings& get_orient_settings()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue