Added gcode_label_objects and gcode_comments option

This commit is contained in:
SoftFever 2023-03-12 17:36:54 +08:00
parent 11679d6858
commit a47c756112
12 changed files with 37 additions and 19 deletions

View file

@ -15,7 +15,7 @@
namespace Slic3r {
const bool GCodeWriter::full_gcode_comment = true;
bool GCodeWriter::full_gcode_comment = true;
const double GCodeWriter::slope_threshold = 3 * PI / 180;
void GCodeWriter::apply_print_config(const PrintConfig &print_config)