mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Revert "WIP: SVG import & rasterization"
This reverts commit 9b15908a47.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user