You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Oled2 (#834)
* WIP
* WIP
* Update platformio.ini
* WIP
* Cleanup
* Update platformio.ini
* Turn off soft limits with max travel (#836)
#831
* Yalang YL620 VFD (#838)
* New SpindleType YL620
Files for new SpindleType Yalang 620. So far the contents are a duplicate of H2ASpindle.h and H2ASpindle.cpp
* Added register documentation and implemented read and write data packets
* Some fixes, mostly regarding RX packet length
* OLED and Other Updates (#844)
* publish
* Updates - CoreXY and OLED
- Moved position calculation out of report_realtime_status(...) so other functions can access it.
- Added a function to check if a limit switch is defined
- CoreXY fixed bug in forward kinematics when midtbot is used.
- Modified OLED display.
* Cleanup for PR
* Delete midtbot_x2.h
* Incorporated PR 846
- Some OLED cleanup
- verified correct forward kinematics on MidTbot
* Pio down rev (#850)
* Update platformio.ini
* Update Grbl.h
* Use local UART driver not HardwareSerial (#857)
* Use local UART driver not HardwareSerial
The HardwareSerial driver is broken in Arduino framework versions
1.0.5 and 1.0.6 . espressif/arduino-esp32#5005
Instead of waiting for a fix, I wrote a very simple UART driver that
does exactly what we need with no unnecessary bells and whistles to
cause problems.
* Added missing files, changed method signatures
The methods implemented by the UART class now
have the same signatures as the HardwareSerial
class, so it will be easy to switch back if we
need to.
* Incorporated suggestions from Stefan
* Fixed TX_IDLE_NUM bug reported by mstrens
* Quick test for Bf: problem
This is not the final solution.
* Fixed stupid typo in last commit
* Another test - check for client_buffer space
* Use the esp-idf uart driver
You can revert to the direct driver for testing by
defining DIRECT_UART
* Uart class now supports VFD and TMC
* data bits, stop bits, parity as enum classes
The constants for data bits, stop bits, and parity
were changed to enum classes so the compiler can
check for argument order mismatches.
* Set half duplex after uart init
* Init TMC UART only once
* rx/tx pin order mixup, missing _uart_started
* Test: use Arduino Serial
This reverts to the Arduino serial driver for
UI communication, leaving the VFS comms on the
Uart class on top of the esp_idf UART driver.
You can switch back and forth with the
define REVERT_TO_SERIAL
line in Serial.cpp
* REVERT_TO_ARDUINO_SERIAL off by default
* Added debug messages
* Update Grbl.h
* Update platformio.ini
Co-authored-by: bdring <[email protected]>
* Fixed spindle sync for all VFD spindles (#868)
* Implemented H2A spindle sync fix. Untested.
* Changed the spindle sync fix to be in the VFD code.
* Update Grbl.h
Co-authored-by: Stefan de Bruijn <[email protected]>
Co-authored-by: bdring <[email protected]>
Co-authored-by: Mitch Bradley <[email protected]>
Co-authored-by: marcosprojects <[email protected]>
Co-authored-by: Stefan de Bruijn <[email protected]>
Co-authored-by: Stefan de Bruijn <[email protected]>
0 commit comments