mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-18 22:31:13 -06:00
Merge branch 'main' into dev/gizmo
This commit is contained in:
commit
5669b4fef0
5 changed files with 285 additions and 44 deletions
|
@ -41,6 +41,8 @@ protected:
|
|||
std::string get_action_snapshot_name() const override { return _u8L("Paint-on seam editing"); }
|
||||
static const constexpr float CursorRadiusMin = 0.05f; // cannot be zero
|
||||
|
||||
const float get_cursor_radius_min() const override { return CursorRadiusMin; }
|
||||
|
||||
private:
|
||||
bool on_init() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue