mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-08 13:56:40 +02:00
Fixed inverted endcap1 in stroke()
This commit is contained in:
@@ -288,7 +288,7 @@ module stroke(
|
||||
|
||||
// Endcap1
|
||||
translate(path[0]) {
|
||||
multmatrix(rotmats[0]) {
|
||||
multmatrix(rotmats[0] * xrot(180)) {
|
||||
$fn = sides[0];
|
||||
if (is_undef(endcap_angle1)) {
|
||||
rotate_extrude(convexity=convexity) {
|
||||
|
@@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,373];
|
||||
BOSL_VERSION = [2,0,374];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Reference in New Issue
Block a user