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-03-07ObjectTracker now uses the string heap instead of a StringBufferDavid Crocker
2021-03-07Fixes to StringHandle and string expressionsDavid Crocker
2021-03-07Fixes to HeapString handling in expressionsDavid Crocker
2021-03-06Started adding support for variables and parametersDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-22Work towards v3.3Christian Hammacher
2020-12-14Various fixesDavid Crocker
2020-12-13JSON encoding is now done by vuprintfDavid Crocker
2020-10-21Various fixesDavid Crocker
2020-09-24Changes for new CoreN2G and to support v0.4 Duet 3 Mini prototypeDavid Crocker
2020-08-28Expression parser improvementsDavid Crocker
2020-08-21Started adding CAN support to Duet 3 Mini buildDavid Crocker
2020-05-28More changes to support 5LC build configurationDavid Crocker
2020-05-18Saved some more stack when traversing object modelDavid Crocker
2020-05-18Datetime substitution now confirms to format reported by rr_modelDavid Crocker
2020-05-18Reduced stack usage in recursive object model functionsDavid Crocker
2020-05-14Fixed crash when DWC/DCS fetches OM during expansion board updateDavid Crocker
2020-05-12Pick up inherited object model properties automaticallyDavid Crocker
2020-05-11Added facility to refer to base class object modelDavid Crocker
2020-04-30Various changes for 3.01-RC11David Crocker
2020-04-30Various changes for 3.01-RC11David Crocker
2020-04-27VariousDavid Crocker
2020-04-17Bug fixes to expression parserDavid Crocker
2020-04-07Increment move.seq when speed or extrusion factor is changedDavid Crocker
2020-03-26Partially implemented object cancellationDavid Crocker
2020-03-17Improvements to object modelDavid Crocker
2020-03-17Fixes for builds without HAS_VOLTAGE_MONITOR and HAS_MASS_STORAGEDavid Crocker
2020-03-11Added SD card info and state.powerFailScript to object modelDavid Crocker
2020-03-10Object model changesDavid Crocker
2020-03-09Reduced stack usage in recursive object model functionsDavid Crocker
2020-03-08Bug fixes and refactoringDavid Crocker
2020-03-07Moved ExpressionParser to a separate classDavid Crocker
2020-03-01Bug fixes to conditional GCodeDavid Crocker
2020-02-22Added daemon GCode source and daemon.g fileDavid Crocker
2020-02-08Various changes for 3.01-RC1David Crocker
2020-02-05VariousDavid Crocker
2020-01-293.01-beta3 stillDavid Crocker
2020-01-29Bug fixes for version 3.01-beta3David Crocker
2020-01-27Bug fix to expressions using OM variablesDavid Crocker
2020-01-26Refactored MAC address codeDavid Crocker
2020-01-23Added maximum depth option in JSON object model reportingDavid Crocker
2020-01-22Bug fix and more Object Model fieldsDavid Crocker
2020-01-19Added missing noexcept specifiersDavid Crocker
2020-01-19Refactored handling of bitmaps in the OMDavid Crocker
2020-01-19Major refactoring, bug fixes in function evaluationDavid Crocker
2020-01-17Added more OM fieldsDavid Crocker
2020-01-15Corrected ordering of OMT in Move classDavid Crocker
2020-01-13More work on object modelDavid Crocker
2020-01-12Refactored ParseIdentifierExpression and GetObjectValueDavid Crocker
2020-01-12More work on object modelDavid Crocker