1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

GCode Preview - Code cleanup

This commit is contained in:
Enrico Turri
2018-01-17 10:39:05 +01:00
parent c63e6b74fa
commit a417cf955d
24 changed files with 12 additions and 987 deletions
-4
View File
@@ -278,8 +278,6 @@ ThickPolyline::reverse()
std::swap(this->endpoints.first, this->endpoints.second);
}
//############################################################################################################
#if ENRICO_GCODE_PREVIEW
Lines3 Polyline3::lines() const
{
Lines3 lines;
@@ -293,7 +291,5 @@ Lines3 Polyline3::lines() const
}
return lines;
}
#endif // ENRICO_GCODE_PREVIEW
//############################################################################################################
}