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
path: root/src
AgeCommit message (Expand)Author
2021-02-22Work towards v3.3Christian Hammacher
2021-02-22Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-02-22Implemented M73 with R parameterDavid Crocker
2021-02-22Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-02-22Merge branch '3.3-dev' into 3.3-input-shapingDavid Crocker
2021-02-22Partial rework of DriveMovementDavid Crocker
2021-02-22Fixed use of comparisonEnabled in PulsedFilamentMonitorDavid Crocker
2021-02-22Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-02-22Merge remote-tracking branch 'origin/wil-missing-any-two-axes-fixes' into 3.3...David Crocker
2021-02-22Added M486 error messagesDavid Crocker
2021-02-22G1 segment calculation still looked at X-Y for meshManuel Coenen
2021-02-22Corrected exception specification of InputShaper::ConfigureDavid Crocker
2021-02-20Moved input shaper into a separate classDavid Crocker
2021-02-20Extended M593 to configure input shapingDavid Crocker
2021-02-20Added option to configure segmentation on all kinematicsDavid Crocker
2021-02-19Also persist the inversion flagManuel Coenen
2021-02-19Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-02-19Minor change for corner-angle dependent jerkDavid Crocker
2021-02-18Do fewer sine/cosine calulations while executing arc movesDavid Crocker
2021-02-18Merge remote-tracking branch 'origin/wil-g10-m568-amendments' into 3.3-devDavid Crocker
2021-02-18Continue to allow M563 P# H-1 D-1 to delete a toolManuel Coenen
2021-02-18Refactored movedBufferDavid Crocker
2021-02-18Un-deprecate G10 tool offset and tempsManuel Coenen
2021-02-17Changhed bed transforms to use Bitmap::IterateDavid Crocker
2021-02-17Use stdext::inplace_function insteaed of std::functionDavid Crocker
2021-02-17Fixed a compiler warningDavid Crocker
2021-02-16Wil mesh any two axes (#476)dc42
2021-02-16Implemented experimental auto calibration for rotary deltasDavid Crocker
2021-02-16Corrected rotary delta forward kinematicsDavid Crocker
2021-02-16Fixed builds with SBC interface following M997 changesDavid Crocker
2021-02-15Corrected recent change to StartIAPDavid Crocker
2021-02-15Merge remote-tracking branch 'origin/wil-rework-spindle-management' into 3.3-devDavid Crocker
2021-02-15Merge remote-tracking branch 'origin/3.3-dev' into wil-configure-update-filenameManuel Coenen
2021-02-15Use stack for filename instead of allocting it permanentlyManuel Coenen
2021-02-15Removed 3 and 4 point bed compensation codeDavid Crocker
2021-02-15If a number is expected in a command but not found, report an errorDavid Crocker
2021-02-15Add M997 P parameter to specify firmware binary to useManuel Coenen
2021-02-14Implemented changes suggested by Andy. Version 3.3beta1.3.3beta1David Crocker
2021-02-14Fixed DHT sensors on Duet 3 MiniDavid Crocker
2021-02-14Firmware files are now stored in 0:/firmwareDavid Crocker
2021-02-14Added a missing 'const'David Crocker
2021-02-13Fixed arc moves being executed in the wrong planeDavid Crocker
2021-02-13Support Ideamaker Print Time commentDavid Crocker
2021-02-13Merge branch '3.3-dev' of https://github.com/Duet3D/RepRapFirmware.git into 3...David Crocker
2021-02-13Efficiency improvements to Heat and to G2/G2 with multiple axesDavid Crocker
2021-02-12Fix PE0 and PC29 pin definitionManuel Coenen
2021-02-12Merge remote-tracking branch 'origin/3.3-dev' into wil-rework-spindle-managementManuel Coenen
2021-02-11Cosmetic changesDavid Crocker
2021-02-11Corrected PWM pin peripheral IDs in Duet 3 buildDavid Crocker
2021-02-11Merge branch '3.3-dev' of https://github.com/Duet3D/RepRapFirmware.git into 3...David Crocker