mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 14:37:36 -06:00
Increase MAX_FLUSH_VALUE from 999 to 9999
This commit is contained in:
parent
32efc176d9
commit
5e42120df5
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static const wxColour g_text_color = wxColour(107, 107, 107, 255);
|
|||
#define BTN_SIZE wxSize(FromDIP(58), FromDIP(24))
|
||||
#define BTN_GAP FromDIP(20)
|
||||
#define TEXT_BEG_PADDING FromDIP(30)
|
||||
#define MAX_FLUSH_VALUE 999
|
||||
#define MAX_FLUSH_VALUE 9999
|
||||
#define MIN_WIPING_DIALOG_WIDTH FromDIP(300)
|
||||
#define TIP_MESSAGES_PADDING FromDIP(8)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue