96f4f90cb3Added pause and retract lcd menu items
James Adams
2012-07-26 23:38:33 -0600
e10355500dUpdated Language.h with pause, resume, and retract
James Adams
2012-07-26 23:33:15 -0600
a97c006bbfMerge pull request #195 from kobaan/Marlin_v1
ErikZalm
2012-08-11 01:45:30 -0700
f062794a0dMerge pull request #208 from Enchiridion/Marlin_v1
ErikZalm
2012-08-11 01:42:49 -0700
57468d3c21Merge pull request #210 from Dabble63/Marlin_v1
ErikZalm
2012-08-11 01:42:02 -0700
22aae62ccdMerge pull request #209 from ijackson/for-upstream
ErikZalm
2012-08-11 01:40:50 -0700
6b45e9f167Add Duty Cycling to the Heater Bed
Dabble63
2012-08-11 09:17:47 +0300
adee81170dM206: save values in eeprom
Ian Jackson
2012-08-01 21:18:08 +0100
1dba212e18HOMEAXIS: make into a function
Ian Jackson
2012-08-08 18:30:34 +0100
7bb326d389eeprom: provide smaller code for SERIAL_ECHOPAIR
Ian Jackson
2012-08-04 16:13:25 +0100
957e966d2dM206: always use homing ("homeing") offsets
Ian Jackson
2012-08-01 21:12:14 +0100
faccb35850software_endstops: use *_MIN_POS and *_MAX_POS for arcs
Ian Jackson
2012-08-09 18:15:32 +0100
3f15b7c7b8Makefile: Better display of size (device memory usage)
Ian Jackson
2012-08-09 19:03:12 +0100
0c35facc94Makefile: support V=1
Ian Jackson
2012-08-01 21:31:38 +0100
71404eef29.gitignore: Add *~, *.orig, *.rej, move to root directory
Ian Jackson
2012-08-08 18:32:51 +0100
a873541ef6Marlin.pde: include comment for emacs mode
Ian Jackson
2012-08-08 17:56:39 +0100
50cde90324Added support for dual Z axis stepper drivers
Enchiridion
2012-08-04 00:32:26 -0600
603a5e25b3Updated german translations in language.h and eliminated a few double lines.
kobaan
2012-07-16 14:26:28 +0300
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 +0100
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 +0200
ea2c19f978Added CoreXY support (Thanks Ilan Moyer)
Erik van der Zalm
2012-07-14 14:21:53 +0200
aa65fe22eddecoupled axes sucessfully at least on pure x or y jog
Erik van der Zalm
2012-07-14 13:43:19 +0200
12de8fff81Support step motor controllers with active low step pins.
daid
2012-06-29 16:27:47 +0200
b67dacdc8fFixed AD595 define
Erik van der Zalm
2012-06-11 17:33:42 +0200
d3002ef741corrected retract
Bernhard
2012-06-03 16:56:40 +0200
0c123950e9__ header file replace
Bernhard
2012-06-02 20:44:17 +0200
bf077125b9added firmware retract. disabled by default
Bernhard
2012-06-02 20:32:28 +0200
88d2a671ccreadme corrected
Bernhard
2012-06-02 14:14:36 +0200
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 +0200
e792d62f47readme
Bernhard
2012-06-02 13:44:38 +0200
6b14f95b3eMerge pull request #170 from linagee/Marlin_v1
Bernhard Kubicek
2012-06-02 03:46:56 -0700
c7ce99d495Merge pull request #172 from daid/Marlin_v1
Bernhard Kubicek
2012-06-02 03:44:03 -0700
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 +0300
1efe9ab497changed encoder pos from int to long to fix problems setting x/y/z/e stepps_per_mm using the lcd menu
MaikStohn
2012-05-11 15:19:09 +0200
602c8ee02bMelzi support
Guan Yang
2012-04-27 11:28:10 -0400
279d00da9fFixed #if for Ultimaker.
Daid
2012-05-09 10:50:44 +0200
830972ce3cMerge pull request #1 from ErikDeBruijn/Marlin_v1_Ultimaker-rc3
daid
2012-05-09 01:35:59 -0700
451f9cc6d1Residual in the comments: there are no more mm/minutes but only mm/sec in the planner buffer.
Bernhard Kubicek
2012-05-09 08:05:13 +0300
e3fe1f0d00Made a more granular configuration possible PREVENT_LENGTHY_EXTRUDE. You can now decide to allow/disallow large length of extrusions to be executed.
Erik de Bruijn
2012-05-08 17:27:45 +0200
d88205d89dSuggestion to improve (TODO), no actual code changed
Erik de Bruijn
2012-05-08 17:18:31 +0200
5aa80e6c05Made language.h more flexible. Automatically do the right defines based on MOTHERBOARD == 7 ? "Ultimaker" : "Mendel"
Erik de Bruijn
2012-05-08 17:32:50 +0200
b657a18449Revert "magic PROGMEM defines to avoid hundreds of wrong GCC warnings"
MaikStohn
2012-05-04 12:24:07 +0200
108011085bfuther docu of M500
Bernhard Kubicek
2012-05-04 08:37:49 +0300
d188ae4c9dadded missing declaration of buttons_init()
MaikStohn
2012-05-03 15:48:44 +0200
3682d9bd5bmagic PROGMEM defines to avoid hundreds of wrong GCC warnings
MaikStohn
2012-05-03 15:43:23 +0200
032df0b2c6Moved LCD initialization out of constructor
MaikStohn
2012-05-03 14:28:17 +0200
bd1ad7c76aexplicit includes to make it compile with AVRStudio/Eclipse
MaikStohn
2012-05-03 14:22:43 +0200
060b38de5cdelete obsolete and wrong code
MaikStohn
2012-05-03 14:15:46 +0200
789ba02d43fixed typo in comment
MaikStohn
2012-05-03 14:13:53 +0200
1874cb71a6Added option to increase the FAN PWM frequency.
Erik van der Zalm
2012-05-02 19:26:14 +0200
6a5a34e0ffSmall cleanup
Erik van der Zalm
2012-04-30 13:37:49 +0200
e3821bd86fMerge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
Erik van der Zalm
2012-04-30 13:36:27 +0200
02af69911eAdded temperature window to M109. This is needed for systems with no overshoot PID.
Erik van der Zalm
2012-04-30 13:36:19 +0200
e203b8c754Merge pull request #154 from daid/Marlin_v1
ErikZalm
2012-04-28 13:19:55 -0700
362ddc4efcMerge pull request #155 from Atntias/patch-1
ErikZalm
2012-04-28 13:19:19 -0700
58cad83253Merge pull request #156 from Atntias/patch-2
ErikZalm
2012-04-28 13:19:00 -0700
c27081aa4aFix to allow M120/M121
sefi
2012-04-28 17:35:51 +0300
e11e072ecaadding M120 and 121 for turning on and off the endstops only for homing function
sefi
2012-04-28 17:31:22 +0300
8e68c6cf89Show proper temperature for extruder 2
Daid
2012-04-27 15:00:01 +0200
8503b78876Added support for 2nd extruder temperature to UltraLCD
Daid
2012-04-27 14:51:32 +0200
8446c9dc92Merge pull request #152 from loganb/Marlin_v1
Bernhard Kubicek
2012-04-25 22:23:31 -0700
3eacb4c16dWrap the call to turn off the bed heater in a #if to prevent a compile error on boards that do not have a bed heater
Logan Bowers
2012-04-25 19:22:38 -0700
e4d2138dbdreinitialize the lcd, if the SD card is inserted or removed. It seems that LCDs can confused by electrical discharges from time to time. Since a removal or insert of the sd card takes a long time in firmware, just reinitializing the lcd does not hurt. actually, it solves a problem with the UltiControlle
Bernhard
2012-04-22 21:12:17 +0200
464b755918added support for the UltiController
Bernhard
2012-04-22 20:55:56 +0200
44fd8d46d2fixed quickhome
Bernhard
2012-04-22 20:44:27 +0200