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
2020-11-06Final (I hope) changes for 3.2beta3David Crocker
Duet 3 Mini v04 configurations and filenames renamed to just Duet 3 Mini Duet 3 V06 configurations enamed to just Duet 3 Get ISO-format compilation date automatically Fixed Logger compilation errors in debug builds Fixed compilation errors in builds without SBC support Added comments to functions that are called with task scheduling disabled
2020-10-18Added Duet 3 Mini ATE configurationDavid Crocker
2020-10-07Added Duet 3 ATE build configurationDavid Crocker
2020-09-18Added Duet 3 Mini v0.4 configurationsDavid Crocker
2020-09-18Renamed Duet_5LC project config and #defines to Duet3MiniDavid Crocker
Also removed files for unsupported project configurations
2020-08-16Renamed some configurations and removed an unused oneDavid Crocker
2020-07-03Support 5LC board with bootloaderDavid Crocker
2020-06-21More changes for 5LC, PanelDue now workingDavid Crocker
2020-05-28Added Duet5LC configurationDavid Crocker
2020-05-15Implement Duet2 + SBCManuel Coenen
Include all memory addresses of objects allocated in RepRap in M122 P106 Use OutputBuffer::ReleaseAll() instead of OutputBuffer::Release() if HTTP/Telnet is not supported
2020-01-08Sync with repositoryDavid Crocker
2020-01-08Sync with Eclipse workspaceDavid Crocker
2019-12-16Merge branch 'v3.01-dev' of https://github.com/dc42/RepRapFirmware.git into ↵David Crocker
v3.01-dev
2019-12-16Added more noexcept specifiersDavid Crocker
2019-12-15Update .gitignoreDavid Crocker
2019-12-15Update .gitignoreDavid Crocker
2019-03-30Work on the new the SPI interfaceChristian Hammacher
Transfers over the SPI1 channel of the SAME70 working Refactored GCodeBuffer for two data types: 1. For string-based inputs (standard text-based approach) 2. For binary data transfers as used in the new SPI protocol (untested) Added OpenOCD script for SAME70 <-> Atmel ICE Fixed relative workspace paths in the linker settings again
2019-03-12Changes for new PCCBDavid Crocker
Renamed old PCCB configurations Added PCCB_10 configuration
2019-03-06Work on asynchronous moves and Duet 3David Crocker
Renamed old Duet3 configuration (for version 0.3 hardware) to Duet3_V03 Added Duet3_V05 configuration Added SUPPORT_ASYNC_MOVES macro setting Reworked babystepping code to support live babystepping using async moves if supported. Async move support is incomplete, so babystepping will not work in this build if SUPPORT_ASYNC_MOVES is enabled. Allow endstop corrections to be applied to all towers on a delta
2019-02-19Build Portability Updates (#253)George Joseph
These updates should make it easier for developers on different platforms to contribute. * Remove the definition of GccPath from the project definition. * Replace references to GccPath with ArmGccPath. * Update Build instructions to indicate that ArmGccPath must be set in the workspace C/C++ Build Variables. * Remove .settings/language.settings.xml from the git index. * Update .gitignore to add .settings/language.settings.xml and the build variant output directories.
2018-10-302.02RC4 provisional (second attempt)David Crocker
Allow I2C addresses to be given in hex format Allow axes to be mapped ot nin-existant driver numbers More work on object model variable substitution in GCode commands Added a possible fix for coast-to-end
2016-08-23Updated gitignore againDavid Crocker
2016-08-23Updated gitignoreDavid Crocker
2016-06-16Added Duet WiFi binaryDavid Crocker
2014-07-15Corrected .gitignoreDavid Crocker
2014-07-15Updated .gitignoreDavid Crocker
2014-06-28Merge branch 'duet'David Crocker
Conflicts: .gitignore Configuration.h GCodes.cpp GCodes.h Heat.cpp Heat.h Move.cpp Move.h Platform.cpp Platform.h RepRapFirmware.cpp RepRapFirmware.h Reprap.h SD-image/sys/config.g Webserver.cpp Webserver.h network/ethernet_sam.c network/ethernet_sam.h network/httpd.c
2014-03-04Support For two MCP4461 digipotsTony
Required to support the Duet+ Duex4 or other expansion boards that use a second MCP4461.
2014-01-30Updated binary and changed its nameDavid Crocker
2014-01-04Merge remote-tracking branch 'upstream/duet' into duetTony
2013-12-18Bug whereby heaters would not restart after an M0 is received fixed.Adrian Bowyer
2013-11-24Merge remote-tracking branch 'upstream/duet' into duetTony
2013-11-20Fixed (I think) the M83 bug.Adrian Bowyer
2013-11-09Z Probe EnableTony
Allows the Z probe to be enabled or disabled. when disabled Z homes in the same way a X and Y. When Z probe is disabled it errors on M31, M32
2013-10-08File list implemented. Also M201 to set axis accelerations via USB.Jean-Marc Giacalone
2013-09-17ignore Release folderJean-Marc Giacalone
2013-09-12ignore Release folder.Jean-Marc Giacalone
2013-08-06housekeeping.Jean-Marc Giacalone
2013-08-06deal with temporary files.Jean-Marc Giacalone