- Aug 10, 2012
-
-
Ian Jackson authored
If [XYZ]_HOME_POS and [XYZ]_MIN_POS aren't 0, these corrections are wrong. Use the same logic as in Marlin.pde:prepare_move: ie, clamp to [XYZ]_{MIN,MAX}_POS. While we're here, put this cut-and-paste code in a function clamp_to_software_endstops. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-
Ian Jackson authored
Run avr-size with the --mcu=... -C option as well. That reports how much actual device program and data memory is used along with a percentage fullness. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-
Ian Jackson authored
Often it can be useful to see the actual commands being run by make. Other projects (eg, the Linux kernel) support this with a "V=1" make parameter. Do the same here. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-
Ian Jackson authored
Move the .gitignore out of the Marlin subdirectory so it applies to the whole tree, and add some missing patterns. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-
Ian Jackson authored
Emacs by default doesn't recognise a ".pde" file as C++ source code. Add the annotation to the top of the file to make it work. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-
- Jul 14, 2012
-
-
Chris Palmer authored
HOME_POS is now always where the endstop is and can be outside the limits. The limits are now defined by MIN_POS and MAX_POS rather than HOME_POS and MAX_LENGTH. The Z is axis now homed first if direction is away from the bed. Saguinololu limit pins change from MIN to MAX according to the homing direction.
-
ErikZalm authored
-
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
- Jun 29, 2012
-
-
daid authored
-
- Jun 11, 2012
-
-
Erik van der Zalm authored
-
- Jun 03, 2012
-
-
Bernhard authored
-
- Jun 02, 2012
-
-
Bernhard authored
-
Bernhard authored
-
Bernhard authored
-
Bernhard authored
added individual pullup setting option to have finer control in case there is a special z-min sensor, for example
-
Bernhard authored
-
Bernhard Kubicek authored
Marlin v1
-
Bernhard Kubicek authored
Add M401 - Wait for user to press button on LCD (with optional timeout) minor fix in M115.
-
- May 30, 2012
-
-
Bernhard Kubicek authored
repaired thermistortable_6 by graphcial fitting of the off-slope values. see issue 179. Erik, I know you asked for no changes, but this file probably is not related and hopefully allright.
-
- May 28, 2012
-
-
ErikZalm authored
-
- May 24, 2012
-
-
Daid authored
Fixed E1_ENABLE pin for Ultimaker. This was wrong for the 1.5.4 and 1.5.3 PCB (I cannot check the 1.5.6)
-
- May 20, 2012
- May 19, 2012