Follow-up of 67e519d3ab
- Use a platform-indipendent fix
This commit is contained in:
parent
c917b82bea
commit
1df91ea930
5 changed files with 100 additions and 42 deletions
src/slic3r/GUI
|
@ -808,6 +808,10 @@ public:
|
|||
GCodeViewer();
|
||||
~GCodeViewer() { reset(); }
|
||||
|
||||
#if ENABLE_SEAMS_USING_MODELS
|
||||
void init();
|
||||
#endif // ENABLE_SEAMS_USING_MODELS
|
||||
|
||||
// extract rendering data from the given parameters
|
||||
void load(const GCodeProcessor::Result& gcode_result, const Print& print, bool initialized);
|
||||
// recalculate ranges in dependence of what is visible and sets tool/print colors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue