mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 14:27:45 +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) {
|
module line3d(p1, p2, thickness, p1Style = "CAP_CIRCLE", p2Style = "CAP_CIRCLE") {
|
||||||
$fn = fn;
|
|
||||||
|
|
||||||
r = thickness / 2;
|
r = thickness / 2;
|
||||||
|
|
||||||
dx = p2[0] - p1[0];
|
dx = p2[0] - p1[0];
|
||||||
|
Reference in New Issue
Block a user