NEW:add custom-gcode before first layer

Change-Id: I168e3038cb7d6850a5d6c568f348fed8000a915a
This commit is contained in:
liz.li 2022-09-01 14:43:15 +08:00 committed by Lane.Wei
parent 53be2ee554
commit 65cbccb219
4 changed files with 37 additions and 11 deletions

View file

@ -355,6 +355,7 @@ private:
long m_extra_style;
float m_label_koef{1.0};
float m_zero_layer_height = 0.0f;
std::vector<double> m_values;
TickCodeInfo m_ticks;
std::vector<double> m_layers_times;