forked from chrissbarr/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bugfix 2.0.x #3
Merged
Merged
Bugfix 2.0.x #3
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
Added missing include file, called 'leveling_is_active()' with no prototipe defined.
Comes from #7760
[2.0.x] Fix G3D_PANEL encoder steps, babystep label #7762
Fixes for 2 "... not declared in this scope" compiler errors.
Fixes for GT2560, ANET A8
Some HAL formatting cleanup
Adding files for STM32F1 HAL based on libmaple/stm32duino core. Current persistent_store uses cardreader changes to be sent in separate commit, but could be changed to use i2c eeprom.
[2.0.x] Fix LPC1768 USB interrupt priority
[2.0.x] Fix Servo class compile errors
…tepper-hang-and-limit-maximum-stepper-ISR-spacing Marlin 2.0.x - fix LPC1768 stepper hang and limit maximum stepper ISR spacing
Fix G10/G11 with synchronize
…o-&-platformio gitignorefix
Cleanup 2.0.x compiler warnings
[2.0.x] Option to disallow motion before homing
[2.0.x] Fix broken M600 resume_print
Also reformat and document
[2.0.x] Fix DUAL_X_CARRIAGE manual move
[2.0.x] Add XON/XOFF serial handshaking
victorpv
pushed a commit
that referenced
this pull request
Dec 9, 2017
# This is the 1st commit message: Choose the timer based on MCU defintion. Timer5 is not valid on C8/CB class boards, so use Timer4 for the step timer. # This is the commit message #2: Readme.md update # This is the commit message #3: Readme.md update # This is the commit message #4: Trying to get readme.md updated # This is the commit message #5: readme.md update
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.
Resync to Marlin bugfix-2.0 head.