fix: change default screw steps to 28.

- change default screw steps to 28 (7 steps for 90 degree)
- update blender mesh annotation.
This commit is contained in:
2024-05-25 20:32:30 +08:00
parent 5d8ffb7e48
commit 8588f097a2
2 changed files with 5 additions and 5 deletions

View File

@ -156,7 +156,7 @@ class SharedScrewRailInputProperty():
rail_screw_steps: bpy.props.IntProperty(
name = "Steps",
description = "The segment count per iteration. More segment, more smooth but lower performance.",
default = 16,
default = 28,
min = 1,
) # type: ignore