- Dec 09, 2012
-
-
Johann Rocholl authored
-
Johann Rocholl authored
Stop redefining MOTHERBOARD and #define AT90USB instead. Also put #ifndef AT90USB around the HardwareSerial_h trick, so now Printrboard / Brainwave support compiles on Arduino 1.0.2 as well.
-
Johann Rocholl authored
-
Johann Rocholl authored
-
- Dec 08, 2012
-
-
Johann Rocholl authored
-
Johann Rocholl authored
-
https://github.com/lincomatic/MarlinJohann Rocholl authored
Add support for Printrboard (from https://github.com/lincomatic/Marlin) and Brainwave (from https://github.com/metrix/Sprinter).
-
Johann Rocholl authored
-
Daid authored
Small makefile change, posibility to add defines on the commandline, and fix compiling with watchdog enabled when using the Makefile.
-
- Dec 06, 2012
-
-
daid303 authored
Fix the WATCHPERIOD implementation. It did not work correctly in a multi extruder setup, it did not work after 32 seconds after startup (int16 used as millies timestamp). And it did not work if you gave an M104 or M109 when the target was already around the target setpoint. So on average, it did not work at all. The new implementation should be robust in detecting a failure to heat up.
-
daid303 authored
-
- Dec 05, 2012
-
-
daid303 authored
-
daid303 authored
-
daid303 authored
The Partial release message (which does not really tell you anything) overwrites the final print time on the LCD, which is a real shame. So I removed the message.
-
daid303 authored
The Partial release message (which does not really tell you anything) overwrites the final print time on the LCD, which is a real shame. So I removed the message.
-
- Dec 04, 2012
-
-
daid303 authored
-
- Dec 03, 2012
-
-
daid303 authored
Changed the naming of some LCD functions, so the names match better what the function does. Also moved around some prototypes for general cleanup.
-
daid303 authored
Some minor changes on code style. And a bugfix where the counters for positioning in the stepper where wrong depending on compiler settings. (Caused strange values to reported back with M114 and endstop triggers). Also fixed compiling with FWRETRACT enabled.
-
daid303 authored
-
- Dec 01, 2012
-
-
daid authored
Fix for keypad
-
- Nov 29, 2012
-
-
brupje authored
-
- Nov 28, 2012
-
-
daid303 authored
-
- Nov 24, 2012
- Nov 21, 2012
-
-
Erik vd Zalm authored
-
Erik vd Zalm authored
Conflicts: Marlin/Configuration.h
-
Erik vd Zalm authored
-
Erik vd Zalm authored
-
- Nov 18, 2012
- Nov 16, 2012
-
-
Erik vd Zalm authored
You need 3 temperature resistance:combinations. This gives a better result then using beta.
-
gege2b authored
-
- Nov 14, 2012
-
-
daid authored
Added automatic build numbering.
-
- Nov 13, 2012
- Nov 12, 2012
-
-
Martin Lukasik authored
-
daid authored
Added Polish translation. Cosmetic changes to English.
-
daid303 authored
-