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
2022-08-19Added missing newline in warning messageDavid Crocker
2022-07-04Additions to recent commits for builds with SBC supportDavid Crocker
2022-07-04Improved memory safety of ExpressionValue by removing SetType functionDavid Crocker
2022-07-04Fixed memory leaks in expression parserDavid Crocker
2022-06-28Bug fixes for stack handlingChristian Hammacher
2022-05-30Fix for bug with M581 and array parametersDavid Crocker
2022-03-15Fix for Fanuc mode3.4.0David Crocker
2022-03-10Version 3.4-rc2+3Christian Hammacher
2022-03-08Increased allowed length of GCode commands to 256 charactersDavid Crocker
2022-02-25M409 messages are no longer exempted from requiring CRCsDavid Crocker
2022-02-25Bug fix for SBC modeChristian Hammacher
2022-02-17Added "CRC required" option to serial input channelsDavid Crocker
2022-01-20Added OM field state.thisInputDavid Crocker
2022-01-19Bug fix for queued GCodes that were long or contained expressionsDavid Crocker
2022-01-03Bug fix for M0 in SBC modeChristian Hammacher
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