352 Commits (e4d2138dbd0856d550d523e6a4b689b045144ffe)

Author SHA1 Message Date
Bernhard e4d2138dbd reinitialize the lcd, if the SD card is inserted or removed. It seems that LCDs can confused by electrical discharges from time to time. 12 years ago
Bernhard 464b755918 added support for the UltiController 12 years ago
Bernhard 44fd8d46d2 fixed quickhome 12 years ago
Bernhard 33bb044d7c fixed catsting to (int)e in serial error messages. 12 years ago
Erik van der Zalm 67cf105bc6 Fixed AUTOTEMP (M109 S215 B260 F1 starts autotemp) 12 years ago
Erik van der Zalm 8aee9d51b6 Disabled disable_heater in PID_autotune. 12 years ago
Daid 414408b2d0 Fix for wrong systax in #ifdef. 12 years ago
Michael Moon 77d503fa13 Fix Makefile 12 years ago
Erik van der Zalm cf7c8c458f Fixed MAX6675 12 years ago
grrf 03b0850e63 This breaks temperature readout for pronterface! 12 years ago
tgiphil ad8bc71d3e - Fixed a typo 12 years ago
Erik van der Zalm 46feae79c6 Fixed typo in arc 12 years ago
Erik van der Zalm 4ca2f336f0 Changed default MINIMUM_PLANNER_SPEED -> 0.05 12 years ago
Erik van der Zalm ae0bf8068b Fixed arc offset. 12 years ago
Erik van der Zalm 0c1b863755 Ignore ":" in comments. 12 years ago
Erik van der Zalm 63aec3c56e Replaced Kill by Stop. If the printer is stopped. Fix the error and use M999 to restart. 12 years ago
Tommy Cheng 520f1a54a8 Fix compilation error when PIDTEMP is undefined and ULTIPANEL is defined. 12 years ago
Michel Pollet 5550e893d5 New board variant, Open Motion Controller 12 years ago
Michel Pollet aa6e6e914e Makefile: Redone 12 years ago
Bernhard 0183e6332a made prepare->autostart independent of current folder. 12 years ago
Bernhard 1532200435 found error in filenames. 12 years ago
Erik van der Zalm b985e4a134 Fixed compile errors in ultralcd when no ultra_lcd is selected. 12 years ago
Erik van der Zalm 2e749d60c3 Added DISABLE_MAX_ENDSTOPS 13 years ago
Erik van der Zalm 33f5697888 PPID tune exports more constants. 13 years ago
Erik van der Zalm f5eae52098 Added more manage_inactivity checks 13 years ago
Erik van der Zalm 910f4e77a2 Added 20MHz support. 13 years ago
Erik van der Zalm 87ff2f8867 Added CONTROLLERFAN. (Controlling a fan to cool down the steppper drivers) 13 years ago
Erik van der Zalm 387fe51a56 Do not disable steppers when there are moves in the queue. 13 years ago
Erik van der Zalm 421264e58a Fixed typo 13 years ago
Erik van der Zalm 15ad923310 Removed !!!. Stupid arduino bootloader can't handle this. 13 years ago
Erik van der Zalm 61e09e6be2 Added FAN_PIN -1 checks 13 years ago
Erik van der Zalm 87c4e06c24 Corrected active_extruder when autotemp is used. 13 years ago
Erik van der Zalm c077316b2b Added PID autotune. (experimental) 13 years ago
Ben Gamari 49b228c4b3 Add instructions to regenerate speed_lookuptable when changing F_CPU 13 years ago
Ben Gamari 96509494f0 stepper: Clarify comment on timer-counter configuration 13 years ago
Ben Gamari 6d7e6a11fc Add create_speed_lookup 13 years ago
Tommy Cheng ce07c9186d While Waiting for hotbed to warm up via M190, LCD Display and Click Encoder input freeze until target temperature is reached. 13 years ago
Erik van der Zalm 116dc86b8a Fixed type in e-jerk 13 years ago
Blair Thompson 02ee9e3d30 Changed Pin Assignment for the RAMPS motherboard so that LCD and Rotary encoder are all wired to AUX-4 13 years ago
Erik van der Zalm e056bf8081 Added E-Jerk 13 years ago
Erik van der Zalm 4deeffbc88 Added missing defines to the german section. 13 years ago
Erik van der Zalm aac7aa3bf0 Queued fan control. Issue #90 13 years ago
Christian Thalhammer fde51084f3 set SD file delete to M30; switch printime output to M31 13 years ago
Erik van der Zalm 21e2bae063 Changed (corrected?) SD_card comment handling. 13 years ago
Erik van der Zalm 072011a3ef Added current_block = NULL to quickStop() 13 years ago
Erik van der Zalm f598077af3 Removed vc files 13 years ago
Erik van der Zalm ed951b1977 Fixed RAMPS 1.2 support (Found and fixed by rrhb) 13 years ago
Blair Thompson 4879de08e8 The percent complete for the SD file statistic sits squint. Changed "lcd.Setcursor (7,2);" to "lcd.Setcursor (10,2);". 13 years ago
Blair Thompson f278e1c00f This is in my opinion a much better way of dealing with SD cards than my previous fix. 13 years ago
Blair Thompson 046a8e0039 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. 13 years ago