Skip to content

Commit

Permalink
label objects by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Oct 13, 2022
1 parent 01d5dcd commit 1ef2b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/GCode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.
static inline void check_add_eol(std::string& gcode)
Expand Down

0 comments on commit 1ef2b50

Please sign in to comment.