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-12-11Added most of the event handling codeDavid Crocker
2021-12-10Added files missed from previous commitDavid Crocker
2021-11-05Fixes for G68David Crocker
2021-11-02Removed heightmap code for SBC modeChristian Hammacher
2021-10-31Tidied up for static analysisDavid Crocker
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
2021-10-25Work towards v3.4-b6Christian Hammacher
2021-10-22Reduce acceleration when homing using stall detectionDavid Crocker
2021-10-18Initial implementation of G68/69David Crocker
2021-10-08Fixed Duet 2 SBC build and increased version to 3.4.0beta5David Crocker
2021-10-07Fixed M569 on local driversDavid Crocker
2021-10-04Work towards v3.4-b5Christian Hammacher
2021-09-24Fixed wonky delta prints, also added a new simulation modeDavid Crocker
2021-09-21SBC-related work towards 3.4-b4Christian Hammacher
2021-09-19Got rid of type alias UARTClassDavid Crocker
2021-09-13Added M309 get/set heater feedforwardDavid Crocker
2021-09-08Work on restartable macros + preparatory work for multiple streamsDavid Crocker
2021-09-06Changes to allow macros to be paused and restartedDavid Crocker
2021-09-03Added support for pausing macros and restarting themDavid Crocker
2021-08-26Refactored PS_ON handlingDavid Crocker
2021-08-23Closed loop control (#538)Louis Irwin
2021-08-21Added driver brake supportDavid Crocker
2021-08-09More work on embedded file supportDavid Crocker
2021-07-31Introduced HAS_EMBEDDED_FILESDavid Crocker
2021-07-22Several bug fixesChristian Hammacher
2021-07-21More work towards 3.4Christian Hammacher
2021-05-28Merge branch '3.3-dev' into 3.4-devDavid Crocker
2021-05-26Corrected some exception specifications (thanks Andy)David Crocker
2021-05-19Merge branch '3.3-dev' into 3.4-devDavid Crocker
2021-05-19Bug fix: M291 in pause.g/filament-change.g allowed execution to continueDavid Crocker
2021-05-15Merge branch '3.4-dev' of https://github.com/Duet3D/RepRapFirmware.gitDavid Crocker
2021-05-15Allow macros to implement unsupported commands with fractionsDavid Crocker
2021-05-08Removed pausedFanSpeedsDavid Crocker
2021-05-08Default PCF speed is now saved in a restore pointDavid Crocker
2021-05-06Pass unhomed axes to rehome.gDavid Crocker
2021-04-21Increased pause before re-looking for daaemon.g from 1 to 10 secsDavid Crocker
2021-04-19Added a separate Move taskDavid Crocker
2021-04-15Added M569.2David Crocker
2021-04-12Support P0 parameter on M24, M25 and M226David Crocker
2021-03-19RefactoringDavid Crocker
2021-03-19Added accelerometer support, over CAN only at presentDavid Crocker
2021-03-14Fixed M585David Crocker
2021-03-12Rewrote M675 to fix numerous issuesDavid Crocker
2021-03-10Fix for DSFDavid Crocker
2021-03-06Started adding support for variables and parametersDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-03-04Implemented fast-then-slow G30 probingDavid Crocker
2021-02-23PrintManager: removed layer counting and layer time estimateDavid Crocker
2021-02-18Refactored movedBufferDavid Crocker
2021-02-16Wil mesh any two axes (#476)dc42