mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 23:15:56 +08:00
Silence a compiler warning because there are mixed tabs and spaces.
This commit is contained in:
parent
b0492858f5
commit
70698d53ca
@ -159,8 +159,9 @@ void init_print(std::vector<TriangleMesh> &&meshes, Slic3r::Print &print, Slic3r
|
||||
DynamicPrintConfig config = DynamicPrintConfig::full_print_config();
|
||||
config.apply(config_in);
|
||||
|
||||
if (verbose_gcode())
|
||||
if (verbose_gcode()) {
|
||||
config.set_key_value("gcode_comments", new ConfigOptionBool(true));
|
||||
}
|
||||
|
||||
for (const TriangleMesh &t : meshes) {
|
||||
ModelObject *object = model.add_object();
|
||||
|
Loading…
x
Reference in New Issue
Block a user