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 (Collapse)Author
2022-05-23Added conditional code to save files with upload errorsDavid Crocker
2021-08-11Minor changeDavid Crocker
2021-04-09Added seqs.volChanges[] to object mode to record file creation etc.David Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2020-08-05Fixed issue with uploaded files not being savedDavid Crocker
2020-07-25Use 90MHz SDHC clock, added "dummy.dummy" file upload speed testDavid Crocker
2020-07-08Added support for dummy uploads, also use SDHC DMA on 5LCDavid Crocker
Note, writing to SD card on 5LC not currently working
2020-03-13File operations invoked via http no longer generate error messagesDavid Crocker
Aso removed object mode field sensors.analog[].number
2019-12-10More noexcept specifiersDavid Crocker
2019-11-12More work to make it safe to use the SAME70 cacheDavid Crocker
MassStorateg is now a namespace, in preparation for moving some of its data to non-cached memory SBC transfer buffers moved to non-cached memory
2019-10-19Added recent updates from 2.04RC4 releaseDavid Crocker
2019-10-19Interim commit towards 3.0beta11David Crocker
2019-10-16Make MassStorage::CombineName return bool (#328)Manuel
2019-10-16Upload files to a temporary file and only if all checks succeed ↵Manuel
rename/replace (#327) * Upload files to a temporary file and only if all checks succeed rename/replace * Add missing error check
2019-10-08VariousDavid Crocker
Support fan tachos on expansion boards Fix SHA1 value display bug Add DotStar support to Duet 3 v0.6 Support CRC32 checking of uploaded files Include spindle speeds in restore points Reduced memory usage in Duet 2 builds Minor improvements to thermistor handling FansManager class is no longer attached to Platform Removed duplicate CRC32 functionality Fixed W5500 network code startup issue
2019-07-02Consolidation after mergeDavid Crocker
Reverted some changes to Linux/MessageFormats.h and Linux/BinaryParser.cpp for compatibility with the existing SDF release Added HAS_MASS_STORAGE definition Removed lots of mass storage code when HAS_MASS_STORAGE is false Removed non-RTOS code Moved SPI channel usage definitions into CoreNG Added some new CAN message formats (not used by this project yet)
2019-05-252.03RC3 provisionalDavid Crocker
Feature improvements/changed behaviour: - M584 formatting improvement when no extruders - In CoreNG, increment I2C reset count when resetting the I2C system - Recognise filament usage comment in Prusa slicer - G53 is now available even when workplace coordinates not supported in build (cancels tool offsets) - For E3D: scale feed rate in proportion to total mix, for serial extruder drives etc. - Allow M203 max speeds lower than 1mm/sec - Enable laser in Duet085 build - M563 P# with no other parameters: better response formatting when no heaters or no drives - Added extra diagnostics for when a filename is too long Bug fixes: - Problem with leadscrew move when driver numbers >= MaxAxes are used to drive Z motors - Added missing newline at end of some error messages - M585 L parameter was not working - In resume.g a G1 R command goes to the wrong coordinates if workplace coordinate offsets are being used - Homing files when workplace coordinate offsets were active cause other axes to move - Resurrect.g all coordinates need to be machine coordinates - Resurrect.g restore workplace # and workplace offsets - Error with babystepping: incorrect sign when doing tool offset inverse transform, so it restores an incorrect Z position
2019-02-23Towards 2.03beta3David Crocker
Implemented M505 Implemented baby stepping on all axes, but only Z babysteps get accelerated by pushing them through the move queue Increased max heaters per tool and extruders per tool to 8 in Duet NG build Bug fix: when a file to print was selected on the 12864 display, the wrong file could be started if there were filename entries star4ting with '.' Bug fix: disable limit checking on special moves, even on CNC and Laser machines Fix DuetNG configuration build errors when smart driver support is turned off
2019-02-03Version 2.03beta12.03beta1David Crocker
Refactored network responders to reduce RAM usage Added M122 P105 to print the sizes of some objects