- Mar 03, 2012
-
-
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.
-
- 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
-
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
-
-
Phil Hord authored
-
Phil Hord authored
-
Phil Hord authored
This adds flexibility to the makefile by allowing different pde targets to be specified for different needs.
-
Erik van der Zalm authored
-
ErikZalm authored
Fix build on Sanguino based boards with ATmega1284P
-
Changwoo Ryu authored
-
Daid authored
-
ErikZalm authored
Fix Makefile
-
Erik van der Zalm authored
-
Erik van der Zalm authored
Included AD595 calibration options. (daid)
-
Erik van der Zalm authored
-
- Feb 25, 2012
-
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
- Feb 24, 2012
-
-
Erik van der Zalm authored
Split ramps1.3 in Sprinter like config and multiextruder config.
-
Guillaume Seguin authored
-
Erik van der Zalm authored
Added M221 extuder multiply factor.
-
- Feb 23, 2012
-
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
- Feb 22, 2012
-
-
Blair Thompson authored
I find that the PID routine works better when the cooling fan is switched on at the beginning of a warm up routine. Otherwise when you enable the fan just before a print, you have a delay as the PIDre-adjusts. This should also be safer as most cooling fans are directed at the hot -ends thermal barrier!
-