- May 28, 2013
-
-
ErikZalm authored
Fix: Long menu entries (>14 or >18 chars) caused overrun in hitachi display implementation
-
Maik Stohn authored
-
Maik Stohn 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
-
Gord Christmas authored
-
Gord Christmas authored
First attempt at refactoring of original servo code. Only adding servo support as a start to keep things simple.
-
Gord Christmas authored
-
- May 15, 2013
- May 14, 2013
-
-
ErikZalm authored
Fixed "Cooldown" Selection not reseting bed temp
-
Erik van der Zalm authored
-
Jordan Miller authored
-
Jordan Miller authored
Support for BariCUDA Paste Extruder derived from MakerBot Frostruder. Using Ultimachine RAMBo board. M126/M127 and M128/M129.
-
xifle authored
- enquecommand with multiple lines "\n" doesn't work -> M140 S0 didn't get processed. So I wrote a new func for the cooldown which uses setTargetHotend. In addition this does return to status page after selection. - Added setWatch() to preheat-functions (Temperatur sanity check would never have worked when preheating from the lcd panel)
-