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-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2020-09-18Bug fix to M558 when an invalid remote port name is providedDavid Crocker
2020-09-10Abandon Z probing if the probe is remote and cannot be contactedDavid Crocker
2020-04-07Increment move.seq when speed or extrusion factor is changedDavid Crocker
Speed factor is on longer live in object model Rationalised exception specifications
2020-03-14Fix for non-BLTouch Z probes on tool and expansion boardsDavid Crocker
2020-02-29Still 3.01-RC3 provisionalDavid Crocker
Got remote BLTouch working Bug fix: when endstops were already triggered, homing moved could hang Bug fix: external SD card didn't work on Duet Maestro
2020-02-12Refactored GP inputsDavid Crocker
2020-01-04Conditional GCode fixes and exception specifiersDavid Crocker
Loops are now working Added noexcept specifiers to omst of the remaining C++ source files
2019-09-19Added CAN diagnosticsDavid Crocker
Also split remote diagnoisrtics nito 3 messages Lengthened some error message buffers
2019-09-18Bug fixesDavid Crocker
Bug fix: M950 for heaters and fans didn't strip '-' or '_' from names Added missing newline to some CAN-related error messages Reduced the amount of information sent when configuring a remote Z probe SoftTimer now uses a regular CallbackParameter
2019-09-14More work on remote Z probe supportDavid Crocker