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
2021-11-05Corrected default probing and travel speeds for Z probesDavid Crocker
2021-11-01Restrict Z probe types 1,2,3,5 to probe #0David Crocker
2021-10-31Tidied up for static analysisDavid Crocker
2021-10-31Added explicit constructor callsDavid Crocker
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
2021-10-22Reduce acceleration when homing using stall detectionDavid Crocker
2021-10-08Fixed Duet 2 SBC build and increased version to 3.4.0beta5David Crocker
2021-09-07Resolved minor issues for eCvDavid Crocker
2021-08-26Bux fix: P31 parameter of M500 is now rememberedDavid Crocker
2021-07-24Finished converting time units to step clocks, pending testingDavid Crocker
2021-07-23Part way through changing units of stored speeds and accelerationsDavid Crocker
2021-07-19Z probe trigger height is now the negative of the probe Z offsetDavid Crocker
2021-06-29Refactored swap-and-delete operationsDavid Crocker
2021-06-28Don't abort processing G31 if we can't process the temp coefficientsDavid Crocker
2021-05-26Corrected some exception specifications (thanks Andy)David Crocker
2021-03-19RefactoringDavid Crocker
2021-03-13Prepare to support >15 axesDavid Crocker
2021-03-12Rewrote M675 to fix numerous issuesDavid Crocker
2021-03-10Implemented variablesDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-03-04Implemented fast-then-slow G30 probingDavid Crocker
2021-03-03Got rid of "near endstop" statusDavid Crocker
2021-02-22Work towards v3.3Christian Hammacher
2021-02-18Do fewer sine/cosine calulations while executing arc movesDavid Crocker
2021-02-16Wil mesh any two axes (#476)dc42
2021-02-02Merge remote-tracking branch 'origin/3.3-dev' into wil-convert-same70-to-coren2gManuel Coenen
2021-02-02Added Endstop OM property highEndDavid Crocker
2021-01-20Clean-up remaining #if SAME5x instancesManuel Coenen
2021-01-20Partway through cleaning up #if SAME5x crazynessManuel Coenen
2021-01-19Fix all compiler bugs (linker still unhappy)Manuel Coenen
2021-01-09Fixes for gcc version 10David Crocker
2020-12-28Partially implemented M954David Crocker
2020-12-22Initialise ZProbe::lastStopHeight to zeroDavid Crocker
2020-12-14Reworked stall detection endstops and implemented them for TMC2209David Crocker
2020-11-15Various changes for ATEDavid Crocker
2020-10-19Minor refactoring to bring IoPorts into line with expansion board f/wDavid Crocker
2020-09-18Bug fix to M558 when an invalid remote port name is providedDavid Crocker
2020-09-13Update seqs.sensors when update lastStopHeight in a ZProbeDavid Crocker
2020-09-13Z probe and trigger improvementsDavid Crocker
2020-09-10Abandon Z probing if the probe is remote and cannot be contactedDavid Crocker
2020-08-13Bug fix for G31 commands that use existing G31 OM valuesDavid Crocker
2020-06-18Changes for 5LCDavid Crocker
2020-05-16Towards version 3.1.1David Crocker
2020-05-16Fixed G31 not updating seqs.sensorsChristian Hammacher
2020-04-20Changes to PanelDue output code, add GpOut ports to OMDavid Crocker
2020-04-12Various fixesDavid Crocker
2020-04-07Increment move.seq when speed or extrusion factor is changedDavid Crocker
2020-03-22G31 without parameters now reports the Z probe numberDavid Crocker
2020-03-21G30 and G28 now accept a K parameter for the Z probe numberDavid Crocker
2020-03-14Fix for non-BLTouch Z probes on tool and expansion boardsDavid Crocker