mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 21:55:53 +08:00
parent
714667ee1c
commit
4e5e5a7ae8
@ -37,6 +37,8 @@ protected:
|
|||||||
std::string get_action_snapshot_name() override { return "Paint-on seam editing"; }
|
std::string get_action_snapshot_name() override { return "Paint-on seam editing"; }
|
||||||
static const constexpr float CursorRadiusMin = 0.05f; // cannot be zero
|
static const constexpr float CursorRadiusMin = 0.05f; // cannot be zero
|
||||||
|
|
||||||
|
const float get_cursor_radius_min() const override { return CursorRadiusMin; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool on_init() override;
|
bool on_init() override;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user