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-11-15Made SBC file handling more robustChristian Hammacher
2021-11-11Fixed "expected integer expression" error in an unevaluated index expr.David Crocker
2021-11-05Fixes for G68David Crocker
2021-11-04Static analysis fixesDavid 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-04Bug fix: deeply nested expressions threw error in SBC modeDavid Crocker
2021-10-04Handle CanMessageAnnounceNew, also refactored handling of unique IDsDavid Crocker
2021-09-21SBC-related work towards 3.4-b4Christian Hammacher
2021-09-14Correction to previous fixDavid Crocker
2021-09-14Bug fix: GCode line was not discarded if the checksum was bad or missingDavid Crocker
2021-09-09Addedunary + operator on DateTime type and datetime() functionDavid Crocker
2021-09-09Prepare to refector class VariableSetDavid Crocker
2021-09-08Work on restartable macros + preparatory work for multiple streamsDavid Crocker
2021-09-08Correction to earlier changeDavid Crocker
2021-09-07Resolved name clashes and minor issues for eCvDavid Crocker
2021-09-06Attemp fix for main loop timeout when tuning closed loop motorDavid Crocker
2021-09-06Changes to allow macros to be paused and restartedDavid Crocker
2021-08-26PS_ON pin can now be configuredDavid Crocker
2021-08-24Got PCCB configuration building againDavid Crocker
2021-08-21Implemented redirection to file in echo commandDavid Crocker
2021-08-16Merge branch '3.4-input-shaping' into 3.4-devDavid Crocker
2021-08-16Merge branch '3.4-dev' into 3.4-nosdcard3.4-nosdcard3.4-dev-no-input-shapingDavid Crocker
2021-08-13Resolved some missing functions wheh HAS_EMBEDDED_FILES is trueDavid Crocker
2021-08-11Replaced MinMaxCurrent by MinCurMax for CAN message compatibilityDavid Crocker
2021-08-09Fixed expression conversion of driver IDsChristian Hammacher
2021-08-09More work on embedded file supportDavid Crocker
2021-08-03Removed obsolete warning messageChristian Hammacher
2021-08-03Removed obsolete warning messageChristian Hammacher
2021-08-03Fixed errors from expression parser when not evaluating operandsDavid Crocker
2021-08-02Fixed errors from expression parser when not evaluating operandsDavid Crocker
2021-07-31More work on embedded readonly file supportDavid Crocker
2021-07-31Implemented comparisons between DateTime expressions valuesDavid Crocker
2021-07-31More improvements for SBC modeChristian Hammacher
2021-07-31Tidied up ExpressionParser array parsingDavid Crocker
2021-07-31Reverted ExpressionParser filesDavid Crocker
2021-07-31Support reading array expressions for array-values command parametersDavid Crocker
2021-07-31Further improvementsChristian Hammacher
2021-07-31Lock movement before executing M569.1; implement remote M569.2David Crocker
2021-07-31Implemented comparisons between DateTime expressions valuesDavid Crocker
2021-07-30Merge remote-tracking branch 'origin/3.4-input-shaping' into v3-chrishammChristian Hammacher
2021-07-30More improvements for SBC modeChristian Hammacher
2021-07-30Tidied up ExpressionParser array parsingDavid Crocker
2021-07-30Reverted ExpressionParser filesDavid Crocker
2021-07-30Merge branch 'v3-chrishamm' into 3.4-input-shapingDavid Crocker
2021-07-30Support reading array expressions for array-values command parametersDavid Crocker