Revert "WIP: SVG import & rasterization"
This reverts commit 9b15908a47
.
This commit is contained in:
parent
a178a0ff7e
commit
34b14eb8fa
59 changed files with 3609 additions and 10669 deletions
src/slic3r/GUI
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include <fstream>
|
||||
#include "GUI_App.hpp"
|
||||
#include "Utils/SVGImport.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
@ -36,9 +35,6 @@ MainFrame::MainFrame() :
|
|||
wxFrame(NULL, wxID_ANY, SLIC3R_BUILD, wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE, "mainframe"),
|
||||
m_printhost_queue_dlg(new PrintHostQueueDialog(this))
|
||||
{
|
||||
|
||||
Slic3r::Utils::vojtikuv_pokus();
|
||||
|
||||
// Load the icon either from the exe, or from the ico file.
|
||||
#if _WIN32
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue