6b45e9f167
Add Duty Cycling to the Heater Bed
Dabble63
2012-08-11 09:17:47 +03:00
adee81170d
M206: save values in eeprom
Ian Jackson
2012-08-01 21:18:08 +01:00
1dba212e18
HOMEAXIS: make into a function
Ian Jackson
2012-08-08 18:30:34 +01:00
7bb326d389
eeprom: provide smaller code for SERIAL_ECHOPAIR
Ian Jackson
2012-08-04 16:13:25 +01:00
957e966d2d
M206: always use homing ("homeing") offsets
Ian Jackson
2012-08-01 21:12:14 +01:00
faccb35850
software_endstops: use *_MIN_POS and *_MAX_POS for arcs
Ian Jackson
2012-08-09 18:15:32 +01:00
3f15b7c7b8
Makefile: Better display of size (device memory usage)
Ian Jackson
2012-08-09 19:03:12 +01:00
0c35facc94
Makefile: 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
a873541ef6
Marlin.pde: include comment for emacs mode
Ian Jackson
2012-08-08 17:56:39 +01:00
50cde90324
Added support for dual Z axis stepper drivers
Enchiridion
2012-08-04 00:32:26 -06:00
603a5e25b3
Updated german translations in language.h and eliminated a few double lines.
kobaan
2012-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 Palmer
2012-06-02 13:17:47 +01:00
cd57bf305b
Merge 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
ea2c19f978
Added CoreXY support (Thanks Ilan Moyer)
Erik van der Zalm
2012-07-14 14:21:53 +02:00
aa65fe22ed
decoupled axes sucessfully at least on pure x or y jog
Erik van der Zalm
2012-07-14 13:43:19 +02:00
12de8fff81
Support step motor controllers with active low step pins.
daid
2012-06-29 16:27:47 +02:00
b67dacdc8f
Fixed AD595 define
Erik van der Zalm
2012-06-11 17:33:42 +02:00
d3002ef741
corrected retract
Bernhard
2012-06-03 16:56:40 +02:00
0c123950e9
__ header file replace
Bernhard
2012-06-02 20:44:17 +02:00
bf077125b9
added firmware retract. disabled by default
Bernhard
2012-06-02 20:32:28 +02:00
88d2a671cc
readme corrected
Bernhard
2012-06-02 14:14:36 +02:00
0e5e249ab5
added 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
e792d62f47
readme
Bernhard
2012-06-02 13:44:38 +02:00
6b14f95b3e
Merge pull request #170 from linagee/Marlin_v1
Bernhard Kubicek
2012-06-02 03:46:56 -07:00
c7ce99d495
Merge pull request #172 from daid/Marlin_v1
Bernhard Kubicek
2012-06-02 03:44:03 -07: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 Kubicek
2012-05-30 14:14:36 +03:00
451f9cc6d1
Residual 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 +03:00
e3fe1f0d00
Made 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 +02:00
d88205d89d
Suggestion to improve (TODO), no actual code changed
Erik de Bruijn
2012-05-08 17:18:31 +02:00
5aa80e6c05
Made language.h more flexible. Automatically do the right defines based on MOTHERBOARD == 7 ? "Ultimaker" : "Mendel"
Erik de Bruijn
2012-05-08 17:32:50 +02:00
b657a18449
Revert "magic PROGMEM defines to avoid hundreds of wrong GCC warnings"
MaikStohn
2012-05-04 12:24:07 +02:00
108011085b
futher docu of M500
Bernhard Kubicek
2012-05-04 08:37:49 +03:00
d188ae4c9d
added missing declaration of buttons_init()
MaikStohn
2012-05-03 15:48:44 +02:00
3682d9bd5b
magic PROGMEM defines to avoid hundreds of wrong GCC warnings
MaikStohn
2012-05-03 15:43:23 +02:00
032df0b2c6
Moved LCD initialization out of constructor
MaikStohn
2012-05-03 14:28:17 +02:00
bd1ad7c76a
explicit includes to make it compile with AVRStudio/Eclipse
MaikStohn
2012-05-03 14:22:43 +02:00
060b38de5c
delete obsolete and wrong code
MaikStohn
2012-05-03 14:15:46 +02:00
789ba02d43
fixed typo in comment
MaikStohn
2012-05-03 14:13:53 +02:00
1874cb71a6
Added option to increase the FAN PWM frequency.
Erik van der Zalm
2012-05-02 19:26:14 +02:00
6a5a34e0ff
Small cleanup
Erik van der Zalm
2012-04-30 13:37:49 +02:00
e3821bd86f
Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
Erik van der Zalm
2012-04-30 13:36:27 +02:00
02af69911e
Added temperature window to M109. This is needed for systems with no overshoot PID.
Erik van der Zalm
2012-04-30 13:36:19 +02:00