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

Fixed G-code #4488

Merged
merged 4 commits into from
May 28, 2019
Merged

Fixed G-code #4488

merged 4 commits into from
May 28, 2019

Commits on Apr 7, 2019

  1. Fixed G-code

    - Changed from `data` to `programming` -> CNC Programmers create gcode files that instruct machines where to move and what to do
    - Gave a color (#ff4d6b)
    - Added a commonly used file type for CNC programming (.mpf)
    Tanner committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    cc4add7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Updated because mpf isn't as widely used as .cnc

    cnc is a more widely used file extension than mpf is
    Tanner committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    fa47eac View commit details
    Browse the repository at this point in the history
  2. added sample cnc program

    Sample CNC program for linguist
    Tanner committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    bc1b2cb View commit details
    Browse the repository at this point in the history
  3. Fixed color code and alphabetized file types

    Tanner committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    852b0f8 View commit details
    Browse the repository at this point in the history