Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2019-03-06 12:23:38 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-03-06 12:23:38 +0300
commit34d3b9a054aec83c1dff2f73ef9512545eb305a0 (patch)
tree9260773ec740d9b6686edef951d9c57db4c3e1a1 /.gitignore
parentd57f9776902f6bd64405a757f11c95e43b890171 (diff)
Work on asynchronous moves and Duet 3
Renamed old Duet3 configuration (for version 0.3 hardware) to Duet3_V03 Added Duet3_V05 configuration Added SUPPORT_ASYNC_MOVES macro setting Reworked babystepping code to support live babystepping using async moves if supported. Async move support is incomplete, so babystepping will not work in this build if SUPPORT_ASYNC_MOVES is enabled. Allow endstop corrections to be applied to all towers on a delta
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index d9627a7d..7d1b1e08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,16 +2,14 @@
*.o
*.s
*.map
-!Release/*.bin
-!Release/*/*.bin
-!Release/*/*/*.bin
*~
*orig
/Alligator/
/Duet085/
/Duet085_RTOS/
/Duet2_RTOS/
-/Duet3/
+/Duet3_V03/
+/Duet3_V05/
/DuetM_RTOS/
/PCCB/
/PCCB_X5/