- Jun 06, 2013
-
-
Gord Christmas authored
Integrated fixes from henrikbrixandersen pull request #504
-
Gord Christmas authored
Added servo actuated enstop coding to allow G28 command to engage and retract a servo to specified angles.
-
- Jun 05, 2013
-
-
-
ErikZalm authored
faster GLCD (ST7920 SW-SPI) implementation / fixes
-
Maik Stohn authored
- fixed long menu entries (>14 or >18 chars) caused overrun in dogm lcd implementation - fixed pin set problem when in interrupt - much faster ST7920 SW-SPI implementation - increased ST7920 framebuffer size for more speed
-
- Jun 02, 2013
-
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
- May 29, 2013
-
-
Erik van der Zalm authored
-
- May 28, 2013
-
-
ErikZalm authored
Added support for Megatronics v2.0 and Minitronics v1.0
-
ErikZalm authored
Fix: Long menu entries (>14 or >18 chars) caused overrun in hitachi display implementation
-
Maik Stohn authored
-
Maik Stohn authored
-
Gatulibu authored
merged from code downloaded from reprapworld.com
-
- May 26, 2013
-
-
Erik van der Zalm authored
-
- May 24, 2013
-
-
Erik van der Zalm authored
-
- May 22, 2013
-
-
ErikZalm authored
Fixed typo in Comment
-
Alexander Kasimir authored
-
ErikZalm authored
Revert previous change pin check change
-
Robert F-C authored
Reviert previous change of #if BLAH_PIN > 0 to #if defined(BLAH_PIN) && BLAH_PIN > -1. Unfortunately some times pin 0 is used. For my sins I've gone through and replaced all unsafe checks of #if BLAH_PIN > -1 with the safe version.
-
- May 21, 2013
-
-
ErikZalm authored
fixed typo / added "const" to defines for newer gcc compatibility
-
Maik Stohn authored
-
ErikZalm authored
Add Panelolu2 support for Melzi
-
Maik Stohn authored
-
- May 20, 2013
- May 19, 2013
-
-
Bas Spaans authored
-
ErikZalm authored
Implement automatic cold-end/extruder motor fan control based on nozzle temperature
-
- May 18, 2013
-
-
Robert F-C authored
-
Erik van der Zalm authored
-
ErikZalm authored
Combine and converge other I2C LCD branches (PANELOLU2, VIKI & PCF8575)
-
xifle authored
This adds a deadzone at 100% Feedrate when changing it at the status screen/main menu. Prevents from unwanted feedrate-changing when navigating back to the main menu and makes it easier to return to 100%.
-
Robert F-C authored
The I2C LCD status indicators now indicate when the hotends or bed are turned on at all (rather than just when they are in their heating phase)
-
Robert F-C authored
-
- May 16, 2013
-
-
ErikZalm authored
servosupport
-
ErikZalm authored
BUGFIXES for temperature.cpp / add RUMBA thermocouple support
-
Erik van der Zalm authored
-