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-07-12Allow an expression to be used as a driver IDDavid Crocker
2021-05-06Pass unhomed axes to rehome.gDavid Crocker
2021-03-19RefactoringDavid 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
2020-12-07Added allowEmpty parameter to GCodeBuffer::GetQuotedStringDavid Crocker
2020-11-30Reworked use of optimisation attributesDavid Crocker
2020-11-10Fixed macro issues in SBC modeChristian Hammacher
2020-11-06Use optimised memcpy calls in SBC modeChristian Hammacher
2020-11-05Fixed crash when debugging GCodes in SBC modeChristian Hammacher
2020-07-15Refactored 12864 display code in preparation for ST7567 supportDavid 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-31More work for DSF 1.3.0Christian Hammacher
2020-03-27Added comment parsing to help with object trackingDavid Crocker
2020-03-08Bug fixes and refactoringDavid Crocker
2020-03-07Moved ExpressionParser to a separate classDavid Crocker
2020-03-01Reduced memory usage of non-Duet 3 buildsDavid Crocker
2020-03-01Fixed unsuitable alignment if GCode buffer with SBC interface (3.01RC3)David Crocker
2020-01-26Refactored MAC address codeDavid Crocker
2020-01-08Refactored object model framework to support virtual arraysDavid Crocker
2019-12-31More work on GCode meta commandsDavid Crocker
2019-12-23Handle command parsing errors using exceptionsDavid 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-06-18Fixed merge of RRFv3 changesChristian Hammacher
2019-04-05Bug fixesChristian Hammacher
2019-04-02More work on SPI transfersChristian Hammacher