- Nov 25, 2014
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Allow M0 and M1 to include a message string. Ignore clicks on “Wait for user” so that the Info Screen stays up.
-
- Sep 19, 2014
-
-
galexander1 authored
Corrected retract() call for use of auto probe without sled enabled.
-
galexander1 authored
Fix build for non-sled bed auto levelling
-
Bracken Dawson authored
This function should only be used with sled, not all bed auto levelling.
-
- Sep 15, 2014
-
-
alexborro authored
Fix issue 935: error in matrix calculation
-
- Sep 04, 2014
-
-
Charles Bell authored
-
Charles Bell authored
-
- Aug 30, 2014
-
-
Bernhard Kubicek authored
thanks...
-
- Aug 29, 2014
-
-
Gina Häußge authored
The serial protocol has to stay machine readable, without having to cope with a ton of different human language variants. So just leave it at the original english version. Should fix ErikZalm/Marlin#1052
-
- Aug 28, 2014
-
-
fsantini authored
-
Erik van der Zalm authored
Implemented SCARA-Maths
-
Erik van der Zalm authored
Fix lcd itostr3() to handle negative numbers
-
Erik van der Zalm authored
Leapfrog controller board support
-
Erik van der Zalm authored
temperature.cpp fixes for SD card and MAX6675
-
Erik van der Zalm authored
FWRETRACT fixes
-
Erik van der Zalm authored
With option DISABLE_INACTIVE_EXTRUDER the extruder is disable to early
-
Erik van der Zalm authored
Adding Z Probe via sled mounted endstop
-
Erik van der Zalm authored
Z probe repeatability with correct defaults
-
Erik van der Zalm authored
Fix reseting CHDK pin to LOW
-
- Aug 11, 2014
-
-
Florian Baumann authored
chdkActive was set to false regardless of (millis() - chdkHigh) being bigger than the CHDK_DELAY or not. So if (millis() - chdkHigh) wasn't bigger than the delay the first time, the CHDK would never be set back to LOW. Also, don't return from the function, as there might be other stuff to do, after the CHDK check.
-
- Aug 10, 2014
-
-
Roxy-3DPrintBoard authored
This snapshot has the Auto Bed Leveling turned off because most Marlin users do not have that feature.
-
- Aug 09, 2014
-
-
Roxy-3DPrintBoard authored
Z_PROBE_REPEATABILITY test for Auto Bed Leveling. Implemented as M48 with extra user specified options. Full support at http://3dprintboard.com/showthread.php?2802-Auto_Bed_Leveling-Z-Probe-Repeatability-code
-
- Aug 04, 2014
-
-
Charles Bell authored
-
Charles Bell authored
-
- Aug 01, 2014
-
-
Charles Bell authored
-
- Jul 24, 2014
-
-
daid authored
Fix for a wrong checksum truncation for certain commands
-
Gina Häußge authored
Positioning of string terminator to truncate checksum from the commands M23, M28, M30, M32, M928 and M117 was off by one, causing the last letter of the actual command to be truncated instead of just the checksum. In case of the SD commands this caused checksummed commands targeting existing files to fail since the last letter of the filename was truncated. In case of M117 this caused the last given letter not to be displayed. This patch fixes the off-by-one error and sets the null terminator on the exact position of the * starting the checksum instead of the character before that.
-
- Jul 20, 2014
-
-
cocktailyogi authored
-
cocktailyogi authored
-
cocktailyogi authored
-
- Jul 18, 2014
-
-
daid authored
Implementation of FW extruder change retract
-
Pablo Clemente authored
-
alexborro authored
This is a feature to protect your printer from burn up in flames if it has a thermistor coming off place (this happened to a friend of mine recently and motivated me writing this feature). The issue: If a thermistor come off, it will read a lower temperature than actual. The system will turn the heater on forever, burning up the filament and anything else around. After the temperature reaches the target for the first time, this feature will start measuring for how long the current temperature stays below the target minus _HYSTERESIS (set_temperature - THERMAL_RUNAWAY_PROTECTION_HYSTERESIS). If it stays longer than _PERIOD, it means the thermistor temperature cannot catch up with the target, so something *may be* wrong. Then, to be on the safe side, the system will he halt. Bear in mind the count down will just start AFTER the first time the thermistor temperature is over the target, so you will have no problem if your extruder heater takes 2 minutes to hit the target on heating.
-
Pablo Clemente authored
Changed the type of variable to bool, the name to "cancel_heatup", flags implementation and added this fix to M190 gcode too.
-
Pablo Clemente authored
-
Pablo Clemente authored
-
- Jul 13, 2014
- Jul 09, 2014
-
-
Robert Quattlebaum authored
Fixes #817
-