mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
Update calib_dlg
1.Add a dlg for flowrate-fine. 2.Add the notice when using the calibration feature. 3.Optimized parameter settings.
This commit is contained in:
@@ -18,6 +18,22 @@
|
||||
|
||||
namespace Slic3r { namespace GUI {
|
||||
|
||||
class FRF_Calibration_Dlg : public DPIDialog
|
||||
{
|
||||
public:
|
||||
FRF_Calibration_Dlg(wxWindow *parent, wxWindowID id, Plater *plater);
|
||||
~FRF_Calibration_Dlg();
|
||||
void on_dpi_changed(const wxRect &suggested_rect) override;
|
||||
|
||||
protected:
|
||||
virtual void on_start(wxCommandEvent &event);
|
||||
Calib_Params m_params;
|
||||
|
||||
TextInput *m_tiExtru;
|
||||
Button * m_btnStart;
|
||||
Plater * m_plater;
|
||||
};
|
||||
|
||||
class PA_Calibration_Dlg : public DPIDialog
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user