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 (Collapse)Author
2020-10-07Changes for Duet 3 ATEDavid Crocker
2020-07-10Changed Duet 3 Mini build to use CoreN2GDavid Crocker
2019-10-19Interim commit towards 3.0beta11David Crocker
2019-09-21More support for remote endstopsDavid Crocker
2019-07-23More CAN supportDavid Crocker
Implemented CanMessasgeGenericConstructor Partially implemented remote sensors
2019-05-15Merged more changes from dev branchDavid Crocker
Added project depedencies Updated bug list and whatsnew files Added missing definitions to RADDS pins file
2018-11-17More changes for 2.02RC4David Crocker
Fixed items 79, 179 and 279 on 12864 display Fixed 12864 display error timeout Changed I2C calls to suit rewritten I2C driver Use an interrupt to track changes to DueX5 endstop input status Idle task is now included in task list Filament consumed in tool change macros and filament loading is no longer included in filament usage count, for better print time estimation :ookahead error check now allows for rounding error to avoid spurious reports
2016-03-09Switched to new build systemDavid Crocker
Switched to the new build system that doesn't need the Eclipse Arduino plugin and uses the CoreDuet project instead of Arduino to provide hardware support
2015-02-06Version 1.00gDavid Crocker
Switched to Arduino 1.5.8 and gcc 4.8.3
2014-07-30Version 0.78gDavid Crocker
Fixed bug: if 5 point bed compansation was used then doing G32 more than once would try to move the head off the edge of the bed unless the first 4 probe coordinates were reset between them. Fixed bug: if the last command in a a macro file did not end in newline then it might not be fully executed Bug fix: potential array underrun in Gcodes::Pop() Reduced Z dive height back to 5mm
2013-12-14Tidying master branch.Adrian Bowyer