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
2017-06-25Versoin 1.19beta7+1David Crocker
Merged in chrishamm's changes for filament management and for sending message box details to DWC New semantics fo M291 S parameter Fixed CoreXYU configuration issues Increased maximum number of axes to 9 on Duet NG
2017-06-11Version 1.19beta6David Crocker
Refactored temperatyure sensor code Refactored fan control code Support invisible axes (M584 P parameter) Supprt user-defined virtual heaters Support heater names Support proportional thermostatic fan control Fix G10 retraction command Removed delta probe code
2017-05-09Version 1.19.2David Crocker
Major refactoring to make it easier to support additional kinematics. Added M669 command to select and configure Scara kinematics
2016-12-25Reduced header file couplingDavid Crocker
Restructured the header file inclusion so that the .cpp files are dependent on fewer header files, resulting in less recompilation when most header files are changed
2016-12-09Version 1.17dev8David Crocker
Fixed bugs related to grid bed compensation and M571 in 1.17dev7 version Software reset code storage/retrieval now works on Duet WiFi Removed max average printing acceleration parameter M571 now accepts F parameter to set the PWM frequency M106 now shows if fan is disabled
2016-11-23Version 1.15dev6David Crocker
Grid compensation now working except for G28 S2 and lack of segmentation for long moves Fixed pause command that was broken in previous 1.17 dev release Support mixing extruders using absolute extruder coordinates, except that pause/resume won't restore the correct extruder coordinates
2016-11-18Version 1.17 dev 4David Crocker
Support concurrenrt execution of commands form different channels M143 now supports individual temperature limits per heater Fixed issue with dely of up to 2 seconds when switching Duet WiFi heater channel 3 to servo mode When enable polarity is set using the M569 R parameter, disable the corresponding drive Add exdperimental S99 option on G1 command to log probe changes (Duet WiFi only)
2016-11-03Version 1.16rc1David Crocker
Merged in chrishamm's changes to support tmie stamping of uploaded files (thanks chrishamm) Added fan mapping in M563 command
2016-10-23Version 1.16 beta 4David Crocker
Count the number of extruders properly Added M558 I1 option Generate an error message if a plain G30 probe fails
2016-10-19Version 1.16 beta 2David Crocker
Implemented X axis set and report mapping in M563 command and in web and M408 status responses (but mapping doesn;t do anything yet) Report number of axes to DWC M307 H# A-1 C-1 D-1 disables the pid controller for that heater to free up the pin Debug print of matrixes during delta calibration is now to 4dp Implemented fan blip
2016-10-17Version 1.16 beta 1 (more like an alpha)David Crocker
Support up to 6 axes in many commands Allow creation of additional axes in M584 Display delta paremners to 3dp instead of 2dp Removed M126/M127 error messages Delta calibration now supports bed tilt parameters On Duet WiFi, delta calibration is now done in double precision maths Added support for G4 S parameter Bed compensation or delta calibration is now aborted if the probe was triggered at the start or was not triggered by the end of the probing move Bug fix: JSON file list returned by M20 S2 is now terminated by \n Bug fix: stupidly high temperatures were returned immediately after power up in response to status requests Bug fix: when using an analog Z probe, probing movements were sometimes aborted before the full depth had been probed but the firmware thought that probing had terminated at the full depth Bug fix: generic messages were sent to PanelDue in plain text format
2016-03-23Version 1.09z-rc1David Crocker
Merged in chrishamm's latest changes Implemented firmware retraction
2016-03-09Moves source files to /src subdirectoryDavid Crocker