mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Increase painting resolution
This commit is contained in:
parent
388b483774
commit
1c26ec9e23
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ protected:
|
|||
std::string get_gizmo_entering_text() const override { return "Entering Seam painting"; }
|
||||
std::string get_gizmo_leaving_text() const override { return "Leaving Seam painting"; }
|
||||
std::string get_action_snapshot_name() override { return "Paint-on seam editing"; }
|
||||
static const constexpr float CursorRadiusMin = 0.1f; // cannot be zero
|
||||
static const constexpr float CursorRadiusMin = 0.05f; // cannot be zero
|
||||
|
||||
private:
|
||||
bool on_init() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue