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-07-30Support reading array expressions for array-values command parametersDavid Crocker
2021-07-29Lock movement before executing M569.1; implement remote M569.2David Crocker
2021-06-13VariousDavid Crocker
2021-05-06Pass unhomed axes to rehome.gDavid Crocker
2021-03-19RefactoringDavid Crocker
2021-03-10Implemented variablesDavid Crocker
2021-03-07ObjectTracker now uses the string heap instead of a StringBufferDavid Crocker
2021-03-07Tided up SetParametersDavid Crocker
2021-03-06Started adding support for variables and parametersDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-25Allow pin names to be expressionsDavid Crocker
2021-02-15If a number is expected in a command but not found, report an errorDavid Crocker
2020-12-07Added allowEmpty parameter to GCodeBuffer::GetQuotedStringDavid Crocker
2020-11-30Reworked use of optimisation attributesDavid Crocker
2020-11-25In Marlin mode reply with "ok" once per line not once per commandDavid Crocker
2020-10-29Improved speed of commands received over USBDavid Crocker
2020-07-06Two fixesDavid Crocker
2020-05-15Added missing checks on array lengths in BinaryParser3.1.0David Crocker
2020-05-04Fixes for RRF 3.01 releaseDavid Crocker
2020-04-07Increment move.seq when speed or extrusion factor is changedDavid Crocker
2020-03-27Added comment parsing to help with object trackingDavid Crocker
2020-03-07Moved ExpressionParser to a separate classDavid Crocker
2020-03-01Bug fixes to conditional GCodeDavid Crocker
2020-01-30Bug fixesDavid Crocker
2020-01-26Refactored MAC address codeDavid Crocker
2020-01-15Bug fixesDavid Crocker
2020-01-13VariousDavid Crocker
2020-01-13VariousDavid Crocker
2020-01-13More work on object modelDavid Crocker
2020-01-13VariousDavid Crocker
2020-01-12Refactored ParseIdentifierExpression and GetObjectValueDavid Crocker
2020-01-12Bug fixes to conditional GCodeDavid Crocker
2020-01-08Refactored object model framework to support virtual arraysDavid Crocker
2020-01-08More work on conditional GCodeDavid Crocker
2020-01-06Added string-valued expressionsDavid Crocker
2020-01-06Major refactoring of object model frameworkDavid Crocker
2020-01-05VariousDavid Crocker
2020-01-04Networking and conditional GCode changesDavid Crocker
2019-12-31More work on GCode meta commandsDavid Crocker
2019-12-30Refactored GCode command decoding for GCode meta command supportDavid Crocker
2019-12-29Bug fix to M505 string parameter handlingDavid Crocker
2019-12-29Added function call support to StringParserDavid Crocker
2019-12-26Implemented expression evaluator and 'elif' keywordDavid Crocker
2019-12-23Handle command parsing errors using exceptionsDavid Crocker
2019-11-08Added check when using remote endstopsDavid Crocker
2019-07-26Merge remote-tracking branch 'origin/v3-dev' into v3-chrishammChristian Hammacher
2019-07-26Major refactoring of heater management and driver IDsDavid Crocker
2019-07-21More improvementsChristian Hammacher
2019-07-02Consolidation after mergeDavid Crocker
2019-06-25Merge remote-tracking branch 'origin/v3-dev' into v3-chrishammChristian Hammacher