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-20Changed heater model to support non-Newtonian coolingDavid Crocker
2021-11-19Removed another limit on number of accelerometer samplesDavid Crocker
2021-11-18Support non-Newtonian coolimg in heater modelDavid Crocker
2021-11-18Support collecting more than 64k acceleraometer samplesDavid Crocker
2021-11-18File GCodeResult.h moved to CANlib and #included in RepRapFirmware.hDavid Crocker
2021-11-15Made SBC file handling more robustChristian Hammacher
2021-11-15Renamed some close loop meeasurement parametersDavid Crocker
2021-11-13Static analysis fixesDavid Crocker
2021-11-13Fixed Print::write overloaded and hidden functions messDavid Crocker
2021-11-13Updated .pdp fileDavid Crocker
2021-11-12Fixed benign static analysis errorsDavid Crocker
2021-11-12Added annotations for static analysisDavid Crocker
2021-11-11Fixed issue with extruder stopping after a tiny moveDavid Crocker
2021-11-11Fixed "expected integer expression" error in an unevaluated index expr.David Crocker
2021-11-11Check chopconf register settings continuously in TMC22xx driverDavid Crocker
2021-11-11Added annotations following changes from mergeDavid Crocker
2021-11-11Don't fill buffer when flushing CAN receive hw (#550)Torbjørn Ludvigsen
2021-11-10Check that accelerometer INT1 is working when starting to collect dataDavid Crocker
2021-11-09Annotations for static analysisDavid Crocker
2021-11-09Fixes for static analysisDavid Crocker
2021-11-09Fixes for static analysisDavid Crocker
2021-11-08Merge branch 'v3-chrishamm' into 3.4-devDavid Crocker
2021-11-08SBC file requests were not fully invalidatedChristian Hammacher
2021-11-08Increased MaxExtruders to 8 on Duet 3 MiniDavid Crocker
2021-11-08Fixes for static analysisDavid Crocker
2021-11-08OM field boards[].maxMotors is no longer flagged verboseDavid Crocker
2021-11-07Bug fix for tool changingDavid Crocker
2021-11-06Removed default PS_ON (still version 3.4.0beta6)3.4.0beta6David Crocker
2021-11-06Ensure that TMC2209 and TMC2660 drivers are set to high sensitivityDavid Crocker
2021-11-05Fixes for G68David Crocker
2021-11-05Increased version to 3.4.0beta6David Crocker
2021-11-05We no longer restore position automatically after a tool changeDavid Crocker
2021-11-05Corrected default probing and travel speeds for Z probesDavid Crocker
2021-11-05Increased max stack depth from 7 to 10David Crocker
2021-11-05Introduced reduced accelerations and M201.1David Crocker
2021-11-05Increased max length of string parameter in exception messagesDavid Crocker
2021-11-05Fixes to polar kinematicsDavid Crocker
2021-11-04M669 and object model now report segmentationDavid Crocker
2021-11-04Static analysis fixesDavid Crocker
2021-11-04Added GetStackPointer function to CoreN2GDavid Crocker
2021-11-04Merge branch '3.4-dev' of https://github.com/Duet3D/RepRapFirmware.git into 3...David Crocker
2021-11-04Recognise "ocsp" as well as "/ocsp" filename requestsDavid Crocker
2021-11-03Merge branch 'v3-chrishamm' into 3.4-devDavid Crocker
2021-11-02Added missing file for last commitChristian Hammacher
2021-11-02Removed heightmap code for SBC modeChristian Hammacher
2021-11-01Restrict Z probe types 1,2,3,5 to probe #0David Crocker
2021-11-01Added size of TaskBase to M122 P105 reportDavid Crocker
2021-11-01Fixed standalone mode detection for SBCsChristian Hammacher
2021-11-01Changed compiler options to support f16-bit floating point typeDavid Crocker
2021-11-01In laser mode, turn laser off immediately when the move endsDavid Crocker