mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
NEW:add custom-gcode before first layer
Change-Id: I168e3038cb7d6850a5d6c568f348fed8000a915a
This commit is contained in:
parent
53be2ee554
commit
65cbccb219
4 changed files with 37 additions and 11 deletions
|
@ -595,6 +595,7 @@ namespace Slic3r {
|
|||
ExtruderTemps m_extruder_temps;
|
||||
float m_extruded_last_z;
|
||||
float m_first_layer_height; // mm
|
||||
float m_zero_layer_height; // mm
|
||||
bool m_processing_start_custom_gcode;
|
||||
unsigned int m_g1_line_id;
|
||||
unsigned int m_layer_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue