mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 00:01:09 -06:00
Print host bugfixes / refactoring
This commit is contained in:
parent
ee9f7eaef6
commit
0c984c7584
20 changed files with 61 additions and 105 deletions
|
@ -7,4 +7,6 @@
|
|||
|
||||
%name{Slic3r::PrintHost} class PrintHost {
|
||||
bool send_gcode(std::string filename) const;
|
||||
|
||||
static PrintHost* get_print_host(DynamicPrintConfig *config);
|
||||
};
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
%module{Slic3r::XS};
|
||||
|
||||
%{
|
||||
#include <xsinit.h>
|
||||
#include "slic3r/Utils/PrintHostFactory.hpp"
|
||||
%}
|
||||
|
||||
%name{Slic3r::PrintHostFactory} class PrintHostFactory {
|
||||
PrintHostFactory();
|
||||
~PrintHostFactory();
|
||||
|
||||
static PrintHost * get_print_host(DynamicPrintConfig *config);
|
||||
};
|
|
@ -239,11 +239,7 @@ Ref<TabIface> O_OBJECT_SLIC3R_T
|
|||
PresetUpdater* O_OBJECT_SLIC3R
|
||||
Ref<PresetUpdater> O_OBJECT_SLIC3R_T
|
||||
|
||||
PrintHostFactory* O_OBJECT_SLIC3R
|
||||
Ref<PrintHostFactory> O_OBJECT_SLIC3R_T
|
||||
Clone<PrintHostFactory> O_OBJECT_SLIC3R_T
|
||||
|
||||
PrintHost* O_OBJECT_SLIC3R
|
||||
PrintHost* O_OBJECT_SLIC3R
|
||||
|
||||
Axis T_UV
|
||||
ExtrusionLoopRole T_UV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue