-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: anmoa/fullcontrol
base: master
head repository: FullControlXYZ/fullcontrol
compare: master
- 14 commits
- 14 files changed
- 7 contributors
Commits on Feb 24, 2025
-
Modifed inv kinematics according to https://linuxcnc.org/docs/html/motion/5-axis-kinematics.html . Works perfectly
Configuration menu - View commit details
-
Copy full SHA for 66b5523 - Browse repository at this point
Copy the full SHA 66b5523View commit details
Commits on Feb 25, 2025
-
Update according to case point 5.3.2. Inverse Transformation
Configuration menu - View commit details
-
Copy full SHA for 8c85d1b - Browse repository at this point
Copy the full SHA 8c85d1bView commit details
Commits on May 16, 2025
-
renamed card validation methods
Renamed redundant references to payment card validation left over from Pydantic documentation.
Configuration menu - View commit details
-
Copy full SHA for 283cb49 - Browse repository at this point
Copy the full SHA 283cb49View commit details
Commits on May 22, 2025
-
Merge pull request FullControlXYZ#121 from andybrice/rename_card_vali…
…dator renamed card validation methods
Configuration menu - View commit details
-
Copy full SHA for 41c6681 - Browse repository at this point
Copy the full SHA 41c6681View commit details -
fixed bug where unsupported attributes were not being supported, simp…
…lified pydantic v1 and v2 differences
Configuration menu - View commit details
-
Copy full SHA for ef0f381 - Browse repository at this point
Copy the full SHA ef0f381View commit details -
added arc from 3pt + function for centre of circle from 3pt + enhance…
…d circleXY_3pt()
Configuration menu - View commit details
-
Copy full SHA for 7252dfc - Browse repository at this point
Copy the full SHA 7252dfcView commit details -
Merge pull request FullControlXYZ#116 from CleisonManriqueAguirre/master
Update point.py
Configuration menu - View commit details
-
Copy full SHA for fd99e36 - Browse repository at this point
Copy the full SHA fd99e36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a2038 - Browse repository at this point
Copy the full SHA 02a2038View commit details
Commits on Jul 24, 2025
-
Fix Colab notebook links to use proper Colab URLs
Update design template links in colab tutorials and bin script to point to the Colab-compatible version instead of raw GitHub links. Add CLAUDE.md to gitignore. Changes: - bin/colab_tutorials.py: Fix design_template_new URL to use colab.research.google.com - tutorials/colab/contents_colab.ipynb: Update design template link to Colab version - .gitignore: Add CLAUDE.md entry to ignore project instruction file
Configuration menu - View commit details
-
Copy full SHA for 1c856b0 - Browse repository at this point
Copy the full SHA 1c856b0View commit details
Commits on Aug 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 400a80c - Browse repository at this point
Copy the full SHA 400a80cView commit details
Commits on Aug 19, 2025
-
Merge pull request FullControlXYZ#123 from mathieugouin/fix-relative-…
…coords-comment Fix duplicated comment about G91
Configuration menu - View commit details
-
Copy full SHA for e2f7679 - Browse repository at this point
Copy the full SHA e2f7679View commit details
Commits on Sep 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7ca6602 - Browse repository at this point
Copy the full SHA 7ca6602View commit details
Commits on Sep 15, 2025
-
Add NumPy performance benchmarking tool for FullControl Points
Comprehensive performance test comparing FullControl Points vs NumPy arrays for: - Point generation (10k random points) - Coordinate movement operations - Distance calculations between neighboring points - Format conversions (Points ↔ NumPy) Key findings: - NumPy n×3 format: 300-600x faster for bulk operations - NumPy 3×n format: slower for distance calc due to Python loops - N×3 is industry standard and enables full vectorization - Conversion overhead worthwhile for large datasets Useful for optimizing geometric computations in FullControl designs.
Configuration menu - View commit details
-
Copy full SHA for d818d78 - Browse repository at this point
Copy the full SHA d818d78View commit details
Commits on Nov 19, 2025
-
avoid writing new text to end of file (bug) when attempting to replac…
…e placeholder text
andy g committedNov 19, 2025 Configuration menu - View commit details
-
Copy full SHA for 9a90c40 - Browse repository at this point
Copy the full SHA 9a90c40View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master