-
Notifications
You must be signed in to change notification settings - Fork 226
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
jetty840
wants to merge
18
commits into
makerbot:master
Choose a base branch
from
jetty840:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…mmand times out before the end stop is hit, causing the platform to ram into the front panel on subsequent prints.
See associated commit to G3Firmware: https://github.com/jetty840/G3Firmware/commit/aef0b130af80dd91522c77dd019e71538982e8b8
…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.
…40/G3Firmware MCodes: 201, 203, 204, 205, 206, 207, 208, 209, 215
…nd added Reverse Max Feed Rate, Extruder Deprime, Slowdown Limit and Clockwise Extruder.
…added timout=30 for y axis for ToM.
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
…deEnumeration.java and GCodeParser.java were moved to the gcode subfolder.
…tored in the home folder.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes issue on the Thingomatic where the Y axis is at the extreme and the G162 homing command times out before the end stop is hit, causing the platform to ram into the front panel on subsequent prints.
Timeout has been increased for the Y-Axis from the default 20 seconds to 30 seconds to enable the end stop to be hit before timeout.
This fixes makebot ticket id: #29710, and http://groups.google.com/group/makerbot/browse_thread/thread/15eae4a5cad274f5 (read further down the thread for the discussion of Y axis issues).
Credit also goes to Greg Thorstad.
Commit: 1209623
Commit d845f7b - RGB BlinkM Mood Light support added for GCode (M210, M211, M212), see: makerbot/G3Firmware#88 and Thing 15347
Commit a76b483 Adds buzzer support for Motherboard V2.4 via GCodes M213, M214, see: makerbot/G3Firmware#88 and Thing 16170
Commit: b48792d Adds GCode support for acceleration. Goes with https://github.com/jetty840/G3Firmware
Commit: 8b9a61a New thingomatic.xml for Acceleration: Credit Dnewman
Commit: 46c9a4b Added K parameter to gcode M207 for Minimum Segment Time
Commit: e3170ea Updated M206 command to add new acceleration settings