- Apr 30, 2012
-
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
- Apr 28, 2012
- Apr 27, 2012
- Apr 26, 2012
-
-
Bernhard Kubicek authored
Fix compile error on boards without a bed heater. I could not find why this problem was introduced. Its quite obvious, so I think its in general interest to merge.
-
Logan Bowers authored
Wrap the call to turn off the bed heater in a #if to prevent a compile error on boards that do not have a bed heater
-
- Apr 22, 2012
-
-
Bernhard authored
reinitialize the lcd, if the SD card is inserted or removed. It seems that LCDs can confused by electrical discharges from time to time. Since a removal or insert of the sd card takes a long time in firmware, just reinitializing the lcd does not hurt. actually, it solves a problem with the UltiControlle
-
Bernhard authored
-
Bernhard authored
-
Bernhard authored
see https://github.com/ErikZalm/Marlin/issues/148
-
- Apr 15, 2012
-
-
Erik van der Zalm authored
-
ErikZalm authored
make should rebuild if configuration or Makefile is changed
-
Erik van der Zalm authored
Changed SLOWDOWN. IF this does not work ok OLD_SLOWDOWN is the old algo.
-
- Apr 12, 2012
-
-
Erik van der Zalm authored
-
ErikZalm authored
Fix for wrong systax in #ifdef.
-
Daid authored
-
- Apr 11, 2012
-
-
Michael Moon authored
-
- Apr 10, 2012
-
-
Erik van der Zalm authored
-
ErikZalm authored
This breaks temperature readout for pronterface!
-
- Apr 09, 2012
-
-
grrf authored
-
- Apr 08, 2012
- Apr 02, 2012
-
-
Erik van der Zalm authored
-
- Apr 01, 2012
-
-
Erik van der Zalm authored
Fixed small bug in arcs M105 prints now actual_temp/target_temp
-
- Mar 27, 2012
-
-
Erik van der Zalm authored
-
- Mar 25, 2012
-
-
Erik van der Zalm authored
-
Erik van der Zalm authored
Moved the PID_dT in the Ki and Kd calculation from the configuration.h to temperature.cpp
-
- Mar 23, 2012
-
-
ErikZalm authored
For upstream
-
ErikZalm authored
Fix compilation error when PIDTEMP is undefined and ULTIPANEL is defined...
-
Tommy Cheng authored
-
- Mar 22, 2012
-
-
Michel Pollet authored
Open Hardware board currently used by the group build of http://tvrrug.org.uk The board can be found at http://solderpad.com/folknology/open-motion-controller/ Signed-off-by: Michel Pollet <buserror@gmail.com>
-
Michel Pollet authored
+ Removed most explicit pathnames, use the standard make "VPATH" to let make find the files for itself. + Added a "hardware variant" variable that allows compiging Sanguino and Gen7 as well as "generic" arduino. + Allows overriding the MOTHERBOARD define from the Makefile + Removed the 'preprocessor' bit that wasn't needed, now just "include" the files that are needed, since it allows gcc to show the right file/line when displaying error/warnings. + Uses gcc's own dependency generator to generate the .d files, and and include these instead of self-patching the makefile Signed-off-by: Michel Pollet <buserror@gmail.com>
-
- Mar 19, 2012