- Mar 04, 2012
-
-
Erik van der Zalm authored
-
Erik van der Zalm authored
Translation still needed.
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
- Mar 03, 2012
-
-
Christian Thalhammer authored
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
ErikZalm authored
make analog2tempBed return a precise celsius reading for BED_USES_THERMISTOR, ...
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
ErikZalm authored
Made plan_buffer_line arguments const...
-
Erik van der Zalm authored
-
Blair Thompson authored
The percent complete for the SD file statistic sits squint. Changed "lcd.Setcursor (7,2);" to "lcd.Setcursor (10,2);". The percent complete now lines up with the temperatures and Z-axis position figures, nicer to read and nicer to look at IMHO.
-
Blair Thompson authored
Instead of adding a momentary switch to fake the insertion of the card I have modified the ultralcd menu item: Card Menu -> Refresh to reinitialise the card providing that the SDCARDDETECT pin has been set to -1 in the pins.h file. This requires one less switch on the front panel and the refresh menu item is in the most relevent place for a user who wishes to inert a card and then print from it. It also means that the "Card inserted" messages do not bother the users of these card readers (they dont make sense for users without SCCARDDETECT)
-
Blair Thompson authored
Added more defines to the language.h file so that nowe most of the text strings are now configured via this file. Still got some hunting down to do to complete this task.
-
- Mar 02, 2012
-
-
Christian Thalhammer authored
-
- Mar 01, 2012
-
-
Christian Thalhammer authored
-
Christian Thalhammer authored
-
Christian Thalhammer authored
english
-
- Feb 29, 2012
-
-
Daid authored
-
Daid authored
Changed the way the extruder pins are defined so it doesn't create extra -1 entries in the list.
-
Daid authored
-
Christian Thalhammer authored
-
Christian Thalhammer authored
-
git://github.com/ErikZalm/MarlinDaid authored
-
Daid authored
Made plan_buffer_line arguments const, which optimizes better and fixes the RUNOUT_PREVENTION feature.
-
- Feb 28, 2012
-
-
Erik van der Zalm authored
-
- Feb 27, 2012
-
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
ErikZalm authored
Clean up and add some trace info
-
ErikZalm authored
Add explicit #define for bogus temp override
-
ErikZalm authored
pins.h: Define Z_MAX_PIN for Gen7 board
-
Phil Hord authored
V1.4 moves thermistor power to the always-on 5v line. The BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE is no longer needed on this board. Add a new motherboard type to support this feature.
-
Phil Hord authored
The code to ignore the "bad thermistor reading failsafe" suicide function depends on the existing of the PS_ON pin feature. But in some boards this shouldn't be the case Fix this by adding an explicit definition to make our intentions more clear and separable.
-
Phil Hord authored
The Z_MAX_PIN value was defined as no-value, but this causes the compile to fail. Fix this by setting the Z_MAX_PIN to the correct value (which happens to be 0 for pin PB0/DIO0/0).
-
- Feb 26, 2012