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
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-07-22Several bug fixesChristian Hammacher
Bug fix: Added missing NL after M486 in resurrect.g Bug fix: File exists check in SBC mode was broken Bug fix: M24 could not be used to start a print in SBC mode Bug fix: M26 was only partially working in SBC mode (M26 P was not supported)
2021-07-21More work towards 3.4Christian Hammacher
Added new "cancelling" state to state.status Experimental support for M911/916 is now enabled
2021-07-11Attempt fix for bug with M486 #objects > MaxTrackedObjectsDavid Crocker
2021-04-01Write object directory stuff to resurrect.g not config-override.gDavid Crocker
2021-03-07ObjectTracker now uses the string heap instead of a StringBufferDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-22Added M486 error messagesDavid Crocker
2020-08-28Confirm when an object is cancelled or resumedDavid Crocker
2020-06-11Improvements to object trackerDavid Crocker
Reduced RAM usage by 4 bytes/tracked object Write object directory to resurrect.g
2020-06-09Various changesDavid Crocker
Increased max number of tracked objects If the file in a M30 command isn't found, return warning not error
2020-05-03Improvement to previous changeDavid Crocker
2020-05-03M486 without parameters now lists the build plate objectsDavid Crocker
2020-04-16More bug fixesDavid Crocker
Current layer time was always reported as 0.0 during first layer Object XY limits were reported to too many decimal places
2020-03-27Improvements and fixes to job.build part of object modelDavid Crocker
2020-03-27Fixed issues with parsing comments for object namesDavid Crocker
2020-03-27Added comment parsing to help with object trackingDavid Crocker
Also service M409 commands during simulations
2020-03-26Partially implemented object cancellationDavid Crocker
M486 implemented, but parsing object names in comments not done yet