MrAlvin
e6c6276b9d
Edited Tonokip_Firmware/Makefile via GitHub
2011-05-13 13:28:19 -07:00
kliment
649a98f80f
Merge pull request #18 from k-eex/fix
...
Fix typo in setting y-acceleration in M201/M202
2011-05-13 12:55:13 -07:00
Keegi
9f4dd2e3c9
Fix typo in M201/M202 y-acceleration setting
2011-05-13 19:44:15 +03:00
kliment
1963409aba
Merge pull request #17 from WebSpider/master
...
Add a maximum temperature limit after which the heater shuts down.
2011-05-12 23:18:12 -07:00
Nils
889d6a7c5b
Removing MCode for overheat protection
2011-05-12 23:24:59 +02:00
Nils
5ba9e2683c
Merge branch 'master' of github.com:kliment/Sprinter
2011-05-12 14:26:59 +02:00
Nils
38660dbd39
Adding experimental support for max temperature gueard (M143)
2011-05-12 14:26:31 +02:00
kliment
37d8a4bd55
Merge branch 'master' of github.com:kliment/Sprinter
2011-05-12 12:56:54 +02:00
kliment
f7f6137c00
Merge pull request #15 from sam-ward/master
...
Added G28 homing code
2011-05-12 03:56:34 -07:00
kliment
178c78f842
Make heater check more frequent during moves, intialize SD faster to avoid confusing repsnapper.
2011-05-12 09:35:29 +02:00
Sam Ward
17ac612301
Added G28 command description to top of file.
2011-05-12 14:36:19 +08:00
Sam Ward
3b3af86ec6
Fixed prepare_move function prototype and inlining
2011-05-12 13:07:52 +08:00
kliment
b83767ec55
Merge branch 'master' of github.com:kliment/Sprinter
2011-05-11 23:52:37 +02:00
kliment
10a7da920d
Remove extraneous newline
2011-05-11 20:38:28 +02:00
Sam Ward
838eb69410
Added some more intelligent homing logic
2011-05-11 21:20:54 +08:00
Sam Ward
0d4dadba39
Added G28 homing code.
...
Re factored main movement routines
2011-05-11 21:08:09 +08:00
kliment
9c93fe2a87
Merge pull request #14 from sam-ward/master
...
Cleaned up some code formatting
2011-05-11 05:30:10 -07:00
Sam Ward
3b2511949c
Merge branch 'master' of https://github.com/kliment/Sprinter
2011-05-11 20:29:24 +08:00
kliment
4663709f47
Merge pull request #12 from cakeller98/RAMPS_Versions
...
Added a RAMPS version #define in pins.h
2011-05-11 05:25:37 -07:00
Sam Ward
5f1c505fc9
Cleaning up code formatting
2011-05-11 20:24:17 +08:00
kliment
65807d86c4
Merge pull request #13 from sam-ward/master
...
Moved function definitions into separate .h file for readability.
2011-05-11 05:24:04 -07:00
Sam Ward
ae03a834c4
Moved function definitions into separate .h file for readability.
2011-05-11 20:17:49 +08:00
Sam Ward
cd1d48a1ba
Merge branch 'master' of https://github.com/kliment/Sprinter
2011-05-11 19:41:27 +08:00
Sam Ward
7b44d14a53
extra CRLF
2011-05-11 19:41:09 +08:00
Emanuele Caruso
61cc2ef42c
Added M201 and M202 to set max acceleration for respectively print and travel moves
2011-05-11 04:30:41 +02:00
Emanuele Caruso
f2f0ebe09c
Dramatically decreased GCODE write time to SD
2011-05-11 01:12:19 +02:00
Christopher Keller
69a148b0a5
Cleaned up the MEGA1280
...
Added a RAMPS version #define in pins.h, so there are two clean/clear sections of pins for the RAMPS versions.
Also added the Heater_1_Pin -1 to the RAMPS V1.0 section.
2011-05-07 16:57:35 -05:00
kliment
140f11833c
Merge pull request #11 from cakeller98/M84_Adding_Timeout
...
Added M84 Timeout for steppers with M84 Sn
2011-05-07 14:10:41 -07:00
Christopher Keller
d0a32823f3
Added M84 Timeout for steppers:
...
Changed the comment to reflect the updated usage
Old functionality remains unchanged M84 disables steppers after finishing previous move.
Added functionality: M84 S<seconds> adds an inactivity timeout, after which the steppers will be disabled. If S0, then no timeout (default)
2011-05-07 16:01:41 -05:00
Emanuele Caruso
3f541055df
Fixed deceleration bug for constant acceleration
2011-05-04 23:14:00 +02:00
Emanuele Caruso
d36d7ca499
Added documentation to constant acceleration parameters
2011-05-04 22:03:20 +02:00
Emanuele Caruso
d15d4b96ce
Added constant acceleration option (aka speed ramp), enabled by default
2011-05-04 21:49:09 +02:00
Emanuele Caruso
93529ad632
Added max z feedrate configuration value, default to 120 mm/min. Solution suggested by cakeller98
2011-05-04 21:05:22 +02:00
Emanuele Caruso
5a5818c109
Made exponential acceleration optional with a #define in configuration.h
2011-05-04 20:44:50 +02:00
kliment
51214e5d11
Make sure M190 does nothing if no heated bed present. Fix report format to match repsnapper expectations
2011-05-03 06:49:55 -07:00
kliment
b629bbafab
Merge pull request #7 from sam-ward/master.
...
Added support for M190 - Wait for heated bed to reach target temp.
2011-05-03 06:43:28 -07:00
Sam Ward
b44c32eba4
Added support for M190 - Wait for heated bed to reach target temp.
...
Amended Gcode descriptions at top of file.
2011-05-03 20:30:14 +08:00
kliment
6566c02656
Merge pull request #4 from ScribbleJ/master.
...
Makefile support to enable upload/compile without the Arduino IDE.
2011-05-03 00:29:00 -07:00
Christopher Jansen
f230275433
Changed avrdude to use copy included in Arduino and to precisely match Arduino Env usage.
2011-05-03 02:08:29 -05:00
kliment
8121c06bc0
Merge pull request #6 from kludgineer/master.
...
Added code for M114, Display current position
2011-05-02 23:38:20 -07:00
kliment
bc8f7921c9
Merge pull request #5 from sam-ward/master.
...
Updated M28, M29 codes at top of file
2011-05-02 23:34:20 -07:00
Christopher Jansen
61b732cca3
Minor changes to comments and fix to upload target for arduino 0022
2011-05-03 01:33:29 -05:00
kludgineer
48dc731df4
Edited Tonokip_Firmware/Tonokip_Firmware.pde via GitHub
2011-05-02 23:29:15 -07:00
Sam Ward
6f94a2f5da
Added comments for M28, M29 to list of implemented Gcodes
2011-05-03 14:29:06 +08:00
Christopher Jansen
cc089f4a41
Added Makefile and declared required functions in .pde to support it working.
...
Tested on various configs with arduinio-0022. Note you have to edit the first few lines
of the Makefile to match your config.
2011-05-03 01:24:32 -05:00
kliment
e243330338
Fix trailing semicolon in #define
2011-05-02 23:19:36 +02:00
Emanuele Caruso
3c67e2b0e0
Merge remote branch 'origin/master'
2011-05-02 16:27:18 +02:00
kliment
eb3940fab4
Added watchdog aand minimal temp for greater safety in the case of a disconnected thermistor
2011-05-01 16:31:46 +02:00
Emanuele Caruso
3470a47a33
Added configuration value for absolute delay microseconds, default to 1. This seems to work better than STEP_DELAY_RATIO and is enabled by default
2011-05-01 05:13:04 +02:00
Emanuele Caruso
d22c0fbf36
Added configuration parameter for delaying steps, STEP_DELAY_RATIO.
...
This should be manually enabled in configuration.h if you are
experiencing missing steps. Please be aware that enabling it may
also prevent your motor from reaching the nominal speed.
2011-05-01 04:36:45 +02:00