mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
provided supports for $fa, $fs, $fn
This commit is contained in:
@@ -10,9 +10,7 @@
|
||||
*
|
||||
**/
|
||||
|
||||
module line3d(p1, p2, thickness, p1Style = "CAP_CIRCLE", p2Style = "CAP_CIRCLE", fn = 24) {
|
||||
$fn = fn;
|
||||
|
||||
module line3d(p1, p2, thickness, p1Style = "CAP_CIRCLE", p2Style = "CAP_CIRCLE") {
|
||||
r = thickness / 2;
|
||||
|
||||
dx = p2[0] - p1[0];
|
||||
|
Reference in New Issue
Block a user