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
2022-02-07Various changes for 3.4.rc1David Crocker
2021-11-05Fixes to polar kinematicsDavid Crocker
2021-11-04M669 and object model now report segmentationDavid Crocker
2021-07-31Simplified IsAccessibleProbePoint and IsReachableDavid Crocker
2021-05-07Support segmentation for Z moves (needed by Hangprinter)David Crocker
2021-03-16Fixed issue with G92 changing un-mentioned axes to be within limitsDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-27Use fastSqrtf instead of sqrtf throughoutDavid Crocker
2021-02-20Added option to configure segmentation on all kinematicsDavid Crocker
2021-02-16Wil mesh any two axes (#476)dc42
2020-08-28Added M584 R parameter; support T{expression}David Crocker
2020-06-14Changes for 5LCDavid Crocker
2020-05-12Pick up inherited object model properties automaticallyDavid Crocker
2020-05-11Added facility to refer to base class object modelDavid Crocker
2020-04-07Increment move.seq when speed or extrusion factor is changedDavid Crocker
2020-03-12Added object model property state.nextToolDavid Crocker
2020-03-10Added various new object model fieldsChristian Hammacher
2020-02-21Properly treat X and Y motors as continuous rotating (#360)bondus
2020-01-22Bug fix and more Object Model fieldsDavid Crocker
2020-01-19Added noexcept specifiers to kinematics classesDavid Crocker
2020-01-19Major refactoring, bug fixes in function evaluationDavid Crocker
2020-01-04Added FiveBarKinematicsDavid Crocker