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-02-17Added OM field boards[].closedLoopDavid Crocker
2022-02-17Changed Duet 3 Mini WiFi transfer wait-until-finished codeDavid Crocker
2022-02-17Fixes for homing CAN drives when the endstop switch is already triggeredDavid Crocker
2022-02-17Added "CRC required" option to serial input channelsDavid Crocker
2022-02-17Merge branch '3.4-dev' of https://github.com/Duet3D/RepRapFirmware.git into ↵David Crocker
3.4-dev
2022-02-17Update BugReport.ymlTony Lock
2022-02-17Reduced code size for Duet 2 buildDavid Crocker
2022-02-17Update config.ymlTony Lock
2022-02-16Corrected adjustment to number of decimal places when printing floatsDavid Crocker
2022-02-16Increased precision of heater PID constants returned in object modelDavid Crocker
2022-02-16Refactored thumbnail parser to save flash spaceDavid Crocker
2022-02-16Added debug, now commented outDavid Crocker
2022-02-16Changed rotary encoder transition table to be less noise-sensitiveDavid Crocker
2022-02-14Merge branch 'v3-chrishamm' into 3.4-devDavid Crocker
2022-02-14Added defragmentation for SBC code buffer ringChristian Hammacher
2022-02-14Added SD card partition size to M39 response and object modelDavid Crocker
2022-02-14Fix for M915 with R2 or R3 parameterDavid Crocker
2022-02-11Suppot JPEG thumbnail imagesDavid Crocker
2022-02-11Report extrusion and speed factors to 3 sig figs to avoid roundingDavid Crocker
e.g. if you set them to 108% then DWC and PanelDue rounded them to 110%
2022-02-11Recognise Prusa slicer thumbnail_QOI end commentDavid Crocker
2022-02-10Bug fix for io1.out PWM on Mini5+David Crocker
2022-02-09Fix axes being shown as homed when a simulation completes3.4.0rc1David Crocker
2022-02-08Fixed network startup on MB6HCDavid Crocker
2022-02-08Allow for more tools than extruders in filament usage arrayDavid Crocker
2022-02-08Removed an unused constantDavid Crocker
2022-02-08Increased thumbnail chunk size in HTTP APIDavid Crocker
2022-02-07Reverted previous change to .cprojectDavid Crocker
2022-02-07Merge branch '3.4-dev' of https://github.com/Duet3D/RepRapFirmware.git into ↵David Crocker
3.4-dev
2022-02-07Changed thumbnail comment string to match PrusaSlicerDavid Crocker
2022-02-07Create issues.ymlTony Lock
2022-02-07Update BugReport.ymlTony Lock
2022-02-07Create FeatureRequest.ymlTony Lock
2022-02-07Create config.ymlTony Lock
2022-02-07Create BugReport.ymlTony Lock
2022-02-07Various changes for 3.4.rc1David Crocker
Made most kinematics support a build config option Made PanelDue flasher a build config option Made SPI temperature sensors a build config option Fixed current loop sensor in expansion board mode Use atanf instead of atan in Hangprinter kinematics Removed M573 support Added experimental Mini4 build configuration Increased version to 3.4.0rc1
2022-02-06Fixed inconsistency with err code of rr_thumbnailChristian Hammacher
2022-02-06Expose thumbnails and numLayers via object modelChristian Hammacher
Bug fix: Init GCodeFileInfo in SBC mode before setting new props
2022-02-06Improvements for fileinfo detectionChristian Hammacher
Added support for num_layers detection to fileinfo requests numLayers is reported again as part of fileinfo responses and set by SBC Bug fix: rr_thumbnail could hang up the network task when invalid parameters were passed
2022-02-03Renamed some constants and added Peltier cooling supportDavid Crocker
2022-02-03Minor refactoring of code to write thumbnail dataDavid Crocker
2022-02-03Merge pull request #556 from mfs12/fix-thumbnail-downloaddc42
Fix thumbnail download
2022-02-03RepRap: fixed thumbnail read data functionMichael Szafranek
2022-02-02Fixed issue with non-blocking M291 command followed by a blocking oneDavid Crocker
2022-02-02Fixed issue with pause/resume during segmented movesDavid Crocker
2022-02-02Removed duplicate #defineDavid Crocker
2022-02-02Removed duplicate #defineDavid Crocker
2022-02-01Fixes for Duet 3 Mini build without WiFi networkingDavid Crocker
2022-02-01Fix or Duet 3 Mini build with Ethernet disabledDavid Crocker
2022-02-01Fix for Duet 3 Mini with CAN expansion disabledDavid Crocker
2022-02-01Fix for expansion board mode (thanks Andy)David Crocker