Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring,Optimize, more comments #1251

Merged
merged 8 commits into from
Jan 7, 2021
Merged

Commits on Jan 6, 2021

  1. Refactoring Optimize

    - Refactor and remove unsused variables
    - Finally reverse best path to give better human interpretation
    - Considering all case of the curve AA-AB-BA-BB
    HomineLudens committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    241ef42 View commit details
    Browse the repository at this point in the history
  2. Remove unecessary case

    As the curve is flipped it always the AB-AA case to be consider
    HomineLudens committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    e3c5b01 View commit details
    Browse the repository at this point in the history
  3. Simplification

    Taking a simply approach based on specific ouput of potrace
    HomineLudens committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    b0ad0e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51e7ee7 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Update GrblFile.cs

    arkypita committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    fea26da View commit details
    Browse the repository at this point in the history
  2. Update GrblFile.cs

    arkypita committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    d4cf4d9 View commit details
    Browse the repository at this point in the history
  3. refactoring variable names

    arkypita committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    268ca5d View commit details
    Browse the repository at this point in the history
  4. comment out test code

    arkypita committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    33574ab View commit details
    Browse the repository at this point in the history