mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-04-18 12:10:10 +08:00
Remove MAX_FLUSH_VALUE (#9262)
# Description Fixes https://github.com/SoftFever/OrcaSlicer/issues/8342 Some printers require extreme flushes to prevent color bleeding or weird mixed material issues. This change simply bumps the UI constraint by an order of magnitude. Filament manufacturers rejoice at the waste! ## Tests I have made no attempt to test this change or its impact on purge/flushing calculations.
This commit is contained in:
commit
b149cb0682
@ -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 2147483520
|
||||
#define MIN_WIPING_DIALOG_WIDTH FromDIP(300)
|
||||
#define TIP_MESSAGES_PADDING FromDIP(8)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user