Fixed toolpaths generation for gcode line G2 and G3
This commit is contained in:
parent
7fbaa3e8fd
commit
828dd5ddf8
2 changed files with 26 additions and 26 deletions
src/slic3r/GUI
|
@ -2322,7 +2322,7 @@ void GCodeViewer::load_toolpaths(const GCodeProcessorResult& gcode_result)
|
|||
|
||||
if (move.type == EMoveType::Extrude) {
|
||||
#if ENABLE_PROCESS_G2_G3_LINES
|
||||
if (move.extrusion_role != erNone && !move.internal_only) {
|
||||
if (!move.internal_only) {
|
||||
#endif // ENABLE_PROCESS_G2_G3_LINES
|
||||
// layers zs
|
||||
const double* const last_z = m_layers.empty() ? nullptr : &m_layers.get_zs().back();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue