- Jun 12, 2015
-
-
MagoKimbra authored
Now send only temperature for T or B, but not send OK. Host interprets the line to show the right temperature, but not in response to M105 then stop and send commands until it ends the autotune.
-
AnHardt authored
by avoiding the strncopy()
-
filipmu authored
The volumetric multiplier display needs to be multiplied by 100 in order to make it an integer for display purposes.
-
- Jun 11, 2015
-
-
AnHardt authored
when DEFAULT_STEPPER_DEACTIVE_TIME is over instead of simply turn off all.
-
- Jun 10, 2015
-
-
wurstnase authored
it's disabled by default
-
- Jun 09, 2015
-
-
Scott Lahteine authored
-
- Jun 08, 2015
-
-
Richard Wackerbarth authored
Deprecate Support for Arduino IDE < 1.0.5
-
Richard Wackerbarth authored
Note that newer versions of the IDE can still be made to support compilation for the older boards.
-
Richard Wackerbarth authored
Note that newer versions of the IDE can still be made to support compilation for the older boards.
-
Scott Lahteine authored
More general solution to skip N[0-9]+[ ]* in the parser as in #2218
-
Richard Wackerbarth authored
Reverse the sign of zprobe_zoffset
-
Scott Lahteine authored
-
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
-