mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 17:55:52 +08:00
label objects by default
This commit is contained in:
parent
01d5dcdc09
commit
1ef2b509e5
@ -79,7 +79,7 @@ static const float g_min_purge_volume = 100.f;
|
|||||||
static const float g_purge_volume_one_time = 135.f;
|
static const float g_purge_volume_one_time = 135.f;
|
||||||
static const int g_max_flush_count = 4;
|
static const int g_max_flush_count = 4;
|
||||||
|
|
||||||
bool GCode::gcode_label_objects = false;
|
bool GCode::gcode_label_objects = true;
|
||||||
|
|
||||||
// Only add a newline in case the current G-code does not end with a newline.
|
// Only add a newline in case the current G-code does not end with a newline.
|
||||||
static inline void check_add_eol(std::string& gcode)
|
static inline void check_add_eol(std::string& gcode)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user