#6117 - Allow import of gcode files processed by ArcWelder
This commit is contained in:
parent
dfae147a15
commit
e44c1006d5
3 changed files with 4 additions and 4 deletions
src/libslic3r/GCode
|
@ -970,7 +970,7 @@ void GCodeProcessor::process_file(const std::string& filename, bool apply_postpr
|
|||
if (m_producer == EProducer::PrusaSlicer || m_producer == EProducer::Slic3rPE || m_producer == EProducer::Slic3r) {
|
||||
DynamicPrintConfig config;
|
||||
config.apply(FullPrintConfig::defaults());
|
||||
config.load_from_gcode_file(filename);
|
||||
config.load_from_gcode_file(filename, false);
|
||||
apply_config(config);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue