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-29Merge branch 'v3-chrishamm' into 3.4-devDavid Crocker
2021-11-24Don't output T-1 in resurrect.g file, for tool changersDavid Crocker
2021-11-23Fixed heightmap.csv generation for Duet2_SBCChristian Hammacher
2021-11-18File GCodeResult.h moved to CANlib and #included in RepRapFirmware.hDavid Crocker
2021-11-15Made SBC file handling more robustChristian Hammacher
2021-11-11Fixed issue with extruder stopping after a tiny moveDavid Crocker
2021-11-11Fixed "expected integer expression" error in an unevaluated index expr.David Crocker
2021-11-09Fixes for static analysisDavid Crocker
2021-11-08Increased MaxExtruders to 8 on Duet 3 MiniDavid Crocker
2021-11-07Bug fix for tool changingDavid Crocker
2021-11-05Fixes for G68David Crocker
2021-11-05We no longer restore position automatically after a tool changeDavid Crocker
2021-11-05Introduced reduced accelerations and M201.1David Crocker
2021-11-05Increased max length of string parameter in exception messagesDavid Crocker
2021-11-04Static analysis fixesDavid Crocker
2021-11-02Removed heightmap code for SBC modeChristian Hammacher
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-29Renamed TypeCode::UniqueId for eCvDavid Crocker
2021-10-28Merge remote-tracking branch 'origin/3.4-dev' into v3-chrishammChristian Hammacher
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
2021-10-25Corrected number of decimal digits after a divisionDavid Crocker
2021-10-25Added missing cases for new SBC data typesChristian Hammacher
2021-10-25Work towards v3.4-b6Christian Hammacher
2021-10-22Reduce acceleration when homing using stall detectionDavid Crocker
2021-10-22M0/M1 no longer turns heaters off if stop.g/sleep.g is foundDavid Crocker
2021-10-21Completed implementing filament monitors in expansion modeDavid Crocker
2021-10-21Fixed typo in warning messageDavid Crocker
2021-10-19Removed unused Platform::configuredHeaters variable and associated funcDavid Crocker
2021-10-18Refactored AppendDriverStatus and its calling codeDavid Crocker
2021-10-18Initial implementation of G68/69David Crocker
2021-10-09M17 now enables drivers even when RRF thinks they are already enabledDavid Crocker
2021-10-08Support multiple P parameters in M569.4David 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-10-04Bug fix: deeply nested expressions threw error in SBC modeDavid Crocker
2021-10-04Handle CanMessageAnnounceNew, also refactored handling of unique IDsDavid Crocker
2021-10-04Allow absolute M290 babystepping when axes not homedDavid Crocker
2021-10-04Addition to previous commitDavid Crocker
2021-09-30Merge pull request #531 from tobbelobb/3.4-devdc42
2021-09-30Proposed fix to allow M290 resets in homing filesChristian Hammacher
2021-09-29Version 3.4-b4+1Christian Hammacher
2021-09-24Fixed wonky delta prints, also added a new simulation modeDavid Crocker
2021-09-22Merged main and expansion board TMC22xx ands TMC51xx driversDavid Crocker
2021-09-21Implements M569.3 and M569.4 commands for HangprinterTorbjørn Ludvigsen
2021-09-21Merge branch 'v3-chrishamm' into 3.4-devDavid Crocker