mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 11:22:07 +00:00
Move short constructor into .hpp
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
#include <map>
|
||||
|
||||
namespace Slic3r {
|
||||
Calib_Params::Calib_Params() : mode(CalibMode::Calib_None) { }
|
||||
|
||||
CalibPressureAdvance::CalibPressureAdvance(GCode* gcodegen) :
|
||||
mp_gcodegen(gcodegen),
|
||||
m_draw_digit_mode(DrawDigitMode::Left_To_Right),
|
||||
|
||||
Reference in New Issue
Block a user