Commit graph

586 commits

Author SHA1 Message Date
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
Rodrigo Benenson
689ef3a06b Extended the README so newbies now what to do 2011-07-11 22:50:45 +02:00
kliment
9a8e8083f0 Merge branch 'master' into experimental 2011-07-11 15:57:08 +02:00
kliment
1c4cbe4da7 Fix for AD595 as bed temp sensor 2011-07-11 15:56:17 +02:00
kliment
14939da092 Fix temp handling for AD595 2011-07-11 15:54:34 +02:00
kliment
80710aaaeb Merge branch 'master' into experimental 2011-07-10 20:21:45 +02:00
kliment
e1a7710461 Fix G28 command 2011-07-10 20:21:14 +02:00
kliment
c955f5bbcd Fix typo in variable name 2011-07-10 11:22:09 +02:00
kliment
c669e0bc0a Attempt to complete move if non-primary axis endstop hit, otherwise abort move and save position 2011-07-10 11:10:45 +02:00
kliment
19ae7c56b6 Force boolean return in READ 2011-07-10 11:02:48 +02:00
kliment
1c1b445268 Check pins exist before writing to them 2011-07-09 19:20:54 +02:00
kliment
1693fc15f3 Change inlining to reduce binary size 2011-07-09 16:26:26 +02:00
kliment
4a84d200ae Use fastio for M119 2011-07-09 15:21:30 +02:00
kliment
970e090a30 Merge branch 'master' into experimental 2011-07-09 15:20:51 +02:00
kliment
4491d2a085 Add newline after M119 output 2011-07-09 15:20:27 +02:00
kliment
d5c0e45f8d Merge branch 'master' into experimental 2011-07-09 15:18:01 +02:00
kliment
8f884db639 M119 output all on a single line 2011-07-09 15:17:26 +02:00
kliment
207f05883e Merge branch 'master' into experimental 2011-07-09 15:13:26 +02:00
kliment
469e53475a Use fastio for endstop checks during moves 2011-07-09 15:12:33 +02:00
kliment
7cee3a9c8e Merge pull request #45 from pelrun/master
Added M119 - query status of endstops
2011-07-09 06:11:54 -07:00
kliment
75edff00c4 Use fastio for endstop check at start of move 2011-07-09 15:03:49 +02:00
James Churchill
03751180d0 Merge branch 'master' of git://github.com/kliment/Sprinter 2011-07-09 23:00:03 +10:00
kliment
8cfb01ae75 Use fastio for fan, psu, dir 2011-07-09 14:35:38 +02:00