mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 05:21:38 +02:00
remove center parameter
This commit is contained in:
@@ -33,7 +33,7 @@ module line2d(p1, p2, width, p1Style = "CAP_SQUARE", p2Style = "CAP_SQUARE") {
|
|||||||
module round_end(point) {
|
module round_end(point) {
|
||||||
translate(point)
|
translate(point)
|
||||||
rotate(atan_angle)
|
rotate(atan_angle)
|
||||||
circle(half_width, center = true, $fn = frags);
|
circle(half_width, $fn = frags);
|
||||||
|
|
||||||
// hook for testing
|
// hook for testing
|
||||||
test_line2d_cap(point, "CAP_ROUND");
|
test_line2d_cap(point, "CAP_ROUND");
|
||||||
|
Reference in New Issue
Block a user