mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 18:27:00 +00:00
Calibration Cornering Jerk Test + Generic interpolator + Fix (#10962)
This commit is contained in:
@@ -164,11 +164,11 @@ protected:
|
||||
Plater* m_plater;
|
||||
};
|
||||
|
||||
class Junction_Deviation_Test_Dlg : public DPIDialog
|
||||
class Cornering_Test_Dlg : public DPIDialog
|
||||
{
|
||||
public:
|
||||
Junction_Deviation_Test_Dlg(wxWindow* parent, wxWindowID id, Plater* plater);
|
||||
~Junction_Deviation_Test_Dlg();
|
||||
Cornering_Test_Dlg(wxWindow* parent, wxWindowID id, Plater* plater);
|
||||
~Cornering_Test_Dlg();
|
||||
void on_dpi_changed(const wxRect& suggested_rect) override;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user