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 (Collapse)Author
2022-08-09Duet3Mini as expansion board uses UF2 format firmware fileDavid Crocker
2022-07-04Improved memory safety of ExpressionValue by removing SetType functionDavid Crocker
2022-07-04Fixed memory leaks in expression parserDavid Crocker
2022-05-21Removed some unecessary codeDavid Crocker
2022-04-25Bug fix for indexing into arrays represented as bitmaps in OMDavid Crocker
2022-02-25Bug fix for OM query of tools[N].fans[M]David Crocker
2022-02-22Populate boards[].name for expansion boards3.4.0rc2David Crocker
2022-02-16Corrected adjustment to number of decimal places when printing floatsDavid Crocker
2022-02-01Fix for Duet 3 Mini with CAN expansion disabledDavid Crocker
2022-01-20Added OM field state.thisInputDavid Crocker
2022-01-17More work on MB6XD step generationDavid Crocker
Also removed some obsolete Duet 085, RADDs and Alligator code
2022-01-03Minor changes for eCvDavid Crocker
2021-12-27Use new macros in FreelistManager.hDavid Crocker
2021-12-11Added most of the event handling codeDavid Crocker
2021-12-10Added 'important' flag in object model; support Duet 2 SBC in ATEDavid Crocker
Added an "important" flag to the object model field flags and the object model query flags, as part of a fix for PaneDue and M291 S3 messages commanded from macro files In the Duet 2 SBC build, initialise the PanelDue port by default, for the ATE
2021-11-12Fixed benign static analysis errorsDavid Crocker
2021-11-09Fixes for static analysisDavid Crocker
2021-11-04Static analysis fixesDavid Crocker
2021-10-31Tidied up for static analysisDavid Crocker
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
Refactored various parts of the SBC interface Renamed Linux to SBC in various places CAN updater checks if file is present on SBC before update SBC task is only woken up when SPI transfers finish Bug fix: Codes that were sent back to the SBC (e.g. from USB) caused temp reports to be printed Bug fix: SBC reconnects could take longer than expected
2021-10-25Avoid printing too many decimal places in some situationsDavid Crocker
2021-10-25Work towards v3.4-b6Christian Hammacher
Added SBC data types for null, uint64_t, and datetimes Added new OM handler for file positions Refactored GCodes::GetFilePosition
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
Also refactored VariableSet to better hide the implementation
2021-05-06Fix bug with reporting expansion board name or firmware versionDavid Crocker
It was clearing any existing data in the result string
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
Prepared support for variables in SBC mode Restored seqs.volsChanged (will only work with new DSF) Bug fix: seqs.inputs was updated every second in SBC mode
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