mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENABLE_GCODE_VIEWER -> Drag and drop .gcode files into gcode viewer
This commit is contained in:
@@ -72,8 +72,9 @@ namespace Slic3r {
|
||||
static const std::string Color_Change_Tag;
|
||||
static const std::string Pause_Print_Tag;
|
||||
static const std::string Custom_Code_Tag;
|
||||
static const std::string First_M73_Output_Placeholder_Tag;
|
||||
static const std::string Last_M73_Output_Placeholder_Tag;
|
||||
static const std::string First_Line_M73_Placeholder_Tag;
|
||||
static const std::string Last_Line_M73_Placeholder_Tag;
|
||||
static const std::string Estimated_Printing_Time_Placeholder_Tag;
|
||||
|
||||
private:
|
||||
using AxisCoords = std::array<float, 4>;
|
||||
|
||||
Reference in New Issue
Block a user