Skip to content

Tags: forbin1ab/FluidNC

Tags

EventQueueTest2

Toggle EventQueueTest2's commit message
Fixed problem with held packet length

According to the xmodem-spec a packet may be 128 or 1024 bytes and can be switched at any time. In order to flush the packet we need to store the received packet length that is held until the next flush.

EventQueueTest

Toggle EventQueueTest's commit message
Fixed problem with held packet length

According to the xmodem-spec a packet may be 128 or 1024 bytes and can be switched at any time. In order to flush the packet we need to store the received packet length that is held until the next flush.

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bdring#554 from bdring/Devt

Devt

v3.5.1-pre

Toggle v3.5.1-pre's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable CR-adding when transferring files via XModem (bdring#528)

* Disable CR-adding when transferring files via XModem

The UART channel have the feature for adding extra CR on line feeds enabled which will break the XModem protocol. This fix will disable the extra CR adding and restore the setting after the file is sent.

* Changed variable name to be consistent with other code.

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bdring#518 from bdring/Devt

Devt

v3.5.0-pre5

Toggle v3.5.0-pre5's commit message
Fixed problem with multi-axis homing fast approach

v3.5.0-pre4

Toggle v3.5.0-pre4's commit message
Simplified timer ISR structure.

v3.5.0-pre3

Toggle v3.5.0-pre3's commit message
Testing action scripting

v3.5.0-pre2

Toggle v3.5.0-pre2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bdring#511 from bdring/Devt

Devt

v3.5.0-pre

Toggle v3.5.0-pre's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bdring#511 from bdring/Devt

Devt