mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-02 00:30:43 +02:00
Merge branch 'master' of github.com:revarbat/BOSL2 into revarbat_dev
This commit is contained in:
@@ -719,7 +719,7 @@ module tag_scope(scope){
|
|||||||
// tag("remove")cuboid([40,120,100]);
|
// tag("remove")cuboid([40,120,100]);
|
||||||
// }
|
// }
|
||||||
// Example: Masking
|
// Example: Masking
|
||||||
// diff("mask")
|
// diff()
|
||||||
// cube([80,90,100], center=true) {
|
// cube([80,90,100], center=true) {
|
||||||
// edge_mask(FWD)
|
// edge_mask(FWD)
|
||||||
// rounding_edge_mask(l=max($parent_size)*1.01, r=25);
|
// rounding_edge_mask(l=max($parent_size)*1.01, r=25);
|
||||||
@@ -1455,7 +1455,7 @@ module edge_profile(edges=EDGES_ALL, except=[], convexity=10) {
|
|||||||
// Example:
|
// Example:
|
||||||
// diff()
|
// diff()
|
||||||
// cuboid([50,60,70],rounding=10,edges="Z",anchor=CENTER) {
|
// cuboid([50,60,70],rounding=10,edges="Z",anchor=CENTER) {
|
||||||
// corner_profile(BOT,r=10)
|
// corner_profile(TOP,r=10)
|
||||||
// mask2d_teardrop(r=10, angle=40);
|
// mask2d_teardrop(r=10, angle=40);
|
||||||
// }
|
// }
|
||||||
module corner_profile(corners=CORNERS_ALL, except=[], r, d, convexity=10) {
|
module corner_profile(corners=CORNERS_ALL, except=[], r, d, convexity=10) {
|
||||||
|
Reference in New Issue
Block a user