mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 10:32:40 +00:00
Wipe tower generator connected to purging volumes from the configuration layer
This commit is contained in:
@@ -5,16 +5,11 @@
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/textctrl.h>
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/choicdlg.h>
|
||||
#include <wx/notebook.h>
|
||||
#include <wx/msgdlg.h>
|
||||
|
||||
#include "../../libslic3r/GCode/WipeTowerPrusaMM.hpp"
|
||||
#include "RammingChart.hpp"
|
||||
|
||||
|
||||
std::ostream& operator<<(std::ostream& str,Slic3r::WipeTowerParameters& par);
|
||||
|
||||
class RammingPanel : public wxPanel {
|
||||
public:
|
||||
RammingPanel(wxWindow* parent);
|
||||
|
||||
Reference in New Issue
Block a user