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
2020-01-19Major refactoring, bug fixes in function evaluationDavid Crocker
2020-01-18Lock ZProbes when accessing them and added more items to OMDavid Crocker
2020-01-17Added more OM fieldsDavid Crocker
2020-01-14Fixes issue with an extra move being made when a print is cancelledDavid Crocker
2020-01-13VariousDavid Crocker
2020-01-11More work on object modelDavid Crocker
2020-01-11Reduced RAM usage on Duet 2 buildsDavid Crocker
2020-01-11Added Job members to object modelDavid Crocker
2020-01-10Added changes for LPC build (thanks sdavi)David Crocker
2020-01-08Refactored object model framework to support virtual arraysDavid Crocker
2020-01-08More work on conditional GCodeDavid Crocker
2020-01-06Major refactoring of object model frameworkDavid Crocker
2020-01-05Refactored object model to allow multiple tables per classDavid Crocker
2020-01-04Conditional GCode fixes and exception specifiersDavid Crocker
2020-01-04Networking and conditional GCode changesDavid Crocker
2020-01-03Fix from Christian for SBC interfaceDavid Crocker
2019-12-31More work on GCode meta commandsDavid Crocker
2019-12-30Refactored GCode command decoding for GCode meta command supportDavid Crocker
2019-12-29Added function call support to StringParserDavid Crocker
2019-12-29Merged changes from upstreamDavid Crocker
2019-12-23Handle command parsing errors using exceptionsDavid Crocker
2019-12-16Fixed filament functions for usage with SBCChristian Hammacher
2019-12-14Still 3.0RC1 provisionalDavid Crocker
2019-12-123.0RC1 provisionalDavid Crocker
2019-12-02Fixed DWC2 compatability isueDavid Crocker
2019-11-29Fixes for spurious linefeeds sent to USB and loss of output buffersDavid Crocker
2019-11-27Adjusted number of bed and chamber heatersDavid Crocker
2019-11-27Fixed G2/G3 issuesDavid Crocker
2019-11-25VariousDavid Crocker
2019-11-12More work to make it safe to use the SAME70 cacheDavid Crocker
2019-11-10Fix for print resurrection in absolute extrusion modeDavid Crocker
2019-11-08Added check when using remote endstopsDavid Crocker
2019-11-05VariousDavid Crocker
2019-10-29Add M500 P10 to enable saving of manually entered tool offsets (#331)Manuel
2019-10-213.0beta11 for RPi SD card image (provisional)David Crocker
2019-10-21Implement G38.x (2 <= x <= 5) (#324)Manuel
2019-10-19Merged more changes form 2.04RC4 releaseDavid Crocker
2019-10-10Really 3.0beta11 I hopeDavid Crocker
2019-10-08Don't try to use local height maps when the SBC interface is in useDavid Crocker
2019-10-08VariousDavid Crocker
2019-10-02VariousDavid Crocker
2019-09-20Fixes for remote endstopsDavid Crocker
2019-09-123.0beta103.0beta10David Crocker
2019-09-01Duet 3 fixesDavid Crocker
2019-09-01Bug fixes and improvementsDavid Crocker
2019-08-31Combined Linux interface and SD card versionsDavid Crocker
2019-08-30Implemented M906/913/915/917 for remote driversDavid Crocker
2019-08-25Merge remote-tracking branch 'origin/v3-chrishamm' into v3-devDavid Crocker
2019-08-21Bug fixesDavid Crocker
2019-08-06Added support for filaments via DCSChristian Hammacher