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-03-03Got rid of "near endstop" statusDavid Crocker
2021-03-03Tidied up DriveMovement and DDADavid Crocker
2021-03-03Increased max GpIn and GpOut ports for Duet 2 from 10 to 20David Crocker
2021-03-02Use Tx FIFO for sending CAN motion messagesDavid Crocker
2021-03-02Increment resync count when resyncing due to timeoutDavid Crocker
2021-03-02Merge branch '3.3-dev' of https://github.com/Duet3D/RepRapFirmware.git into 3...David Crocker
2021-03-02When cancelling a CAN transmission, record the ID of the cancelled msgDavid Crocker
2021-02-27Use fastSqrtf instead of sqrtf throughoutDavid Crocker
2021-02-27M122 P102 now rime fastSqrtf instead of sqrtfDavid Crocker
2021-02-25Fixed M563 S parameter bugDavid Crocker
2021-02-25Fixed handling of M593 P parameterDavid Crocker
2021-02-25Allow pin names to be expressionsDavid Crocker
2021-02-25G4 P0 now behaves like M400David Crocker
2021-02-25Fixed bug in new Cartesian movement codeDavid Crocker
2021-02-24Fixed issue with printing being aborted during simulationDavid Crocker
2021-02-24Another minor correction to G2/G3 with radius parameterDavid Crocker
2021-02-24Fixed G2/G3 with radius againDavid Crocker
2021-02-24Fix for Cartesian moves with no steady speed phaseDavid Crocker
2021-02-24Fixed bug in new CalcNextStepTimeCartesian codeDavid Crocker
2021-02-23PrintManager: removed layer counting and layer time estimateDavid Crocker
2021-02-23Fixed build errors after previous mergeDavid Crocker
2021-02-23Merge branch '3.3-dev' into 3.3-input-shapingDavid Crocker
2021-02-23Fixed rounding issue with number of point in height mapDavid Crocker
2021-02-23Merge branch '3.3-input-shaping' into 3.3-devDavid Crocker
2021-02-23Added M568 to the list of queued codesDavid Crocker
2021-02-22Merge branch '3.3-input-shaping' into 3.3-devDavid Crocker
2021-02-22Added move.queue to object modelDavid Crocker
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-22Move more information over to wiki and replace file contents by linksManuel Coenen
2021-02-22Synchronize wording across branchesManuel Coenen
2021-02-22Move information to GitHub wiki and replace file contents by linksManuel Coenen
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