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: nmsl1993/ProcessingGcodeViewer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tedbrandston/ProcessingGcodeViewer
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.
  • 7 commits
  • 45 files changed
  • 1 contributor

Commits on Feb 7, 2012

  1. Total revamp of the structure, I needed to add some structures so tha…

    …t I can create my mightyboard mimicking gcode parser. This is no longer a processing pde-based project, pure java using the processing core library + whatever else I need
    
    .
    Ted Brandston committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    d52ac20 View commit details
    Browse the repository at this point in the history
  2. Added MightyBoard emulator. It doesn't work quite right yet, and I ne…

    …ed to set up more useful coloring options. Also need layer view working again.
    Ted Brandston committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    ace47f2 View commit details
    Browse the repository at this point in the history
  3. Added libraries I'm using to make people's lives easier.

    Ted Brandston committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    9901724 View commit details
    Browse the repository at this point in the history
  4. Removed offset stuff in MightyParser, this is why you don't code late…

    … into the night: you do stuff that deosn't make sense.
    Ted Brandston committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    af4e038 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2012

  1. Put everything in a swing window. Switched from LineSegment-based des…

    …cription of gcode to an 'event'-based description. more code, but easier to modify. created an interface for visualizing the events, so parsers can record whatever they know how to, and visualizers only need to know about/pay attention to what they want to show.
    Ted Brandston committed Feb 8, 2012
    Configuration menu
    Copy the full SHA
    9e34e95 View commit details
    Browse the repository at this point in the history
  2. added a readme.

    Ted Brandston committed Feb 8, 2012
    Configuration menu
    Copy the full SHA
    c1abae8 View commit details
    Browse the repository at this point in the history
  3. Added HugosThing, for hugomatic. It takes the Toolpath and spits out …

    …some function calls he wants to visualize in OpenSCad. Also started working on a LayerAware interface for visualizers, in preparation for visualization of selected layers.
    Ted Brandston committed Feb 8, 2012
    Configuration menu
    Copy the full SHA
    f9bd200 View commit details
    Browse the repository at this point in the history
Loading