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-08-26Refactored PS_ON handlingDavid Crocker
2021-08-24Increment seqs.move when motor currents are updatedDavid Crocker
2021-08-24Got Duet 2 SBC config building againDavid Crocker
2021-08-24Added percentCurrent and percentStstCurrent to OMDavid Crocker
2021-08-24Enable M501/502/503 if HAS_LINUX_INTERFACEDavid Crocker
2021-08-18M567 now defaults to current tool if no tool number givenDavid Crocker
2021-08-16Fixed issues caused by failed mergeDavid Crocker
2021-08-16Merge branch '3.4-dev' into 3.4-nosdcard3.4-nosdcard3.4-dev-no-input-shapingDavid Crocker
2021-08-13Resolved some missing functions wheh HAS_EMBEDDED_FILES is trueDavid Crocker
2021-08-09More work on embedded file supportDavid Crocker
2021-08-03Fixe pause followed by cancel in standalone mode; removed M0/1 H paramDavid Crocker
2021-07-31More work on embedded readonly file supportDavid Crocker
2021-07-31More improvements for SBC modeChristian Hammacher
2021-07-31Further improvementsChristian Hammacher
2021-07-22Several bug fixesChristian Hammacher
2021-07-21More work towards 3.4Christian Hammacher
2021-07-10Added FS calls for SBC modeChristian Hammacher
2021-07-07Fixed M117 "string too long" issueDavid Crocker
2021-06-29Refactored swap-and-delete operationsDavid Crocker
2021-06-13Merge branch '3.3-dev' into 3.4-devDavid Crocker
2021-06-09Wait until code queue empty before changing toolDavid Crocker
2021-05-19Merge branch '3.3-dev' into 3.4-devDavid Crocker
2021-05-19Bug fix: M291 in pause.g/filament-change.g allowed execution to continueDavid Crocker
2021-05-17Fixed bad mergeDavid Crocker
2021-05-16Merge branch '3.3-dev' into 3.4-devDavid Crocker
2021-05-16Corrected M4 with P and S parameters, also simplified M5David Crocker
2021-05-16Fixed M3 with P and S parametersDavid Crocker
2021-05-15Corrected a commentDavid Crocker
2021-05-15Corrected formattingDavid Crocker
2021-05-15Merge branch '3.4-dev' of https://github.com/Duet3D/RepRapFirmware.gitDavid Crocker
2021-05-15Allow macros to implement unsupported commands with fractionsDavid Crocker
2021-05-08Removed pausedFanSpeedsDavid Crocker
2021-05-08Default PCF speed is now saved in a restore pointDavid Crocker
2021-05-08Allow empty K and F parameters in M409David Crocker
2021-04-12VariousDavid Crocker
2021-04-12Support P0 parameter on M24, M25 and M226David Crocker
2021-04-09Added seqs.volChanges[] to object mode to record file creation etc.David Crocker
2021-03-30Added missing calls to reprap.InputsUpdatedDavid Crocker
2021-03-19RefactoringDavid Crocker
2021-03-19Added accelerometer support, over CAN only at presentDavid Crocker
2021-03-10Fix new bugs with M150 and M954 commandsDavid Crocker
2021-03-10Merge remote-tracking branch 'origin/3.3-dev' into wil-extend-m111Manuel Coenen
2021-03-10Fix for DSFDavid Crocker
2021-03-10Merge remote-tracking branch 'origin/3.3-dev' into wil-extend-m111Manuel Coenen
2021-03-10Implemented variablesDavid Crocker
2021-03-09Extend M111 to take a Bitmap parameter to enable more detailedManuel Coenen
2021-03-06Started adding support for variables and parametersDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-27Use fastSqrtf instead of sqrtf throughoutDavid Crocker
2021-02-24Fixed issue with printing being aborted during simulationDavid Crocker