mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-08 07:46:39 +02:00
update sample
This commit is contained in:
@@ -2,7 +2,7 @@ use <_impl/_footprints3.scad>;
|
|||||||
use <turtle3d.scad>;
|
use <turtle3d.scad>;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
cmds: "forward" ("xu_move"), "turn" ("zu_turn"), "roll" ("xu_turn"), "pitch" ("yu_turn"),
|
cmds: "forward" ("xu_move"), "turn" ("zu_turn"), "roll" (negative "xu_turn"), "pitch" (negative "yu_turn"),
|
||||||
"xu_move", "yu_move", "zu_move", "xu_turn", "yu_turn", "turn"
|
"xu_move", "yu_move", "zu_move", "xu_turn", "yu_turn", "turn"
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -24,7 +24,7 @@ function xy_arc_cmds(radius, angle, steps) =
|
|||||||
[["forward", leng], ["turn", ta]]
|
[["forward", leng], ["turn", ta]]
|
||||||
);
|
);
|
||||||
|
|
||||||
// cmds: "forward" ("xu_move"), "turn" ("zu_turn"), "roll" ("xu_turn"), "pitch" (negative "yu_turn")
|
// cmds: "forward" ("xu_move"), "turn" ("zu_turn"), "roll" (negative "xu_turn"), "pitch" (negative "yu_turn")
|
||||||
poly = footprints3(
|
poly = footprints3(
|
||||||
concat(
|
concat(
|
||||||
[
|
[
|
||||||
@@ -36,7 +36,7 @@ poly = footprints3(
|
|||||||
[
|
[
|
||||||
["pitch", 90],
|
["pitch", 90],
|
||||||
["forward", 10],
|
["forward", 10],
|
||||||
["roll", -90]
|
["roll", 90]
|
||||||
],
|
],
|
||||||
xy_arc_cmds(5, 180, 12),
|
xy_arc_cmds(5, 180, 12),
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user