Commit graph

668 commits

Author SHA1 Message Date
dc42
68f27075bd Update WHATS_NEW 2016-12-27 08:09:33 +00:00
David Crocker
ad8aa69794 Reduced header file coupling
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-25 17:35:47 +00:00
dc42
81035c9322 Update WHATS_NEW 2016-12-24 18:29:33 +00:00
dc42
897d5f69a3 Update WHATS_NEW 2016-12-24 11:56:10 +00:00
dc42
f9cf2b1b76 Update WHATS_NEW
Reorganised into sections and consolidated for the 1.17 release
2016-12-24 11:51:50 +00:00
David Crocker
a863bd9d6e Released version 1.17 2016-12-24 11:21:51 +00:00
David Crocker
df5507c8c8 More work on Duet Ethernet support 2016-12-23 23:19:33 +00:00
dc42
ad87e81ed3 Update WHATS_NEW 2016-12-21 18:25:55 +00:00
dc42
4f4f0d34fd Update WHATS_NEW 2016-12-21 17:26:35 +00:00
David Crocker
fdcef50706 Version 1.17RC3
Bed compensation taper is now applied to 3/4/5-point compensation
methods too
Recognise generated-with comment in new Cura gcode files
Recognise filament-used info min new kisslicer files
When uploading files, create the full path if necessary
Duet 0.8.5 webserver looks for gzipped files first
A second controlled fan on the Duet 0.6 is no longer inverted
2016-12-21 17:17:57 +00:00
dc42
8bfd6d49f6 Update WHATS_NEW 2016-12-21 14:53:30 +00:00
David Crocker
6c5b2ba9fc Added 1.17rc2 binaries 2016-12-18 15:49:06 +00:00
David Crocker
90c4e1a53a Version 1.17RC2
Renamed function Network::IPAddress to GetIPAddress to avoid clash with
IPAddress class used in DuetEthernet build
Duet 0.8.5 web server now looks for a gzipped version of the file is a
web file was not found
Duet 0.8.5 web server only returns a 404 page of the file that was not
found was a .html or .htm file
2016-12-18 15:46:03 +00:00
David Crocker
da3d67403f 1.17RC1+2
Changes for Duet Ethernet
Changes RADDS Pins.h to support 2 SD cards
2016-12-17 16:58:27 +00:00
David Crocker
f7aa7304b8 Minor changes to 1.17 RC1
Fixed Duet085 build
Set Z probe control/mod pin high when selecting probe type 5
2016-12-15 12:01:40 +00:00
David Crocker
d978aa57a6 Version 1.17rc1a
Restructured directories and dded build configuration for Duet Ethernet
2016-12-13 21:32:10 +00:00
David Crocker
cd5af6c7b1 Version 1.17rc1
- Added support for M374 (save height map) and M375 (load height map)
- Added M376 (set bed compensation taper height)
- Added T parameter to G31 command
- M500, M501 and M502 now use config_override.g instead of flash memory.
The parameters saved and restored are:
-- M307 auto tune results
-- PID parameters, if you used M301 to override the auto tune PID
settings
-- Delta printer M665 and M666 settings
-- G31 trigger height, trigger value and X and Y offsets
- The M501 auto save option has been removed
- Removed S and T parameters from M301 command. Use M307 command
instead.
- M301 with negative P parameter no longer sets bang-bang mode. Use M307
instead.
- Added P parameter to the G31 command to specify Z probe type. This
allows you to view the parameters for the Z probe(s) and to set
parameters for a particular Z probe type without selecting that type.
G31 P or G31 P0 prints the parameters of the currently-selected Z probe.
- Z probe offsets are now applied during G30 probing with specified XY
coordinates, including during delta auto calibration
- Z probe recovery time is now applied from the end of the travel move
just before probing
- Fixed bad dive height when using G29 with a large trigger height
- Fixed bad JSON message during printing when there were no active
extruders
- Added exception handlers and store a software reset code when an
exception occurs
- Fixed reset reason text because on the Duet WiFi a watchdog reset can
look like an external reset
- G30 S-1 how printes the stopped height
- Implemented M401 and M402
2016-12-12 15:27:39 +00:00
dc42
4896bba4e8 Update WHATS_NEW 2016-12-12 12:52:30 +00:00
dc42
d7253b588d Update WHATS_NEW 2016-12-12 11:48:32 +00:00
dc42
7d0ef64a8e Update WHATS_NEW 2016-12-12 11:36:13 +00:00
dc42
6d47cf14da Updated for 1.17dev8 2016-12-09 14:16:25 +00:00
David Crocker
a7ea87d1e3 Version 1.17dev8
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-12-09 14:02:18 +00:00
dc42
9799ffce73 Update WHATS_NEW 2016-12-07 14:42:04 +00:00
dc42
24308d1044 Update WHATS_NEW 2016-12-07 14:10:39 +00:00
David Crocker
52b8285017 Version 1.17dev7
Implemented loading height map from file (G29 S1)
Implemented move segmentation when grid levelling is used
M571 now accepts a P parameter to define the output pin
M558 R parameter is now Z probe recovery time
Keep track of time locally instead of using the inaccurate RTC
M109 and M104 default to first tool if no tool selected or specified
M109 activates the tool if no tool or a different tool was activated
Default max temperature excursion increased to 15C
Removed PROTO1 confivguration, added RADDS configuration
Fixed deadlock in some earlier 1.17dev builds when a macro that does
movement is run during a print
2016-12-07 13:28:17 +00:00
dc42
fc954bfa06 Updated WHATS_NEW 2016-12-06 20:24:21 +00:00
dc42
99b9141da0 Updated WHATS_NEW for 1.17 dev7 build 2016-12-05 09:26:48 +00:00
David Crocker
c4f252ada8 Added 1.17dev6 binary for wired Duets 2016-11-23 07:30:11 +00:00
dc42
aa300b337a Update WHATS_NEW
Added dev6 changes
2016-11-22 23:56:05 +00:00
David Crocker
bc17f312ae Version 1.15dev6
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-22 22:25:30 +00:00
dc42
ec8b24e8c4 Update WHATS_NEW
Added changes for dev5 build
2016-11-19 10:31:39 +00:00
David Crocker
59dd1b2dc5 Version 1.17dev4
Added support for M557 grid definition and G29 grid probing (not
complete yet)
Workaround for DWC sending volume ID in new name when renaming a file
across directories
G1 moves with S2 modifier no longer ad the tool offset
2016-11-19 09:58:45 +00:00
dc42
4669a36386 Update WHATS_NEW 2016-11-17 21:45:34 +00:00
David Crocker
ee493185f2 Added 1.17dev4 binaries 2016-11-17 21:29:21 +00:00
David Crocker
88e3092b78 Version 1.17 dev 4
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-17 21:29:20 +00:00
dc42
57d257447d Update WHATS_NEW 2016-11-17 13:26:12 +00:00
dc42
fb06304294 Update WHATS_NEW 2016-11-17 11:43:31 +00:00
dc42
c54c3ebee7 Update WHATS_NEW
Added new M143 handing and M300 bug fix
2016-11-13 10:46:35 +00:00
dc42
b600d29a70 Update WHATS_NEW 2016-11-12 18:51:49 +00:00
David Crocker
35a9a1a707 Version 1.17-dev1
Support R and S parameters in M109 and M190 as Marlin does
Added support for M191
Added support for Steinhart-Hart C parameter
Thermistor disconnected threshold now depends on thermistor parameters
2016-11-12 18:40:28 +00:00
dc42
500a5df6f1 Update WHATS_NEW 2016-11-10 20:24:35 +00:00
dc42
f9d24fb224 Update WHATS_NEW 2016-11-10 20:11:57 +00:00
dc42
16ba7c1211 Update WHATS_NEW 2016-11-08 16:30:11 +00:00
dc42
250f09dc31 Updated WHATS_NEW for 1.16 release 2016-11-08 16:25:42 +00:00
David Crocker
0e80563905 Version 1.16 release
Added I parameter in M280 command
Added diagnostic test (M122 S101) for SX1509B chip on Duet WiFi
expansion boards
Heaters driven from TC channels on Duet WiFi no longer glitch on for a
short while after reset
Bug fix: M280 S-1 was ignoring inverted output status
Bug fix: if there were too many files in the /gcodes folder then AJAX
errors occurred (thanks chrishamm)
2016-11-08 16:21:43 +00:00
David Crocker
3177b8e195 Updated to DWC 1.13rc3 2016-11-06 19:33:26 +00:00
David Crocker
089f6ed16c Version 1.16rc3
Initialise all heater model parameters in constructor so that on a Durt
0.8.5 heater 6 has sensible model parameters even though it is disabled
Fixed PWM frequenct on Duet 0.6/0.8.5
2016-11-06 14:51:49 +00:00
dc42
9a62e77a86 Update WHATS_NEW
Added M122 display of TMC driver status
2016-11-05 20:04:03 +00:00
David Crocker
619e5c489f Version 1.16rc2
Fixed several bugs in file time stamping
Fixed M280 and M42 commands using unused heaster channels on Duet 0.6
and 0.8.5
Reduced the amount of I2C traffic, by using DueX5 interrupt line to tell
if new data is available and by only sending fan PWM values when they
change
Display TMC2660 driver status and DueX2/X5 stall status in M122 response
Removed E parameter from M574 command (use M558 I parameter instead)
Fixed response to M307 with H parameter only
2016-11-05 20:01:02 +00:00
dc42
6f71c76018 Update WHATS_NEW
More v1.16 changes
2016-11-05 08:05:33 +00:00