- Jun 10, 2013
-
-
ErikZalm authored
fix homing for deltas
-
Jim Morris authored
-
- Jun 09, 2013
-
-
Erik van der Zalm authored
Fix home_all_axis to make QUICK_HOME work with Repetier-Host which sends G28 X0 Y0 Z0 instead of G28. Thanks to Matt Schoenholz for reporting this issue.
-
- Jun 08, 2013
-
-
https://github.com/jcrocholl/MarlinErik van der Zalm authored
Conflicts: Marlin/Configuration.h Marlin/Marlin_main.cpp Marlin/pins.h
-
ErikZalm authored
Support for Elefu RA Board
-
kiyoshigawa authored
-
kiyoshigawa authored
-
kiyoshigawa authored
-
kiyoshigawa authored
-
https://github.com/ErikZalm/Marlinkiyoshigawa authored
This should fix issues with pull request 467, I hope. Conflicts: Marlin/Configuration.h Marlin/Marlin.pde Marlin/ultralcd_implementation_hitachi_HD44780.h
-
ErikZalm authored
Servo Enstops working!
-
- Jun 06, 2013
-
-
Gord Christmas authored
Integrated fixes from henrikbrixandersen pull request #504
-
Gord Christmas authored
Added servo actuated enstop coding to allow G28 command to engage and retract a servo to specified angles.
-
- Jun 05, 2013
-
-
-
ErikZalm authored
faster GLCD (ST7920 SW-SPI) implementation / fixes
-
Maik Stohn authored
- fixed long menu entries (>14 or >18 chars) caused overrun in dogm lcd implementation - fixed pin set problem when in interrupt - much faster ST7920 SW-SPI implementation - increased ST7920 framebuffer size for more speed
-
- Jun 04, 2013
-
-
kiyoshigawa authored
-
- Jun 02, 2013
-
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
- May 29, 2013
-
-
Erik van der Zalm authored
-
- May 28, 2013
-
-
ErikZalm authored
Added support for Megatronics v2.0 and Minitronics v1.0
-
ErikZalm authored
Fix: Long menu entries (>14 or >18 chars) caused overrun in hitachi display implementation
-
Maik Stohn authored
-
Maik Stohn authored
-
Gatulibu authored
merged from code downloaded from reprapworld.com
-
- May 26, 2013
-
-
Erik van der Zalm authored
-
- May 24, 2013
-
-
Erik van der Zalm authored
-
- May 22, 2013
-
-
ErikZalm authored
Fixed typo in Comment
-
Alexander Kasimir authored
-
ErikZalm authored
Revert previous change pin check change
-
Robert F-C authored
Reviert previous change of #if BLAH_PIN > 0 to #if defined(BLAH_PIN) && BLAH_PIN > -1. Unfortunately some times pin 0 is used. For my sins I've gone through and replaced all unsafe checks of #if BLAH_PIN > -1 with the safe version.
-
- May 21, 2013
-
-
ErikZalm authored
fixed typo / added "const" to defines for newer gcc compatibility
-
Maik Stohn authored
-
ErikZalm authored
Add Panelolu2 support for Melzi
-
Maik Stohn authored
-
- May 20, 2013