Move mp_gcodegen into line method alone

This commit is contained in:
thewildmage
2023-07-13 20:24:15 -06:00
parent 13ac7c84e4
commit e99b0100a0
2 changed files with 5 additions and 10 deletions

View File

@@ -3,10 +3,6 @@
#include "Model.hpp"
namespace Slic3r {
CalibPressureAdvance::CalibPressureAdvance(GCode* gcodegen) :
mp_gcodegen(gcodegen)
{ };
std::string CalibPressureAdvance::move_to(Vec2d pt, GCodeWriter writer, std::string comment)
{
std::stringstream gcode;