Markus Hitter
ed9f56a9d8
look-ahead: move jerk definitions into config.h templates.
2014-03-04 19:29:28 +01:00
Markus Hitter
01f7c99881
config.h: introduce PS_MOSFET_PIN for Sanguish support.
2013-10-27 20:01:51 +01:00
Markus Hitter
ea59e634a7
Bring LOOKAHEAD into the config templates.
2013-07-11 22:02:23 +02:00
Markus Hitter
3c5d9d8950
Replace #define HOST by #define MOTHERBOARD.
...
Apparently, HOST conflicts with some AVR headers for the
USB-equipped ATmegas.
Patch by DaveX, thank you Dave. See also:
http://forums.reprap.org/read.php?147,33082,182021#msg-182021
2013-03-24 16:17:14 +01:00
Markus Hitter
64560eda45
config templates: bring in EECONFIG.
...
Recently EEPROM storage was wrapped in #ifdefs, so, to get it back
by default, we have to enable it.
2013-02-05 14:11:04 +01:00
Markus Hitter
6f2ec09837
Make temperature sensor type TT_NONE obsolete.
...
The requirement was simply neither obvious nor intuitive. Drawback
is, the indices of temperature sensors can now differ from these
of the heaters. That's easier to recognize for newbies, though.
2013-01-03 15:34:41 +01:00
Markus Hitter
ba05d6a0cd
Give up on REPRAP_HOST_COMPATIBILITY.
...
Was never really accepted and these days, hosts usually adjust
to the firmware instead of the other way around.
2012-12-03 19:50:14 +01:00
Markus Hitter
9b018b7433
Make USB_SERIAL fit for the Arduino IDE.
...
This also includes renaming of USE_USB to USB_SERIAL for more
consistency.
2012-12-03 19:49:58 +01:00
Markus Hitter
7c3920a552
Distribute on/off on PWM pins to all config templates.
2012-11-08 16:37:31 +01:00
Markus Hitter
4510a02d7e
A number of teensy-related fine-adjustments. Mostly comments.
2012-11-08 16:36:22 +01:00
Markus Hitter
8e27595a5f
temp.c: allow smoothing temperature readings.
...
This is done by an Exponentially Weighted Moving Average (EWMA)
formula. Contribution by DaveX, see
http://forums.reprap.org/read.php?147,33082,157978#msg-157978
Thanks a lot, Dave.
2012-11-08 16:22:31 +01:00
Markus Hitter
68b9b33dd6
config.teensy.h: align better with config.default.h.
...
This updates a number of comments but shouldn't change
anything functional.
2012-10-14 22:58:45 +02:00
Markus Hitter
badc8e0bbb
config.teensy.h: introduce ADC channels.
...
Contribution from DaveX, see
http://forums.reprap.org/read.php?147,33082,158653#msg-158653
Thank you.
2012-10-14 22:58:36 +02:00
Markus Hitter
a054d4c6cd
Remove all remaining evidence of M109.
...
M109 went away a few commits ago in favour of only M116.
2012-10-14 22:57:22 +02:00
David Forrest
3d02790032
Add support for an atmega32u4 on a Teensy 2.0 carrier board.
...
The atmega32u4 timer 4 registers differ from other AVRs, requiring
changes in heater.c and mendel.c The teensy/atmega32u4 uses LUFA USB,
but does not have 'usb' in the name, requiring changes in the
makefile PID values read from a blank EEPROM are set to default
rather than using zeros.
2012-10-14 22:56:00 +02:00