OrcaSlicer/xs/src/slic3r/GUI
bubnikv b1f5e7e8fa Removed the GCodePreviewData from the Print class, it does not belong here,
as the GCode is generated outside of the Print class.
Exported the GCodePreviewData as GCode::PreviewData to Perl.
When exporting the G-code with a command line Slic3r,
the GCodeAnalyzer is now supressed for performance reasons.
Removed obsolete Perl module Slic3r::GUI::Plater::3DToolpaths.
2018-02-14 20:35:59 +01:00
..
3DScene.cpp Removed the GCodePreviewData from the Print class, it does not belong here, 2018-02-14 20:35:59 +01:00
3DScene.hpp Removed the GCodePreviewData from the Print class, it does not belong here, 2018-02-14 20:35:59 +01:00
AppConfig.cpp Disabled the object auto centering by default. 2017-12-29 21:17:30 +01:00
AppConfig.hpp Next step of Perl to C++ configuration layer conversion. 2017-11-01 19:30:05 +01:00
GLShader.cpp Fixed crashes on OpenGL < 2 due to printing null pointers returned 2017-03-31 15:29:34 +02:00
GLShader.hpp new GLShader.cpp,h 2017-03-20 14:48:17 +01:00
GUI.cpp Re-enabled $combochecklist_features->UseAltPopupWindow(), without this 2018-02-13 17:46:23 +01:00
GUI.hpp GCode Preview - New Layout 2018-02-02 12:38:35 +01:00
Preset.cpp Fix of a regression update issue of the "modified" flag 2017-12-20 13:46:43 +01:00
Preset.hpp Fix of "Program crashes when [Suppress "- default -" presets:] is DISABLED" 2017-12-21 19:19:07 +01:00
PresetBundle.cpp Improved loading of the config wizard results. 2017-12-20 11:28:16 +01:00
PresetBundle.hpp Improved loading of the config wizard results. 2017-12-20 11:28:16 +01:00
PresetHints.cpp Fix of https://github.com/prusa3d/Slic3r/issues/707 2018-02-12 15:37:42 +01:00
PresetHints.hpp New feature: Recommended object thin wall thickness hint. 2018-01-04 15:38:06 +01:00
wxExtensions.cpp GCode Preview - Legend texture shown only when gcode is available 2018-02-06 12:43:25 +01:00
wxExtensions.hpp GCode Preview - Legend texture shown only when gcode is available 2018-02-06 12:43:25 +01:00
wxPerlIface.cpp Utility functions to pass wxWidgets pointers from Perl to C++ code. 2017-10-17 20:00:15 +02:00