1c1fddc7acAdded support for the Rambo reprap electronics board. Added Mcodes to set motor current and microstepping pins.
tonokip
2012-08-30 00:16:57 -07:00
dcd3e8a211Tidy up
Blair Thompson
2012-08-29 22:53:41 +01:00
ddd9d0cfd4Added PDF file containing Menu Tree for documentation purposes. Source xlsx document included.
Blair Thompson
2012-08-29 21:08:41 +01:00
0e58ef6805Some dialogs are corrected
Erik vd Zalm
2012-08-29 21:15:59 +02:00
0e89022cc3Correct temptable_55 name.
Erik vd Zalm
2012-08-28 19:47:22 +02:00
8c94ad0d26Merge pull request #219 from Justblair/Marlin_v1
ErikZalm
2012-08-21 23:21:11 -07:00
aacbebbebeAdded 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 Thompson
2012-08-21 23:46:10 +01:00
31873ec707changed int to long to overcome overflow of number display
stohn
2012-08-21 16:47:39 +02:00
de0448343fadded KILL_PIN support / cleaned up manage_inactivity function definition
stohn
2012-08-21 14:48:29 +02:00
69961dbba3fixed incorrect menu messages from last commit...
stohn
2012-08-21 14:44:20 +02:00
f67feea093Merge pull request #217 from Justblair/Marlin_v1
ErikZalm
2012-08-20 14:34:32 -07:00
6c050b8440Fixes error introduced at commit aee475aa55f3a53428ed6b60bb8d6662046cd16c which caused the sketch not to comile for language option 1. Several defines were removed but still referenced in ultralcd.pde
Blair Thompson
2012-08-20 21:54:47 +01:00
b9f9f8f7d3The 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 Thompson
2012-08-20 21:49:37 +01:00
9083966c22Do not use feedrate multiiply on Z and E only moves.
Erik vd Zalm
2012-08-12 18:13:34 +02:00
5406c533dbDisable FAST_PWM by default. On some systems it does not work ok.
Erik vd Zalm
2012-08-11 15:51:04 +02:00
f92dc91c3dEnable M503 also when eeprom is disabled
Erik vd Zalm
2012-08-11 15:49:40 +02:00
35a1dd081fno message
James Adams
2012-07-28 12:08:18 -06:00
5131ab19caFixed Retract in LCD Menu
James Adams
2012-07-26 23:44:03 -06:00
96f4f90cb3Added pause and retract lcd menu items
James Adams
2012-07-26 23:38:33 -06:00
e10355500dUpdated Language.h with pause, resume, and retract
James Adams
2012-07-26 23:33:15 -06:00
a97c006bbfMerge pull request #195 from kobaan/Marlin_v1
ErikZalm
2012-08-11 01:45:30 -07:00
f062794a0dMerge pull request #208 from Enchiridion/Marlin_v1
ErikZalm
2012-08-11 01:42:49 -07:00
57468d3c21Merge pull request #210 from Dabble63/Marlin_v1
ErikZalm
2012-08-11 01:42:02 -07:00
22aae62ccdMerge pull request #209 from ijackson/for-upstream
ErikZalm
2012-08-11 01:40:50 -07:00
6b45e9f167Add Duty Cycling to the Heater Bed
Dabble63
2012-08-11 09:17:47 +03:00
adee81170dM206: save values in eeprom
Ian Jackson
2012-08-01 21:18:08 +01:00
1dba212e18HOMEAXIS: make into a function
Ian Jackson
2012-08-08 18:30:34 +01:00
7bb326d389eeprom: provide smaller code for SERIAL_ECHOPAIR
Ian Jackson
2012-08-04 16:13:25 +01:00
957e966d2dM206: always use homing ("homeing") offsets
Ian Jackson
2012-08-01 21:12:14 +01:00
faccb35850software_endstops: use *_MIN_POS and *_MAX_POS for arcs
Ian Jackson
2012-08-09 18:15:32 +01:00
3f15b7c7b8Makefile: Better display of size (device memory usage)
Ian Jackson
2012-08-09 19:03:12 +01:00
0c35facc94Makefile: support V=1
Ian Jackson
2012-08-01 21:31:38 +01:00
71404eef29.gitignore: Add *~, *.orig, *.rej, move to root directory
Ian Jackson
2012-08-08 18:32:51 +01:00
a873541ef6Marlin.pde: include comment for emacs mode
Ian Jackson
2012-08-08 17:56:39 +01:00
50cde90324Added support for dual Z axis stepper drivers
Enchiridion
2012-08-04 00:32:26 -06:00
603a5e25b3Updated german translations in language.h and eliminated a few double lines.
kobaan
2012-07-16 14:26:28 +03:00
538189cc19Fixed 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 Palmer
2012-06-02 13:17:47 +01:00
cd57bf305bMerge git://github.com/daid/Marlin into Marlin_v1 Added invert step pins to corexy code
Erik van der Zalm
2012-07-14 15:07:14 +02:00
ea2c19f978Added CoreXY support (Thanks Ilan Moyer)
Erik van der Zalm
2012-07-14 14:21:53 +02:00
aa65fe22eddecoupled axes sucessfully at least on pure x or y jog
Erik van der Zalm
2012-07-14 13:43:19 +02:00
12de8fff81Support step motor controllers with active low step pins.
daid
2012-06-29 16:27:47 +02:00
b67dacdc8fFixed AD595 define
Erik van der Zalm
2012-06-11 17:33:42 +02:00
d3002ef741corrected retract
Bernhard
2012-06-03 16:56:40 +02:00
0c123950e9__ header file replace
Bernhard
2012-06-02 20:44:17 +02:00
bf077125b9added firmware retract. disabled by default
Bernhard
2012-06-02 20:32:28 +02:00
88d2a671ccreadme corrected
Bernhard
2012-06-02 14:14:36 +02:00
0e5e249ab5added individual pullup setting option to have finer control in case there is a special z-min sensor, for example
Bernhard
2012-06-02 13:47:50 +02:00
e792d62f47readme
Bernhard
2012-06-02 13:44:38 +02:00
6b14f95b3eMerge pull request #170 from linagee/Marlin_v1
Bernhard Kubicek
2012-06-02 03:46:56 -07:00
c7ce99d495Merge pull request #172 from daid/Marlin_v1
Bernhard Kubicek
2012-06-02 03:44:03 -07:00
b7fc14bc65repaired 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 Kubicek
2012-05-30 14:14:36 +03:00