Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anmoa/fullcontrol
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: FullControlXYZ/fullcontrol
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 14 files changed
  • 7 contributors

Commits on Feb 24, 2025

  1. Update point.py

    Modifed inv kinematics according to https://linuxcnc.org/docs/html/motion/5-axis-kinematics.html . Works perfectly
    CleisonManriqueAguirre authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    66b5523 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Update point.py

    Update according to case point 5.3.2. Inverse Transformation
    CleisonManriqueAguirre authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    8c85d1b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. renamed card validation methods

    Renamed redundant references to payment card validation left over from Pydantic documentation.
    andybrice committed May 16, 2025
    Configuration menu
    Copy the full SHA
    283cb49 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Merge pull request FullControlXYZ#121 from andybrice/rename_card_vali…

    …dator
    
    renamed card validation methods
    fullcontrol-xyz authored May 22, 2025
    Configuration menu
    Copy the full SHA
    41c6681 View commit details
    Browse the repository at this point in the history
  2. fixed bug where unsupported attributes were not being supported, simp…

    …lified pydantic v1 and v2 differences
    AndyGlx committed May 22, 2025
    Configuration menu
    Copy the full SHA
    ef0f381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7252dfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd99e36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02a2038 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. 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
    AndyGlx committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    1c856b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Configuration menu
    Copy the full SHA
    400a80c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Merge pull request FullControlXYZ#123 from mathieugouin/fix-relative-…

    …coords-comment
    
    Fix duplicated comment about G91
    AndyGlx authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    e2f7679 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Configuration menu
    Copy the full SHA
    7ca6602 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. 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.
    AndyGlx committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    d818d78 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. avoid writing new text to end of file (bug) when attempting to replac…

    …e placeholder text
    andy g committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    9a90c40 View commit details
    Browse the repository at this point in the history
Loading