- Jun 06, 2015
-
-
tonokip authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
The instruction say to set a #define in fastio.h However, that value is not included before this test.
-
Ed Boston authored
-
Ed Boston authored
Hardware changes has removed the need for this option.
-
Ed Boston authored
The new define allows the sd card detect to be inverted or not from Configuration.h
-
Ed Boston authored
Fixed an error where SDCARDDETECTINVERTED was being defined/undefined improperly
-
- Jun 03, 2015
-
-
MagoKimbra authored
-
- Jun 02, 2015
- Jun 01, 2015
-
-
wurstnase authored
replace extruder_multiply with extruder_multiplier like feedrate_multiplier or volumetric_multiplier
-
AnHardt authored
-
MagoKimbra authored
-
MagoKimbra authored
-
- May 31, 2015
-
-
Alexey Shvetsov authored
Signed-off-by:
Alexey Shvetsov <alexxy@gentoo.org>
-
fmalpartida authored
-
wurstnase authored
-
- May 30, 2015
-
-
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
-
Scott Lahteine authored
-
- May 28, 2015
-
-
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
to have it ready to display errors during (temperature)-setup.
-
Scott Lahteine authored
-
- May 27, 2015
-
-
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
-
- May 25, 2015
-
-
Richard Wackerbarth authored
REVERT THIS CHANGE In proper use, we want to force the vendor to update this file to reflect distribution parameters However, until most users have converted to automatic versioning, we “grant them a pass”
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
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.
-
AnHardt authored
to avoid stack overflow when called from interrupt. Some clean up for calls of disable_all_heaters(). 'disable_all_heaters()' is called in kill() and again when 'killed' is already set inside _temp_error().
-
Scott Lahteine authored
- Affects code size when automatic bed leveling is enabled
-
- May 23, 2015
-
-
wurstnase authored
!(~(ab)&0x3) and ab == 0x3 are equal
-
Scott Lahteine authored
-