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/Tools
AgeCommit message (Expand)Author
2022-01-12Refactored active/standby tool and heater setting code to save spaceDavid Crocker
2021-12-27Replaced < NEARLY_ABS_ZERO by <= NEARLY_ABS_ZERODavid Crocker
2021-12-27Use new macros in FreelistManager.hDavid Crocker
2021-12-14Improved error reporting when heaters won't turn onDavid Crocker
2021-10-31Tidied up for static analysisDavid Crocker
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
2021-09-29Version 3.4-b4+1Christian Hammacher
2021-09-27RRF manages filaments again in SBC modeChristian Hammacher
2021-09-14Implemented extrusion feedforwardDavid Crocker
2021-09-13Added M309 get/set heater feedforwardDavid Crocker
2021-08-07Added field canReverse to Spindle object modelDavid Crocker
2021-07-27Merge branch '3.4-dev' into 3.4-input-shapingDavid Crocker
2021-07-27Merge branch 'v3-chrishamm' into 3.4-devDavid Crocker
2021-07-24More fixes for new time unitsDavid Crocker
2021-07-23Added member isRetracted to the Tool object modelDavid Crocker
2021-07-21More work towards 3.4Christian Hammacher
2021-05-17Use function_ref in preference to inplace_functionDavid Crocker
2021-05-08Implemented M568 A parameterDavid Crocker
2021-03-24Report tool offsets to 3 decimal placesDavid Crocker
2021-03-19RefactoringDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-18Do fewer sine/cosine calulations while executing arc movesDavid Crocker
2021-02-18Un-deprecate G10 tool offset and tempsManuel Coenen
2021-02-17Use stdext::inplace_function insteaed of std::functionDavid Crocker
2021-02-05Move spindle creation to M950 (M453 no longer works for this)Manuel Coenen
2021-01-24More work on remote heater tuningDavid Crocker
2021-01-23Initial implementation of G17/G18/G19 (not tested)David Crocker
2020-11-26Removed order dependency of M307, M143, M140, M141 and M563David Crocker
2020-11-12Fixes and improvements to new heater model and tuning3.2beta3.2David Crocker
2020-11-11Implemented heater feedforward for fan RPM changesDavid Crocker
2020-10-24Return error if an output buffer overflows when reporting the OMDavid Crocker
2020-10-24Got rid of some code analysis and compiler warningsDavid Crocker
2020-10-09Fixed issue #433David Crocker
2020-09-25Moved Linux subsystem to its own taskChristian Hammacher
2020-09-07Reworked Spindle code + network bug fixDavid Crocker
2020-09-07Moved spindle configuration code from GCodes2.cpp into class SpindleDavid Crocker
2020-09-02Update seqs.spindles when configuredRpm is updatedDavid Crocker
2020-08-28VariousDavid Crocker
2020-07-04Fix M207 truncated response, and fixes for Duet 3 MiniDavid Crocker
2020-04-27VariousDavid Crocker
2020-04-25Bug fixes for M701/M702Christian Hammacher
2020-04-06Changed to object modelDavid Crocker
2020-03-10Implemented remaining OM sequence number incrementingDavid Crocker
2020-03-10Implemented 'seqs' in OM for boards, tools and fansDavid Crocker
2020-03-10Added various new object model fieldsChristian Hammacher
2020-03-08Z probe changes and per-tool M208 changesDavid Crocker
2020-03-07Moved ExpressionParser to a separate classDavid Crocker
2020-02-253.01-RC3 provisonalDavid Crocker
2020-02-17Fixed M109 and M104 error messagesDavid Crocker
2020-02-16Replaced HeaterProtection instances by HeaterMonitorsDavid Crocker