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
AgeCommit message (Expand)Author
2021-01-19Start converting Duet3 build to CoreN2G (not compiling yet)Manuel Coenen
2021-01-18Use permanent CAN message buffer allocationDavid Crocker
2021-01-14VariousDavid Crocker
2021-01-12Added CAN time sync compensation for transmit delayDavid Crocker
2021-01-11Send shorter CanLinearMovement messages when we canDavid Crocker
2021-01-10Use CAN time stamps to reduce clock sync jitterDavid Crocker
2021-01-04Corrected DDA setup for remotely commanded movesDavid Crocker
2021-01-04Merge branch 'v3.02-dev' into 3.3-devDavid Crocker
2021-01-04Fixed bed compensation taper when there is a tool Z offsetDavid Crocker
2021-01-03VariousDavid Crocker
2021-01-02Use CanMovementLinear message instead of CanMovement message for 3 MiniDavid Crocker
2021-01-02Fixes to expansion modeDavid Crocker
2020-12-27Added SUPPORT_REMOTE_COMMANDSDavid Crocker
2020-12-27Implemented movement and timekeeping in CAN slave modeDavid Crocker
2020-12-22Started implementing EUT mode (doesn't compile yet)David Crocker
2020-12-17Use software CRC on SAME5x when the block is shortDavid Crocker
2020-12-14Reworked stall detection endstops and implemented them for TMC2209David Crocker
2020-12-08Changed flash_write_user_signature to avoid using a static 512b bufferDavid Crocker
2020-12-07More files for M595 implementationDavid Crocker
2020-12-07Implemented M595David Crocker
2020-12-04File read operations are now routed to mass storage or LinuxInterfaceManuel Coenen
2020-12-03Added aux port diagnostics, and fix for M669 K5David Crocker
2020-11-30Reworked use of optimisation attributesDavid Crocker
2020-11-29Fixed print hang when there is a very short (10 clocks) null moveDavid Crocker
2020-11-29Improved Move debug and diagnosticsDavid Crocker
2020-11-24Work towards 3.2.0-b4Christian Hammacher
2020-11-23Bug fix to TMC22xx driverDavid Crocker
2020-11-21Main and expansion board TMC22xx drivers brought into lineDavid Crocker
2020-11-21Switched to fast CRC calculation in TMC22xx driverDavid Crocker
2020-11-20Improvements to TMC22xx driverDavid Crocker
2020-11-15Various changes for ATEDavid Crocker
2020-11-07Fixes extrusion issue on non-CAN builds (still 3.2beta3)3.2beta3David Crocker
2020-11-06Fix compile error for PCCB build (still 3.2beta3)David Crocker
2020-11-06Added memcpyf and memcpyi32, renamed memcpy32 to memcpyu32David Crocker
2020-11-05Fixed issue with remote drivers not going down to idle currentDavid Crocker
2020-11-04Fixed issues with incorrect reporting of pausing/resuming statesDavid Crocker
2020-11-01Corrections and improvements to previous commitDavid Crocker
2020-11-01Motion system fixes for CNC and OpenPnPDavid Crocker
2020-10-29Extended logging (#446)Manuel
2020-10-28Fixed reporting of underrunsDavid Crocker
2020-10-25Improved hiccup algorithm to solve issue reported by AndyDavid Crocker
2020-10-24Got rid of some code analysis and compiler warningsDavid Crocker
2020-10-19Minor refactoring to bring IoPorts into line with expansion board f/wDavid Crocker
2020-10-05Corrected priority of step interrupt on Mini5+3.2beta2David Crocker
2020-10-04Fix issue whereby a layer change was detected incorrectlyDavid Crocker
2020-10-01Merge branch 'v3-chrishamm' into v3.02-devDavid Crocker
2020-10-01Fix bug: SmartDrivers::Spin() crashed after terminating TMC taskDavid Crocker
2020-09-29Merge remote-tracking branch 'origin/v3.02-dev' into v3-chrishammChristian Hammacher
2020-09-29Fixed Duet 3 Mini 0.4 TMC UART config, fixed SDHC infinite loopDavid Crocker
2020-09-26Merge remote-tracking branch 'origin/v3.02-dev' into v3-chrishammChristian Hammacher