- Jun 08, 2015
-
-
Scott Lahteine authored
- When editing on the LCD, minus now means below the nozzle - Stores the opposite sign in EEPROM, so bumped to “V20”
-
Richard Wackerbarth authored
Updated SAV MkI extension module header connector.
-
fmalpartida authored
-
- Jun 07, 2015
-
-
Richard Wackerbarth authored
#defining something just to define something else doesn’t make sense If you want SDCARDDETECTINVERTED, just define it yourself. If the previous code was intended to define, undefined and then again define the term, that code is improper.
-
Richard Wackerbarth authored
-
CONSULitAS authored
planner.cpp: single evil and hidden tab removed
-
CONSULitAS authored
* all Configuration_adv.h: Add #define FAN_MIN_PWM for slow fan stopping issue * for K8200: uncommented with tested (and working) values
-
CONSULitAS authored
@CONSULitAS planner.cpp: Add FAN_MIN_PWM for slow fan stopping issue (V2.1 with macro and linear scaling) @thinkyhead thanks for idea on linear scaling
-
Richard Wackerbarth authored
-
paclema authored
* Auto filament change on CHANGEFILAMENT feature. Now you can activate this option that extrude filament until you press the button.
-
Richard Wackerbarth authored
-
- Jun 06, 2015
-
-
atfield90 authored
-
atfield90 authored
-
atfield90 authored
-
tonokip authored
-
Richard Wackerbarth 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.
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Daniel Friesen authored
Currently if you clone Marlin to a directory with a space in the name, Arduino will generate an error. Because when executed the path ends up split into two separate arguments.
-
Richard Wackerbarth authored
-
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
-
-
AnHardt authored
Remove the 'Thermal Runaway Protection' section from .travis.yml
-
AnHardt authored
Insert Debug DRYRUN Repetier Host compatible
-
AnHardt authored
because its activated by default now. Closes #2234.
-
AnHardt authored
Automatic versioning for Travis builds
-
AnHardt authored
Fix thermal protection state machine target temp. V2
-
AnHardt authored
Fix out_of_range_error()
-
MagoKimbra authored
-
- Jun 02, 2015
-
-
AnHardt authored
Back to 1.0.3 dev - for now
-
AnHardt authored
-
AnHardt authored
Versioning
-
Richard Wackerbarth authored
-
AnHardt authored
If the target temperature is changed then it would always stay in the reset state. Thanks to @tonokip. Replaces #2119
-
AnHardt authored
For sprintf_P() the first parameter has to be a `char*` not `const char*`.
-