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-07-21More work towards 3.4Christian Hammacher
Added new "cancelling" state to state.status Experimental support for M911/916 is now enabled
2021-03-19RefactoringDavid Crocker
Moved accelerometer functions from GCodes3.cpp to Accelerometers.cpp GCodeResult.h and MessageTypes.h are now #included in RepRapFirmware.h
2021-03-07ObjectTracker now uses the string heap instead of a StringBufferDavid Crocker
2021-02-08Fixed Duet 3 and 3 Mini compile errorDavid 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-03M486 without parameters now lists the build plate objectsDavid Crocker
2020-04-12Fix to make 'result' constant correct after failing G30 commandsDavid Crocker
Also added restore points and some additional limits to object model
2020-03-27Improvements and fixes to job.build part of object modelDavid Crocker
2020-03-26Partially implemented object cancellationDavid Crocker
M486 implemented, but parsing object names in comments not done yet