0807d82af0
Correction to french translation (plain text only)
Gege
2012-11-18 19:39:56 +01:00
5cd7a90b32
Added new temperature lookup table creation tool. This one uses stein hart-hart equations. You need 3 temperature resistance:combinations. This gives a better result then using beta.
Erik vd Zalm
2012-11-16 23:51:05 +01:00
bb119739b0
Added french translation
gege2b
2012-11-16 18:38:50 +01:00
6a55ca8370
Added Polish translation. Cosmetic changes to English.
Martin Lukasik
2012-11-12 15:54:07 +00:00
8f20562f49
Fix some of the crowded code style. And fixed the conditional. #300
daid303
2012-11-12 15:49:40 +01:00
43018a48c4
Fix for a few -Wextra warnings.
daid303
2012-11-12 15:35:28 +01:00
72586eb30a
Solved few warnings.
daid303
2012-11-12 09:29:12 +01:00
7a02ba361c
Header multiple include protection should match the filename, not just _ARDUINO_H, which is almost bound to go wrong some day.
daid303
2012-11-12 09:24:28 +01:00
f4a89ec776
SDCARDINSERTED is always defined, and thus we do not need the #ifdefs.
daid303
2012-11-12 09:16:27 +01:00
57834776ad
Made the 2nd speed lookup table condition more explicit.
daid303
2012-11-11 12:02:48 +01:00
a27fef8750
Store the pre-heat constants outside of the ULTIPANEL define, so we can use them when storing EEPROM in a build without the ULTIPANEL.
daid303
2012-11-11 11:06:58 +01:00
789be03b4f
Update on makefile, should make it easier to compile for different boards without changing the makefile. (Still missing Arduino 1.x.x support).
daid303
2012-11-11 11:05:52 +01:00
625ac81acc
Yes, makes sense, lets NOT use the value directly from the configuration define but modify it before setting it. This will not confuse people (including me) at all!
daid303
2012-11-09 22:36:31 +01:00
ffc69537aa
Update on some comments, make the MOTHERBOARD list complete again.
daid303
2012-11-09 09:10:51 +01:00
71efcfc648
Most likely fixing issue #295.
daid303
2012-11-08 21:08:05 +01:00
04be9d6001
God damn. Sorry, my mistake, forgot to add this file.
daid303
2012-11-07 23:16:43 +01:00
c17da4b707
Add ConfigurationStore to the Makefile.
daid303
2012-11-07 22:43:01 +01:00
5d471e0f34
Also reset the PID values to defaults. Fixes#281
daid303
2012-11-06 15:21:00 +01:00
d3ebc34958
Hopefully also support chips with a single UART in MarlinSerial now.
daid303
2012-11-06 14:43:36 +01:00
b6ff45254e
Better explain the watchdog "problem" and rename the config define so it explains that the feature belongs to the watchdog.
daid303
2012-11-06 13:33:00 +01:00
7e348fcb5f
By mistake enabled the watchdog by default. This should be off by default.
daid303
2012-11-06 13:20:08 +01:00
06b58a9c4f
First cleanup. Moved all code to cpp files, so there are no dependencies on pde files. And no more odd requirement to cat files together. (Still need to fix the Makefile). Also cleaned up some defines and made defines upper case as by C coding conventions.
daid303
2012-11-06 12:06:41 +01:00
205304ddee
Merge git://github.com/ErikZalm/Marlin into Marlin_v1
Sergey Taranenko
2012-10-22 10:59:27 +04:00
58bca87c72
fix LCD temp bed artifacts on power up ' B022/0.) -> B022/000 '
Erik vd Zalm
2012-10-21 14:40:06 +02:00
febeb43197
Revert "fix LCD temp bed artifacts on power up ' B022/0.) -> B022/000 '"
Erik vd Zalm
2012-10-21 14:36:31 +02:00
8178dec4c3
Fix num of digits on LCD for E and Z axis. The number of steps per mm often contains 4 digits before the decimal point and does not require precision greater than 0.1
Sergey Taranenko
2012-10-18 17:45:40 +04:00
8016f058bc
fix max endstop pins
johnnyr
2012-09-19 13:15:17 -05:00
d197f8504b
clean up and changes from testing
Mark Finn
2012-09-17 19:18:09 -05:00
eb06a886c4
missed
Mark Finn
2012-09-17 14:23:49 -05:00
04631d2250
cleanup for pull
Mark Finn
2012-09-17 14:17:24 -05:00
0a5ad3ab85
move comment to correct place
Mark Finn
2012-09-17 08:42:35 -05:00
8ac5b29e02
Changes to M119 response for easier visual comparison Changed to report on individual lines with "TRIGGERED" or "open" instead of "H" or "L" on one line as H&L could be confused with logic levels High and Low which may be wrong if using inverted logic. Added strings to language.h.
ZetaPhoenix
2012-09-16 14:51:24 -07:00
c6caa45ae2
Limit Switch locations based on MIN/MAX limits and homing direction fixes#246 Added statements to set the limit switch positions to the maximum travel if homing in the positive direction as well as bed center at (0,0) if defined. Relocated code based on feedback.
ZetaPhoenix
2012-09-15 15:25:49 -07:00
dc566d654ffixes#246 Added statements to set the limit switch positions to the maximum travel if homing in the positive direction as well as bed center at (0,0) if defined.
ZetaPhoenix
2012-09-14 21:48:49 -07:00