Commit graph

244 commits

Author SHA1 Message Date
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
kliment
66e75d6f6f Factor away do_step_update_micros 2011-07-09 13:30:29 +02:00
kliment
8cb931a775 Change step and temp control to fastio 2011-07-09 13:28:43 +02:00
kliment
89a23cb4a1 Use fastio in setup 2011-07-09 13:22:15 +02:00
kliment
aae3bdd757 Add fastio to enable/disable 2011-07-09 13:12:11 +02:00
kliment
cfbbc611df Merge branch 'master' into experimental 2011-07-09 10:36:38 +02:00
kliment
3e28c2e8f0 Change backoff during homing to 5mm. 2011-07-09 10:35:30 +02:00
kliment
c97109b25d Change behaviour on endstop hit. 2011-07-07 22:08:31 +02:00
kliment
545a2ee492 Merge branch 'master' into experimental 2011-07-07 16:35:53 +02:00
kliment
d98555ffb0 Fix makefile and header to compile from command line 2011-07-07 16:34:34 +02:00
kliment
3d058c8d3e Merge branch 'master' into experimental 2011-07-07 16:32:44 +02:00
kliment
57f82b5a5b Add missing accel per sq second for E 2011-07-07 16:32:10 +02:00
kliment
df0e3b4383 Add WString.cpp to Makefile 2011-07-07 15:52:42 +02:00
kliment
eb70f504ad Make buildable using makefile 2011-07-07 15:44:08 +02:00
kliment
c5305fe923 Merge experimental 2011-07-07 10:37:53 +02:00
kliment
4b40c04551 Merge branch 'master' into experimental 2011-07-07 10:36:40 +02:00
kliment
f4944f6d8e Fix broken #ifdef
Fix declarations in .h file
2011-07-07 10:34:24 +02:00
kliment
c128fd74d9 Transform if into #if, move axis aviable assignments to loops in startup 2011-07-06 22:08:20 +02:00
kliment
8c812e5c01 Merge branch 'master' into refactor 2011-07-06 21:31:04 +02:00
kliment
88b8df4a86 Documentation fix - delete misleading comment 2011-07-06 21:30:42 +02:00
kliment
dda13a84e5 Merge branch 'master' into refactor 2011-07-06 21:28:27 +02:00
kliment
b247ffd7db Fix sanguinololu version define 2011-07-06 21:27:52 +02:00
kliment
e8c20068e7 Merge branch 'experimental' into refactor 2011-07-06 15:16:25 +02:00
kliment
63f13c00b8 Merge branch 'master' into experimental 2011-07-06 15:15:41 +02:00
kliment
bdc7c47ad2 Make M190 not break flow control 2011-07-06 15:13:23 +02:00
kliment
cc6f3e11bf Merge branch 'master' into refactor 2011-07-06 15:03:28 +02:00
kliment
4cc80e07da Merge branch 'master' into experimental 2011-07-06 15:02:56 +02:00
kliment
9d31022620 Merge pull request #47 from ahmetcemturan/patch-1
config notes in for gen6 users
2011-07-06 06:01:42 -07:00
Ahmet Cem TURAN
e5cb83f4aa Put some notes in for gen6 users.. 2011-07-06 05:59:27 -07:00
kliment
5d8d17e130 Merge branch 'master' into experimental 2011-07-06 14:22:43 +02:00
kliment
b4eb72510a Merge branch 'master' into refactor 2011-07-06 14:22:34 +02:00
kliment
8dafab9b9a Single definition temp tables 2011-07-06 14:22:06 +02:00
kliment
7f11a44b83 Single definition temp tables 2011-07-06 14:21:02 +02:00
kliment
bd7a402295 Merge branch 'master' into experimental 2011-07-06 13:34:55 +02:00
kliment
dc82e8e757 Merge branch 'master' into refactor 2011-07-06 13:34:45 +02:00
kliment
709a84956b Documentation improvements in Configuration.h 2011-07-06 13:34:08 +02:00
kliment
ef2c71aa4e Removed float calculations from temp conversion functions 2011-07-06 12:40:33 +02:00
kliment
fac34c12d7 Refactored analog to temp and temp to analog to not make distinction between hotend and bed.
Changed both to return integers rather than floats.
2011-07-06 12:37:30 +02:00
kliment
c8767013f1 Fix RAMPS 1.3 number 2011-07-05 23:29:45 +02:00
kliment
3025f862ad Merge branch 'master' of github.com:kliment/Sprinter into refactor 2011-07-05 20:23:49 +02:00
kliment
d1cfd12190 Cleaned up configuration. Made a hack so that board versions can be set from configuration.h. Combined thermistor tables. Enabled maxtemp and mintemp by default.
Changed case of configuration.h to make it appear first in Arduino IDE
2011-07-05 20:20:15 +02:00
kliment
53c0ec08ac Merge pull request #46 from mosfet/master
Fixed Sanguinololu pins for Enable stuff
2011-07-04 21:45:18 -07:00
Joem
9913638a7b Merge branch 'experimental' 2011-07-04 18:27:22 -06:00