1c1fddc7ac
Added support for the Rambo reprap electronics board. Added Mcodes to set motor current and microstepping pins.
tonokip2012-08-30 00:16:57 -07:00
8c94ad0d26
Merge pull request #219 from Justblair/Marlin_v1
ErikZalm2012-08-21 23:21:11 -07:00
aacbebbebe
Added Menu Options to the Main-> Control->Temperature Submenu that allow the user to set new values for the ABS and PLA preheat function. EEPROM updated so that these settings can also be committed to EEPROM memory.
Blair Thompson2012-08-21 23:46:10 +01:00
31873ec707
changed int to long to overcome overflow of number display
stohn2012-08-21 16:47:39 +02:00
de0448343f
added KILL_PIN support / cleaned up manage_inactivity function definition
stohn2012-08-21 14:48:29 +02:00
69961dbba3
fixed incorrect menu messages from last commit...
stohn2012-08-21 14:44:20 +02:00
f67feea093
Merge pull request #217 from Justblair/Marlin_v1
ErikZalm2012-08-20 14:34:32 -07:00
6c050b8440
Fixes error introduced at commit aee475aa55 which caused the sketch not to comile for language option 1. Several defines were removed but still referenced in ultralcd.pde
Blair Thompson2012-08-20 21:54:47 +01:00
b9f9f8f7d3
The pre-heat ABS and PLA options in the LCD Menu were broken a while back. The pre-heat worked fine, but the cooling fans were not switching on as intended. This is now fixed.
Blair Thompson2012-08-20 21:49:37 +01:00
71404eef29
.gitignore: Add *~, *.orig, *.rej, move to root directory
Ian Jackson2012-08-08 18:32:51 +01:00
a873541ef6
Marlin.pde: include comment for emacs mode
Ian Jackson2012-08-08 17:56:39 +01:00
50cde90324
Added support for dual Z axis stepper drivers
Enchiridion2012-08-04 00:32:26 -06:00
603a5e25b3
Updated german translations in language.h and eliminated a few double lines.
kobaan2012-07-16 14:26:28 +03:00
538189cc19
Fixed soft limits when the origin is in the middle. 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.
Chris PalmerandErik van der Zalm2012-06-02 13:17:47 +01:00
0e5e249ab5
added individual pullup setting option to have finer control in case there is a special z-min sensor, for example
Bernhard2012-06-02 13:47:50 +02:00
b7fc14bc65
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.
Bernhard Kubicek2012-05-30 14:14:36 +03:00