- Oct 21, 2012
-
-
Erik vd Zalm authored
This reverts commit cb02c2f9.
-
- 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
-
- Sep 26, 2012
-
-
ErikZalm authored
Spanish language updated
-
elgambitero authored
-
elgambitero authored
-
elgambitero authored
-
- Sep 25, 2012
-
-
elgambitero authored
Dialogs from M119 translated, and "Set Preheat" dialogs adapted to the screen size.
-
elgambitero authored
-
ErikZalm authored
Changes to M119 response for easier visual comparison
-
- Sep 18, 2012
-
-
Mark Finn authored
-
- Sep 17, 2012
- Sep 16, 2012
-
-
ZetaPhoenix authored
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. Fixed typo "deu" in English language that was fixed in #134 but got added back in via 9f7f7354
-
ErikZalm authored
Limit Switch locations based on MIN/MAX limits and homing direction
-
- Sep 15, 2012
-
-
ZetaPhoenix authored
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 authored
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.
-
- Sep 14, 2012
-
-
ErikZalm authored
Slight modification for byte savings
-
ErikZalm authored
Binary representation for characters in ultraldc.pde
-
ErikZalm authored
Fix M81 not working reliably on Gen7
-
G. W. C. authored
Added function 'setTargetedHotend' that turns into a function an operation repeated 3 times through the M-codes processing. This modification saves a few bytes that can be used to add support for new commands.
-
G. W. C. authored
The joris' char drawins are expressed in binary so to show their content's in a more visual fashion. This is not a code modification as much as a readibility modification.
-
- Sep 13, 2012
-
-
andrey-vasilyev authored
Some discussion of the issue is here http://forums.reprap.org/read.php?181,118329,page=1
-
Mark Finn authored
-