Skip to content

Commit

Permalink
Upload stuff im building as examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jan 19, 2025
1 parent 9898971 commit ac616aa
Show file tree
Hide file tree
Showing 28 changed files with 38,706 additions and 0 deletions.
1,409 changes: 1,409 additions & 0 deletions examples/2040_right_angle.lcad

Large diffs are not rendered by default.

1,880 changes: 1,880 additions & 0 deletions examples/2040_right_angle_with_extra.lcad

Large diffs are not rendered by default.

1,722 changes: 1,722 additions & 0 deletions examples/2040_t_mount.lcad

Large diffs are not rendered by default.

1,325 changes: 1,325 additions & 0 deletions examples/2040_to_2020_right_angle.lcad

Large diffs are not rendered by default.

2,093 changes: 2,093 additions & 0 deletions examples/2080_right_angle.lcad

Large diffs are not rendered by default.

3,060 changes: 3,060 additions & 0 deletions examples/2080_t_mount.lcad

Large diffs are not rendered by default.

900 changes: 900 additions & 0 deletions examples/L_cam_WIP.lcad

Large diffs are not rendered by default.

87 changes: 87 additions & 0 deletions examples/angle.lcad
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
(
features: [
(
kind: "pt",
meta: (
construction: false,
),
using_idx: [],
x: 0.0,
y: 0.0,
r: 0.0,
),
(
kind: "pt",
meta: (
construction: false,
),
using_idx: [],
x: 28.830994,
y: -23.136703,
r: 0.0,
),
(
kind: "line",
meta: (
construction: false,
),
using_idx: [
1,
0,
],
x: 0.0,
y: 0.0,
r: 0.0,
),
],
constraints: [
(
kind: "fixed",
meta: (),
feature_idx: [
0,
],
at: (0.0, 0.0),
amt: 0.0,
cardinality: None,
ref_offset: (
x: 0.0,
y: 0.0,
),
),
(
kind: "length",
meta: (),
feature_idx: [
2,
],
at: (0.0, 0.0),
amt: 36.966652,
cardinality: None,
ref_offset: (
x: 0.0,
y: 35.0,
),
),
(
kind: "line_angle",
meta: (),
feature_idx: [
2,
],
at: (0.0, 0.0),
amt: 1.0,
cardinality: None,
ref_offset: (
x: 0.0,
y: 35.0,
),
),
],
groups: [],
viewport: (
x: -459.5648,
y: -280.0567,
zoom: 0.5097694,
),
)
Loading

0 comments on commit ac616aa

Please sign in to comment.