mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-30 14:22:07 +00:00
Move mp_gcodegen into line method alone
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user