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