Conversation
- change all resistors and caps to SMD 1206 - change RX/TX Wires to USB_RXD/USB_TXD - move RX/TX to Pin 14 and pin 15 - use Pin 4,5 for RotaryEncoder - use POT_Select on Pin 16 - move Enable to mosi pin
- remove LCDMenu, cuz need to much memory - change all pins to 0.2 - add pov files
- stop/restart all threads in get values command - refresh silkscreen in board and design - set version 0.2 in code - remove some comments - add group init for threads - reformat code
- fix schema and board - fix some typos and bugs in readButtons - add thread to read buttons
- remove unuded code and comments
- add func state to discover state from machine - call button functions only if first analog pin set - call getPosition only if not called from client in last interval time
- remove about - fix call_button(s) for PinB
- remove reset button - remove power pin and choose only power from xstepper - add RJ45 plugin for connect XStepper - change all button resistors to 680r and connect serial - remove LED from serial line and put a new one to A7 - add some text to I2C - change Atmega328 to SMD Version - change Quartz to SMD ceramic resonator (16MHz) - replace ICSP to normal 2x3 pin header
Route new and set some via's.
|
does this work with grbl 0.9j? using chillipeppr at 115200 on both serial ends does not work very well. What is the problem with LCDMenu memory use? I had to move this to a external library so Arduino would not complain. |
This file contains hidden or 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
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.
Pull Request