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-06-28Removed job.file.firstLayerHeight and job.file.numLayers from the OMDavid Crocker
2020-01-12Saved another 1Kb of RAM on Duet 2 buildDavid Crocker
Reduced file read buffer size in class FileInforParser from 2kb to 1Kb
2020-01-11Added Job members to object modelDavid Crocker
Also changed all calls to gmtime to use gmtime_r instead, for thread safety
2019-10-19Added recent updates from 2.04RC4 releaseDavid Crocker
2019-04-01More work towards SPI communicationChristian Hammacher
Implemented most of the communication. Work left: - Merging BinaryGCodeBuffer and StringGCodeBuffer back together into a single class (see note in GCodes::DoFilePrint) - Flagging completed codes via the message type in GCodes::HandleReply - Implementation of the Linux lock/unlock requests + responses - Setting object model values - Testing everything with DCS