mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-21 03:49:38 +00:00
Fixed roundcorners example images.
This commit is contained in:
parent
26d16a3187
commit
8bac48acc4
1 changed files with 7 additions and 1 deletions
|
@ -13,6 +13,13 @@
|
||||||
include <BOSL2/beziers.scad>
|
include <BOSL2/beziers.scad>
|
||||||
|
|
||||||
|
|
||||||
|
// CommonCode:
|
||||||
|
// $fn=200;
|
||||||
|
|
||||||
|
|
||||||
|
// Section: Functions
|
||||||
|
|
||||||
|
|
||||||
// Function: round_corners()
|
// Function: round_corners()
|
||||||
//
|
//
|
||||||
// Description:
|
// Description:
|
||||||
|
@ -99,7 +106,6 @@ include <BOSL2/beziers.scad>
|
||||||
// polygon(round_corners(shape, curve="smooth", type="cut", $fs=0.1));
|
// polygon(round_corners(shape, curve="smooth", type="cut", $fs=0.1));
|
||||||
// color("red") down(.1) polygon(subindex(shape,[0:1]));
|
// color("red") down(.1) polygon(subindex(shape,[0:1]));
|
||||||
// Example(Med3D): 3d printing test pieces to display different curvature shapes. You can see the discontinuity in the curvature on the "C" piece in the rendered image.
|
// Example(Med3D): 3d printing test pieces to display different curvature shapes. You can see the discontinuity in the curvature on the "C" piece in the rendered image.
|
||||||
// $fn=200;
|
|
||||||
// ten = [[0,0,5],[50,0,5],[50,50,5],[0,50,5]];
|
// ten = [[0,0,5],[50,0,5],[50,50,5],[0,50,5]];
|
||||||
// linear_extrude(height=14){
|
// linear_extrude(height=14){
|
||||||
// translate([25,25,0])text("C",size=30, valign="center", halign="center");
|
// translate([25,25,0])text("C",size=30, valign="center", halign="center");
|
||||||
|
|
Loading…
Reference in a new issue