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

Acceleration, Mood Light BlinkM Support, Y-Axis Homing Timeout Fix and Buzzer Support #249

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Dec 19, 2011

  1. Fixes issue where the Y axis is at the extreme and the G162 homing co…

    …mmand times out before the end stop is hit, causing the platform to ram into the front panel on subsequent prints.
    jetty840 committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    1209623 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2012

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

Commits on Jan 18, 2012

  1. Implements Buzzer functionality on V2.4 Motherboard. Buzzer required …

    …with Internal Drive (max 20mA). Buzzes for Build Complete, Pause@ZPos and Safety Cutoff triggered. Also, M codes 213/214 can be used to control and issue buzzes via gcode.
    jetty840 committed Jan 18, 2012
    Configuration menu
    Copy the full SHA
    a76b483 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2012

  1. Added acceleration MCode support to go with https://github.com/jetty8…

    …40/G3Firmware
    
    MCodes:  201, 203, 204, 205, 206, 207, 208, 209, 215
    jetty840 committed Feb 20, 2012
    Configuration menu
    Copy the full SHA
    b48792d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2012

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

Commits on Feb 27, 2012

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

Commits on Mar 17, 2012

  1. Updated M206 command to change Filament Diameter to Noodle Diameter a…

    …nd added Reverse Max Feed Rate, Extruder Deprime, Slowdown Limit and Clockwise Extruder.
    jetty840 committed Mar 17, 2012
    Configuration menu
    Copy the full SHA
    e3170ea View commit details
    Browse the repository at this point in the history
  2. Updated thingomatic.xml for a faster Z on accelerated machines. Also …

    …added timout=30 for y axis for ToM.
    jetty840 committed Mar 17, 2012
    Configuration menu
    Copy the full SHA
    3bcdf57 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2012

  1. Merging with master, updating to ReplicatorG 0034

    Merge remote-tracking branch 'upstream/master'
    
    Conflicts:
    	machines/thingomatic.xml
    	src/replicatorg/app/GCodeEnumeration.java
    	src/replicatorg/app/GCodeParser.java
    	src/replicatorg/drivers/gen3/Makerbot4GDriver.java
    	src/replicatorg/drivers/gen3/MotherboardCommandCode.java
    jetty840 committed Mar 18, 2012
    Configuration menu
    Copy the full SHA
    740cb7a View commit details
    Browse the repository at this point in the history
  2. Adding changes back in for Jetty Firmware that weere removed when GCo…

    …deEnumeration.java and GCodeParser.java were moved to the gcode subfolder.
    jetty840 committed Mar 18, 2012
    Configuration menu
    Copy the full SHA
    8935b92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60f53d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2012

  1. Configuration menu
    Copy the full SHA
    3e09b62 View commit details
    Browse the repository at this point in the history
  2. Part of last commit

    jetty840 committed Mar 31, 2012
    Configuration menu
    Copy the full SHA
    a6f16d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    396e2da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29e55ed View commit details
    Browse the repository at this point in the history
  5. Fixing M205 / M206 commands.

    jetty840 committed Mar 31, 2012
    Configuration menu
    Copy the full SHA
    970b689 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2012

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

Commits on Apr 26, 2012

  1. Deleting accelerated machines from thingomatic.xml and they are now s…

    …tored in the home folder.
    jetty840 committed Apr 26, 2012
    Configuration menu
    Copy the full SHA
    a958f2b View commit details
    Browse the repository at this point in the history