f6a3a3d0cd
Change to use nodePath instead of sourceRange for Operations ( #7320 )
...
* Add NodePath to operations
* Change to use nodePath to get pathToNode instead of sourceRange
* Add additional node path unit test
* Update output
* Fix import statement NodePaths
* Update output
* Factor into function
2025-06-05 12:24:34 -04:00
4575b32dbc
KCL parser: Allow .prop or [index] to follow any expression ( #7371 )
...
Previously in a member expression like `foo.x` or `foo[3]`, `foo` had to be an identifier. You could not do something like `f().x` (and if you tried, you got a cryptic error). Rather than make the error better, we should just accept any expression to be the LHS of a member expression (aka its 'object').
This does knock our "parse lots of function calls" from 58 to 55 calls before it stack overflows. But I think it's fine, we'll address this in https://github.com/KittyCAD/modeling-app/pull/6226 when I get back to it.
Closes https://github.com/KittyCAD/modeling-app/issues/7273
2025-06-05 09:23:48 -04:00
33f7badf41
point and click-ify mounting plate ( #7287 )
...
* point and click-ify mounting plate
* Update kcl-samples simulation test output
* Update public/kcl-samples/mounting-plate/main.kcl
* Update public/kcl-samples/mounting-plate/main.kcl
* fix
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-06-03 08:10:37 -04:00
08781ff010
Add transform operations to the Feature Tree ( #7307 )
...
* Add transform operations
* Update output
* Add scale icon
2025-06-02 10:32:36 -04:00
0eebb76bfd
Update Bone Plate ( #7260 )
...
* Add clock
* update bone plate
* header check
* adding nick b's comments
* Update kcl-samples simulation test output
* Update kcl-samples simulation test output
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-05-29 09:59:27 -07:00
c4d2e33a99
ball joint rod end sample ( #7215 )
...
* ball joint sample
* Update kcl-samples simulation test output
* Update kcl-samples simulation test output
* Update public/kcl-samples/ball-joint-rod-end/main.kcl
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* Update public/kcl-samples/ball-joint-rod-end/main.kcl
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* Update kcl-samples simulation test output
* Update public/kcl-samples/ball-joint-rod-end/main.kcl
* Update public/kcl-samples/ball-joint-rod-end/main.kcl
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-05-28 22:02:29 -04:00
889c72ec60
Add clock ( #7206 )
...
* Add clock
* update minute hand params
* Update kcl-samples simulation test output
* Update kcl-samples simulation test output
* Update kcl-samples simulation test output
* Update kcl-samples simulation test output
* add better parameterization
* Update kcl-samples simulation test output
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-05-27 16:08:15 -07:00
0c2785df67
Round floats in simulation tests to 3dp ( #7211 )
...
Signed-off-by: Nick Cameron <nrc@ncameron.org >
2025-05-26 11:17:12 +12:00
08dfaba7f7
Updating the rail to modern practice ( #7180 )
...
* Updating the rail to modern practice
* rename 8020 to generic T-slot
2025-05-23 20:59:44 +00:00