- Jun 03, 2015
-
-
MagoKimbra authored
-
- Jun 01, 2015
-
-
MagoKimbra authored
-
MagoKimbra authored
-
Bo Herrmannsen authored
Replace U8GLI v1.11 with v1.17
-
Bo Herrmannsen authored
Addes support for SDD1306 I2C OLED LCD
-
Bo Herrmannsen authored
This reverts commit 2724baae.
-
- May 31, 2015
-
-
Bo Herrmannsen authored
-
fmalpartida authored
Updated LCD wiki location.
-
AnHardt authored
In Travis we already test against 1.17.
-
AnHardt authored
Update ru translation
-
Alexey Shvetsov authored
Signed-off-by:
Alexey Shvetsov <alexxy@gentoo.org>
-
fmalpartida authored
-
Wurstnase authored
faster compare
-
wurstnase authored
-
- May 30, 2015
-
-
AnHardt authored
Slight size reduction by adding idle()
-
AnHardt authored
Redo "invalid extruder" to save 304 bytes
-
Scott Lahteine authored
-
- May 29, 2015
-
-
Scott Lahteine authored
- Use `setTargetedHotend` in `M200`, as with other commands that use `T` for the extruder - Synthesize the "invalid extruder" message, obviating several long strings
-
Scott Lahteine authored
Ignore unknown commands if they start with G, M, or T
-
Scott Lahteine authored
Print active extruder with M105 for MAX6675
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 28, 2015
-
-
Scott Lahteine authored
Separate the maximum integral power for the bed from PID_INTEGRAL_DRI…
-
Scott Lahteine authored
Initialize the display earlier
-
Scott Lahteine authored
Replace MSG_F? with MSG_N?
-
Scott Lahteine authored
Update M33 for new gcode parser
-
Scott Lahteine authored
-
AnHardt authored
To avoid double definitions. I prefer to read N for Number not for Nozzle.
-
AnHardt authored
Was omitted when T0 is a MAX6675.
-
Jonathan Bastien-Filiatrault authored
-
Jonathan Bastien-Filiatrault authored
My PID_INTEGRAL_DRIVE_MAX was at 96, which was insufficient for my bed to reach its intended temperature. The head requires a low maximum power since I run on 24 volts and it has a somewhat low thermal mass.
-
AnHardt authored
Fix DEGREES macro
-
AnHardt authored
to have it ready to display errors during (temperature)-setup.
-
Scott Lahteine authored
-
- May 27, 2015
-
-
Scott Lahteine authored
M110 is a known command
-
Scott Lahteine authored
- The command parser now displays “unknown command” in more cases. Known commands must be added to the `switch` inside `process_commands` to suppress the error.
-
Scott Lahteine authored
-
Scott Lahteine authored
Activate BED_MINTEMP error
-
- May 26, 2015
-
-
Scott Lahteine authored
Call kill() only once when triggered by a temperature error
-
- May 25, 2015
-
-
AnHardt authored
And call _temp_error() directly for ERR_MAXTEMP_BED to avoid the only one time use of bed_max_temp_error(). Includes #2156.
-