Commit graph

408 commits

Author SHA1 Message Date
Changwoo Ryu
7a3bdb7028 Support Sanguino/Sanguinololu with ATmega1284P 2011-08-09 01:51:39 +09:00
kliment
6fe2dbe366 Merge pull request #65 from blddk/master
M42 for toggling individual pins or setting PWM, modified MINTEMP to apply to heated bed
2011-08-03 02:46:06 -07:00
blddk
02dfbc071d Fixed so commenting out MINTEMP won't break compile, however, commenting out MINTEMP will then again allow the bed to be turned on, but not off, when there are no thermistor, or thermistor is broken. 2011-08-03 12:44:28 +03:00
blddk
f131f08bb6 Added MINTEMP to work on the heated bed too, so it will also turn off when thermistor fails. 2011-08-03 01:47:56 +03:00
blddk
ef66ecf5f1 Added M42 to control non used pins example: M42 P23 S255 2011-08-02 23:50:10 +03:00
blddk
563c90f6ff Added a list of pins which will be ignored by manual change through M42 2011-08-02 23:47:30 +03:00
Kliment
96291e27a8 When you set PWM on a pin to a given value and then WRITE a 0 to it, the PWM timer does not stop. Set the PWM to 0 as well to prevent hotend meltdowns. 2011-08-02 21:47:32 +02:00
kliment
b3280f5adc Merge pull request #62 from alexrj/heater-current-limit
Heater current limit
2011-07-26 14:16:20 -07:00
kliment
15c76d51bb Merge pull request #61 from alexrj/temp-residency
New implementation of TEMP_RESIDENCY_TIME
2011-07-26 11:04:54 -07:00
Alessandro Ranellucci
0ca62c5596 New config option HEATER_CURRENT to limit current to the nozzle 2011-07-26 18:45:13 +02:00
Alessandro Ranellucci
53be78c949 New implementation of TEMP_RESIDENCY_TIME. We now wait for the target temp to be esablished and maintained for residency time +/- a configurable hysteresis 2011-07-26 18:17:52 +02:00
kliment
3ff008c064 Merge pull request #60 from LawrenceLeung/master
Support TEMP_RESIDENCY_TIME.
2011-07-25 12:30:42 -07:00
Lawrence
a24acc7731 Comment out TEMP_RESIDENCY_TIME 2011-07-25 10:58:02 -07:00
Lawrence
cec92aff24 Revert "Disable TEMP_RESIDENCY_TIME for default"
This reverts commit eb1c87fa7b.
2011-07-25 10:56:55 -07:00
Lawrence Leung larryleungcal@yahoo.com
eb1c87fa7b Disable TEMP_RESIDENCY_TIME for default 2011-07-25 00:55:42 -07:00
Lawrence Leung larryleungcal@yahoo.com
067c662510 add support for TEMP_RESIDENCY_TIME for M109 2011-07-25 00:51:27 -07:00
kliment
95fbe3de6e Merge pull request #58 from Renosis/master
MakerGear Hybrid Prusa Mendel steps per unit values
2011-07-25 00:24:25 -07:00
Spencer Renosis
95504583ff Added MakerGear Hybrid Prusa steps per unit values. 2011-07-24 18:41:47 -07:00
kliment
4c385a2f5d Merge branch 'experimental' 2011-07-24 21:47:58 +02:00
Emanuele Caruso
edb91dd6fa Merge remote branch 'origin/experimental' into experimental 2011-07-24 19:36:35 +02:00
Emanuele Caruso
f712ec88f3 Fixed bug which in some cases caused the moves to be done at full speed without acceleration 2011-07-24 19:30:29 +02:00
kliment
288dc6af49 Merge pull request #55 from Joaz/uuid
added uuid identification support
2011-07-23 15:42:06 -07:00
jglauche
726a0583a5 added uuid identification support 2011-07-24 00:36:32 +02:00
kliment
6731e67015 Merge branch 'master' into experimental 2011-07-18 06:58:52 +02:00
kliment
42f4ab3730 Merge pull request #54 from ERoth3/master
Added Ramps 1.3 Pin assignments for E1
2011-07-17 21:57:52 -07:00
Emery Roth
73844d6e96 Added Ramps 1.3 pin assignments for E1 (second extruder) stepper driver
This is my first commit…Please don't hurt me if i screw up!
2011-07-18 00:44:08 -04:00
kliment
f6c4aad7fb Merge branch 'master' into experimental 2011-07-17 14:10:01 +02:00
kliment
0c376e76d1 Add some explanations to config, change some variables to #defines. Fixes #36 2011-07-17 14:09:14 +02:00
kliment
87c0fbba3e Merge branch 'master' into experimental 2011-07-17 14:03:19 +02:00
kliment
b136a652c4 Add extra config for homing feedrate - fixes #28 2011-07-17 14:02:35 +02:00
kliment
2f2839b35a Merge branch 'master' into experimental 2011-07-16 21:59:32 +02:00
kliment
3c44f0b3e3 Ignore bedtemp if no bed temp pin defined 2011-07-16 21:58:17 +02:00
kliment
0874462655 Merge branch 'master' of github.com:kliment/Sprinter into experimental 2011-07-16 14:33:13 +02:00
kliment
9c247a305c Merge pull request #52 from alexrj/inverted-homing
Fix homing to max endstops
2011-07-16 05:32:47 -07:00
Alessandro Ranellucci
1b5dab70ba Bugfix: homing to max endstops didn't work because current_position was always reset to 0. 2011-07-16 14:30:06 +02:00
kliment
a5ded5b75f Merge branch 'master' of github.com:kliment/Sprinter into experimental 2011-07-16 14:13:15 +02:00
kliment
ed44404bec Merge pull request #51 from alexrj/temp-smoothing
Respect HEATER_USES_* when initializing temperature smoothing
2011-07-16 05:11:24 -07:00
Alessandro Ranellucci
ef0ad69571 Bugfix: smoothed temperature was initialized without respecting HEATER_USES_* 2011-07-16 11:57:42 +02:00
kliment
57f4c09d17 Revert "Remove float conversions from step loop"
This reverts commit b31c7a837f.
2011-07-15 21:06:45 +02:00
kliment
b31c7a837f Remove float conversions from step loop 2011-07-15 20:40:43 +02:00
kliment
b7b099bb0e Add extended pin definition for 168/328 to fastio (analog pins) 2011-07-15 17:28:09 +02:00
kliment
f51df6f184 Extended pindefs for mega 1280/2560 (analog pins) 2011-07-15 17:14:06 +02:00
kliment
e312608da0 Merge branch 'master' into experimental 2011-07-12 15:25:14 +02:00
kliment
02566cc007 Add 10k thermistor 2011-07-12 15:24:09 +02:00
kliment
33edcb56e2 Merge branch 'master' into experimental 2011-07-12 14:35:48 +02:00
kliment
331653b519 Merge pull request #49 from alexrj/master
Fix overflow on very long moves
2011-07-12 05:30:10 -07:00
Alessandro Ranellucci
8c13d978e4 Bugfix: bad math for long distance moves. 2011-07-12 12:41:45 +02:00
kliment
1c8f09f7c7 Merge pull request #48 from rodrigob/experimental
Compilation/uploading guide for newbies
2011-07-11 14:31:17 -07:00
Rodrigo Benenson
cd5a0b6dfe Fixing some typos 2011-07-11 22:53:33 +02:00
Rodrigo Benenson
7e9e449972 Added link to http://reprap.org/wiki/Sanguinololu#Endstops 2011-07-11 22:50:51 +02:00