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 'important' flag in object model; support Duet 2 SBC in ATEDavid Crocker
2021-12-06Changed Duet 2 SBC build electronics name for ATEDavid Crocker
2021-11-13Static analysis fixesDavid Crocker
2021-11-13Fixed Print::write overloaded and hidden functions messDavid Crocker
2021-11-11Fixed issue with extruder stopping after a tiny moveDavid Crocker
2021-11-09Annotations for static analysisDavid Crocker
2021-11-06Removed default PS_ON (still version 3.4.0beta6)3.4.0beta6David Crocker
2021-11-05Introduced reduced accelerations and M201.1David Crocker
2021-11-04Static analysis fixesDavid Crocker
2021-11-04Added GetStackPointer function to CoreN2GDavid Crocker
2021-11-01Added size of TaskBase to M122 P105 reportDavid Crocker
2021-10-31Tidied up for static analysisDavid Crocker
2021-10-31Annotations for static analysisDavid Crocker
2021-10-31Replaced ecv.h by ecv_duet3d.h with standard undefs for C++David Crocker
2021-10-31Added explicit constructor callsDavid Crocker
2021-10-29Removed duplicate typedefs for eCvDavid Crocker
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
2021-10-25Work towards v3.4-b6Christian Hammacher
2021-10-20Finished refactoring smart driver statusDavid Crocker
2021-10-19Added eventsPending list to Platform classDavid Crocker
2021-10-19Added Event classDavid Crocker
2021-10-19Removed unused Platform::configuredHeaters variable and associated funcDavid Crocker
2021-10-18Created class EventDavid Crocker
2021-10-18Refactored AppendDriverStatus and its calling codeDavid Crocker
2021-10-17Introduced file CANlib/RRF3Common.hDavid Crocker
2021-10-15Revert "Set and leave Z_PROBE_MOD pin low during startup on Duet Maestro"David Crocker
2021-10-15Set and leave Z_PROBE_MOD pin low during startup on Duet MaestroDavid Crocker
2021-10-09M17 now enables drivers even when RRF thinks they are already enabledDavid Crocker
2021-10-09Improved CAN receiver task priority, for closed loop data collectionDavid Crocker
2021-10-08Fixed Duet 2 SBC build and increased version to 3.4.0beta5David Crocker
2021-10-06Bug fix: default MAC address did not use last byte of the MCU unique IDDavid Crocker
2021-10-05Fixed bug affecting expansion board updatesChristian Hammacher
2021-10-04Unique IDs are only reported in the OM if they are validDavid Crocker
2021-10-04Handle CanMessageAnnounceNew, also refactored handling of unique IDsDavid Crocker
2021-09-28Directories are reported on SBC-only configsChristian Hammacher
2021-09-27RRF manages filaments again in SBC modeChristian Hammacher
2021-09-23Terminate accelerometer task when doing firmware update or estopDavid Crocker
2021-09-23Added comments about the version string formatDavid Crocker
2021-09-22Bug fix to M569.2 when running as an expansion boardDavid Crocker
2021-09-22Merged main and expansion board TMC22xx ands TMC51xx driversDavid Crocker
2021-09-19Got rid of type alias UARTClassDavid Crocker
2021-09-13Added M309 get/set heater feedforwardDavid Crocker
2021-09-10ATE build: M997 no longer turns of EUT power unless target is main boardDavid Crocker
2021-09-09Removed use of 'friend' in class OutputBufferDavid Crocker
2021-09-07Resolved name clashes and minor issues for eCvDavid Crocker
2021-09-06Merge branch 'v3-chrishamm' into 3.4-devDavid Crocker
2021-09-06Changes to allow macros to be paused and restartedDavid Crocker
2021-09-05Fixed bug causing invalid string parametersChristian Hammacher
2021-09-03Added support for pausing macros and restarting themDavid Crocker