mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2025-02-25 03:54:10 -05:00
Fixed leadscrew when center = false.
This commit is contained in:
parent
ab17de3b0b
commit
b8546414c0
@ -66,7 +66,7 @@ module leadscrew(d , l, lead, starts, center = true) { //! Draw a leadscrew with
|
|||||||
|
|
||||||
translate_z(center ? 0 : l / 2)
|
translate_z(center ? 0 : l / 2)
|
||||||
if(show_threads && pitch)
|
if(show_threads && pitch)
|
||||||
thread(d - pitch, lead, l, thread_profile(pitch / 2, pitch * 0.366, 30), top = 45, bot = 45, starts = starts, center = center, colour = rod_colour);
|
thread(d - pitch, lead, l, thread_profile(pitch / 2, pitch * 0.366, 30), top = 45, bot = 45, starts = starts, colour = rod_colour);
|
||||||
else
|
else
|
||||||
color(leadscrew_colour)
|
color(leadscrew_colour)
|
||||||
hull() {
|
hull() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user