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-03-19RefactoringDavid Crocker
2021-03-08Support Matter Control slicerDavid Crocker
2021-03-08Support Fusion 360 slicerDavid Crocker
2021-03-08Fixed incorrect change to .cproject file, partly support Pathio slicerDavid Crocker
2021-03-08Added support for Kiro Moto slicerDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-13Support Ideamaker Print Time commentDavid Crocker
2020-12-20Initialise fsMutex in Duet 2 SBC buildv3-wilrikerDavid Crocker
2020-12-17Use software CRC on SAME5x when the block is shortDavid Crocker
2020-12-16Use hardware CRC32 on the SAME5xDavid Crocker
2020-12-16File write buffers moved to non-cached memory for SAME70David Crocker
2020-12-16Changes to allow RAM to be cachedDavid Crocker
2020-12-08Remove HAS_MASS_STORAGE and SUPPORT_SCANNER from Duet2_SBCManuel Coenen
2020-12-07Merge remote-tracking branch 'origin/v3-wilriker' into v3.02-devDavid Crocker
2020-12-07Tidied up return codes from GetFileInfoDavid Crocker
2020-12-07Fix CRC16 implementationManuel Coenen
2020-12-07CRC16 now uses the CCITT polynomial instead of the ARC oneDavid Crocker
2020-12-05Mutex & BinarySemaphore now derive from the underlying FreeRTOS structsDavid Crocker
2020-12-04Tidied up FileStore, added CRC16 classDavid Crocker
2020-12-04File read operations are now routed to mass storage or LinuxInterfaceManuel Coenen
2020-11-24Bug fix: M226, M600, M601 no longer workedDavid Crocker
2020-11-04Fixed issues with incorrect reporting of pausing/resuming statesDavid Crocker
2020-07-17Various fixesDavid Crocker
2020-06-26Improvements for 5LCDavid Crocker
2020-06-19Changes for 5LCDavid Crocker
2020-06-15Moved sd_mmc library here from CoreNGDavid Crocker
2020-06-15Changes for 5LCDavid Crocker
2020-06-15More changes for 5LC boardDavid Crocker
2020-06-13More changes for 5LCDavid Crocker
2020-06-13More changes for 5LCDavid Crocker
2020-06-11Support M122 P500David Crocker
2020-05-28More changes to support 5LC build configurationDavid Crocker
2020-05-27VariousDavid Crocker
2020-04-27VariousDavid Crocker
2020-04-25Removed 5-point bed compensation, added longest SD read timeDavid Crocker
2020-04-21Fixed to fan handling, more noexceptDavid Crocker
2020-04-06Fix for changed build time format generated by S3DDavid Crocker
2020-03-28SPI and OM changes for DWC and DSF 1.3.0Christian Hammacher
2020-03-13File operations invoked via http no longer generate error messagesDavid Crocker
2020-03-11Added SD card info and state.powerFailScript to object modelDavid Crocker
2020-02-21VariousDavid Crocker
2020-01-13VariousDavid Crocker
2020-01-13VariousDavid Crocker
2020-01-12Saved another 1Kb of RAM on Duet 2 buildDavid Crocker
2020-01-11Reduced RAM usage on Duet 2 buildsDavid Crocker
2020-01-11Added Job members to object modelDavid Crocker
2020-01-10Added changes for LPC build (thanks sdavi)David Crocker
2020-01-04Conditional GCode fixes and exception specifiersDavid Crocker
2019-12-24Fixes to exception support for Duet 3David Crocker
2019-12-23Handle command parsing errors using exceptionsDavid Crocker