- Nov 07, 2012
-
-
daid303 authored
-
- Nov 06, 2012
-
-
daid303 authored
-
daid303 authored
-
daid303 authored
-
daid303 authored
-
daid303 authored
Better explain the watchdog "problem" and rename the config define so it explains that the feature belongs to the watchdog.
-
daid303 authored
-
daid303 authored
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.
-
daid authored
Use the right pins for Gen7 1.4
-
daid authored
Marlin v1 configurable serial port
-
- Nov 05, 2012
-
-
Robert F-C authored
-
Robert F-C authored
This change makes the choice of serial port configurable so that wireless capability can be easily added by connecting Bluetooth modules (such as BlueSmirf or JY-MCU) to the expansion port pins.
-
- Oct 26, 2012
-
-
Bracken Dawson authored
Change required after pulling from ErikZalm.
-
-
Bracken Dawson authored
Took out the ifdef when I split 1.4 out and forgot to permanently define it for <=1.3.
-
- Oct 23, 2012
- Oct 22, 2012
-
-
Sergey Taranenko authored
-
-
- Oct 21, 2012
-
-
Erik vd Zalm authored
-
Erik vd Zalm authored
This reverts commit cb02c2f9.
-
- Oct 18, 2012
-
-
Sergey Taranenko authored
The number of steps per mm often contains 4 digits before the decimal point and does not require precision greater than 0.1
-
- Oct 17, 2012
-
-
ErikZalm authored
fix LCD temp bed artifacts on power up ' B022/0.) -> B022/000 '
-
ErikZalm authored
Create an explicit rule for building applet/Marlin.cpp.
-
ErikZalm authored
Italian language support
-
Daniele Sdei authored
-
Sergey Taranenko authored
-
- Oct 16, 2012
-
-
Jonathan Bastien-Filiatrault authored
-
Jonathan Bastien-Filiatrault authored
It would seem that the pattern matches do not work when the source file is created when make is running. The result of this is that it is necessary to run "make" twice to build the firmware. This adds an explicit rule without a pattern match for building applet/Marlin.cpp it corrects the make behaviour at the cost of adding a little redundancy in the Makefile.
-
- Oct 14, 2012
- Oct 12, 2012
-
-
Sergey Taranenko authored
-
Sergey Taranenko authored
-
Sergey Taranenko authored
-
- Oct 09, 2012
- Oct 08, 2012
-
-
ErikZalm authored
PID for heated bed
-