Commit graph

14 commits

Author SHA1 Message Date
David Crocker
b57915b7c6 Version 1.19beta4
Disabled open load detection
2017-06-01 10:14:33 +01:00
David Crocker
4396c5ab42 Version 1.19beta3
Fixed CoreXY motor factor initialisation
Fixed mesh bed levelling
Fixed driver temperature thermostatic fan control
Suppress driver temperature warnings when an associated thermostatic has
just kicked in
2017-05-31 21:42:17 +01:00
David Crocker
6d41bf935c Verison 1.19 beta 2
Improved reliability of new interface to WiFi module
Added options to control thermostatic fans based on CPU and driver
temperatures
Support M204 S parameter for backwards compatibility
Fixes to Scara kinematics
Support additional axes on delta printers
Added extra info to M122 repoirt
2017-05-28 18:11:26 +01:00
David Crocker
cfbe3562cc Version 1.19.2
Major refactoring to make it easier to support additional kinematics.
Added M669 command to select and configure Scara kinematics
2017-05-09 21:54:17 +01:00
David Crocker
929278565b Renamed release files and added Duet 085 files 2017-05-09 21:54:16 +01:00
David Crocker
5212ac47fc Updated DWC 2017-05-05 09:06:35 +01:00
David Crocker
d3f124e8e1 Updated DWC 2017-05-04 21:43:21 +01:00
David Crocker
384d1d3ad4 Release 1.19alpha
First working release of new WiFi code
Axes moving other than X (possibly mapped), Y and Z are not taken to be
part of the feed rate
Introduced SafeStrncpy and SafeStrncat
2017-05-04 21:39:43 +01:00
David Crocker
3eb8bac31d Version 1.18
Updated driver to support our new VID/PID and also the Bossa port
Fixed issue with IP addresses containing zetos on Duet 06/085
Improved error mesages when M303 command has out-of-range parameters
Don't generate error message when the chopper control register is
changed, and allow it to be read back
Increased max motor current to 2.4A
2017-04-07 13:24:27 +01:00
David Crocker
d47cc13765 Version 1.18RC2
Fixed bug with M408 S1/S2 reples when there are no extruders configured
Changed Duet085 network startup to not startb protocols when network is
not active
2017-04-02 10:22:34 +01:00
David Crocker
66b7ee9ae2 Version 1.18RC1
Merged in chrishamm's code queue and input buffer code
Increased heater tuning timeout for finding peak temperatire from 60 to
120 seconds
Implemented M204
Increased precision of reported coordinates to 3 decimal places
PanelDue status responses continue to be sent while executing
M109/116/190/191 commands
2017-03-28 19:35:35 +01:00
David Crocker
18411b92f3 Version 1.18beta2
Fixed homing on CoreXY printers
Added firmware file sanity check
Fixed reply from M290 with no parameters
Limit the number of X grid points so that we can read in height map
files without getting line overflow
If there are too many grid points in a M557 grid definition, suggest a
suitable spacing ti the user
Fix network on Duet Ethernet
Bug fix for FTP directory listing on Duet Ethernet
Limit the rate at which some warning messages are generated
Support VSSA fault detection on new prototype board
2017-03-16 16:55:03 +00:00
David Crocker
95bb295716 1.18beta1 for Duet Ethernet
Reduced SPI speed to avoid data corruption when uploading files
FTP directory listings now work on Duet Ethernet. File transfers still
don't work.
2017-02-24 13:50:57 +00:00
David Crocker
7df2717ebd Version 1.18alpha2
Initial implementation of babysteppnig
Fixed some issues with file upload and FTP networking on Duet Ethernet
(but FTP notr working yet)
Pass the name of the firmware file to IAP
Duet Ethernet and Duet 085 now each have their own Webserver modules
2017-02-17 09:04:02 +00:00