Fixed inverted endcap1 in stroke()

This commit is contained in:
Garth Minette 2020-07-01 00:59:32 -07:00
parent 74723f32f5
commit 7045f436a1
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,373];
BOSL_VERSION = [2,0,374];
// Section: BOSL Library Version Functions