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-10-31Annotations for static analysisDavid 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-25Avoid printing too many decimal places in some situationsDavid Crocker
2021-10-25Work towards v3.4-b6Christian Hammacher
2021-10-05CAN boards return firmware date in a separate field in announce messageDavid Crocker
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-28Directories are reported on SBC-only configsChristian Hammacher
2021-09-09Refactored class VariableSet to improve enclasulation and avoid 'friend'David Crocker
2021-09-09Prepare to refector class VariableSetDavid Crocker
2021-09-08Correction to earlier changeDavid Crocker
2021-09-07Resolved name clashes and minor issues for eCvDavid Crocker
2021-08-26PS_ON pin can now be configuredDavid Crocker
2021-08-09More work on embedded file supportDavid Crocker
2021-07-31Support reading array expressions for array-values command parametersDavid Crocker
2021-05-17Use function_ref in preference to inplace_functionDavid Crocker
2021-05-06Pass unhomed axes to rehome.gDavid Crocker
2021-05-06Fix bug with reporting expansion board name or firmware versionDavid Crocker
2021-05-05Added stack check to some recursive functionsDavid Crocker
2021-05-05Fix bug with parameters/local vars in macro parameter expressionsDavid Crocker
2021-05-04Further reduced stack usage of ExpressionParserDavid Crocker
2021-04-22Don't return "next" in rr_model unless the result is an arrayDavid Crocker
2021-04-21Work towards v3.3-b3Christian Hammacher
2021-04-08Corrected case of an include filenameDavid Crocker
2021-04-07Allow large object model arrays to be returned in chunksDavid Crocker
2021-03-31Implemented 'exists(object_model_path)' in expression evaluaterDavid Crocker
2021-03-31Finished including global variables in object modelDavid Crocker
2021-03-31Include global variables in object model (incomplete)David Crocker
2021-03-18Fixed bug with retrieving the value of tools[n].offsets[m]David Crocker
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