Markus Hitter
45baa75a5d
CoreXY: tell config.h templates about KINEMATICS_COREXY.
2014-12-26 19:41:37 +01:00
Markus Hitter
be0af71b2e
CoreXY: distribute new KINEMATICS definition to all config.h templates.
2014-12-26 19:41:37 +01:00
Markus Hitter
37e2b18f4c
config.*.h: distribute changed TEMP_HYSTERESIS description to all templates.
2014-10-18 20:59:00 +02:00
Markus Hitter
95b3ea0b30
Canned G-code: distribute new config option to all templates.
2014-08-31 19:32:01 +02:00
Markus Hitter
e7707ea275
config.*.h: extend DEBUG_LED_PIN comment to all config templates.
2014-08-31 19:07:13 +02:00
Markus Hitter
6250dbb9e0
Configuration: move DEBUG_LED definition.
...
Eventual debugging LEDs aren't part of the CPU, but part of the
electronics. Accordingly, define it in config.*.h, not in
arduino_*.h (which would be better named something like
"atmega_*.h).
2014-08-31 19:05:38 +02:00
Markus Hitter
a7adc66ae5
config.*.h: distribute adaptive homing feedrate to all templates.
2014-07-11 01:38:08 +02:00
Markus Hitter
7611872baa
Get rid of E_STARTSTOP_STEPS.
...
This meant to be a firmware-provided retract feature but was
never really supported by G-code generators. Without their support
(by issueing M101/M103), it's pretty hard to detect extrusion
pauses, so this feature simply has no future.
As this was on by default, it saves over 200 bytes binary size
in a default configuration.
2014-07-11 01:37:48 +02:00
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
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
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
Markus Hitter
fd9985ac49
config templates: fix directly numbered/unused pins.
2012-09-29 22:59:22 +02:00
Mikko Sivulainen
bfe5e6f2fc
Fixed ADC channel handling.
...
ADC pin is not the same as ADC channel in atmega1280/2560.
2012-09-29 22:57:55 +02:00
Markus Hitter
5811b49b02
Config templates: comment out FAST_PWM by default.
...
Also, start to limit comments in the config templates to 80 chars,
to ease reading them in the Arduino IDE.
2012-08-17 16:02:02 +02:00
Markus Hitter
0ba62800eb
config template: adjust the comments for the heaters.
...
For example, heaters currently don't work on non-PWM pins. Also,
mention special names.
2012-08-04 22:08:43 +02:00
Markus Hitter
8c6e6a1027
Fix comment on STEPS_PER_M_x in config.h templates.
2012-08-04 22:08:35 +02:00
Markus Hitter
1657fb2731
Align heater definitions in config.h templates.
...
Purely cosmetical, no functional change.
2012-05-13 20:44:09 +02:00
Markus Hitter
e8518f9e34
Allow the ATmega1284P on Gen7's.
2012-05-13 20:15:55 +02:00
Markus Hitter
99dec3189a
Split up config.h templates for the new Gen7 v1.4.
2012-05-13 20:14:58 +02:00