mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-01 07:12:07 +00:00
ENH: move filament compatibility checking to public
As title. This function need to be used in calibration page. Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Ia4228cbd195d87f433b59bc14129bd4acdd9df68
This commit is contained in:
@@ -819,6 +819,8 @@ public:
|
||||
// scaled point
|
||||
Vec2d translate_to_print_space(const Point& point) const;
|
||||
|
||||
static bool check_multi_filaments_compatibility(const std::vector<std::string>& filament_types);
|
||||
|
||||
protected:
|
||||
// Invalidates the step, and its depending steps in Print.
|
||||
bool invalidate_step(PrintStep step);
|
||||
|
||||
Reference in New Issue
Block a user