Feature #719
closed
Add helical fill to manual picker
Added by Neil Voss over 14 years ago.
Updated about 14 years ago.
Category:
Python scripting
Description
Add helical fill to manual picker. Arne will test.
Currently you have to add --helicalstep=32
to the command line
- Status changed from Assigned to In Code Review
- Assignee changed from Neil Voss to Amber Herold
- Assignee changed from Amber Herold to Neil Voss
Do we need to worry about a possible divide by zero here?
pixeldistance = math.hypot(first[0] - last[0], first[1] - last[1])
stepsize = helicalstep/pixeldistance*apix
Also, do these comments belong here? They don't seem helpful to me.
#x = (1 - t)x1 + tx2,
#y = (1 - t)y1 + ty2,
# t { 0,1
- Assignee changed from Neil Voss to Amber Herold
- Status changed from In Code Review to In Test
- Assignee changed from Amber Herold to Arne Moeller
- Status changed from In Test to Closed
Also available in: Atom
PDF