Adrian Bowyer
|
6a1031f107
|
First hack at the Tool class. Implemented, but not yet called.
|
2014-04-11 21:41:28 +01:00 |
|
Adrian Bowyer
|
33cf94e0cf
|
Z probe averaging fixed. Loop timer added (try M122). Code reverted to the point where it worked...
|
2014-04-10 15:56:47 +01:00 |
|
Adrian Bowyer
|
adb6ac3fc6
|
Fixed z probe averaging code.
|
2014-04-10 14:25:09 +01:00 |
|
Adrian Bowyer
|
17b533fe2e
|
Incorporating some of dc42's enhancements. This compiles BUT IT HASN'T BEEN TESTED. Use with extreme caution.
|
2014-04-07 22:15:19 +01:00 |
|
Adrian Bowyer
|
1129fa218f
|
Added in David Crocker's improvements (many thanks to him).
|
2014-02-11 11:23:28 +00:00 |
|
Adrian Bowyer
|
c0b7b4bace
|
Working on the ether/USB problem. The network can now be disabled (#define NETWORK in Configuration.h). With it disabled the USB works with or without a network cable plugged in. With it enabled the USB only works with a network cable plugged in too. You have to wait for the ether to reinitialise (ether socket lights go out for a couple of secs, then come on, then the green one starts flashing) before trying to talk via the USB. The ether is initialised before config.g is run, so the IP is the one defined in platform.h. The network is disabled in this commit. The heaters are set on by 0, not 1 (i.e. Duet board v0.6 or later). To change this see #define HEAT_ON in platform.h
|
2013-11-26 13:38:23 +00:00 |
|
Adrian Bowyer
|
8b3931c8cf
|
Memory diagnostics added. Mem usage is printed whenever you turn debugging on (even if it is already on).
|
2013-11-13 18:16:43 +00:00 |
|
Adrian Bowyer
|
971fed0d02
|
Temperature range checking added (see Configuration.h). If temps repeatedly
fall outside the set range, it assumes the thermistor is bust and turns off the heater.
|
2013-11-10 21:55:44 +00:00 |
|
Adrian Bowyer
|
07d323a41d
|
Setting up latest Due code to work on the Duet.
|
2013-08-28 16:36:38 +01:00 |
|
Jean-Marc Giacalone
|
982846e7e0
|
project into Eclipse.
|
2013-08-05 12:19:54 +01:00 |
|