Commit graph

  • d0a32823f3 Added M84 Timeout for steppers: Christopher Keller 2011-05-07 16:01:41 -0500
  • 3f541055df Fixed deceleration bug for constant acceleration Emanuele Caruso 2011-05-04 23:14:00 +0200
  • d36d7ca499 Added documentation to constant acceleration parameters Emanuele Caruso 2011-05-04 22:03:20 +0200
  • d15d4b96ce Added constant acceleration option (aka speed ramp), enabled by default Emanuele Caruso 2011-05-04 21:49:09 +0200
  • 93529ad632 Added max z feedrate configuration value, default to 120 mm/min. Solution suggested by cakeller98 Emanuele Caruso 2011-05-04 21:05:22 +0200
  • 5a5818c109 Made exponential acceleration optional with a #define in configuration.h Emanuele Caruso 2011-05-04 20:44:50 +0200
  • 51214e5d11 Make sure M190 does nothing if no heated bed present. Fix report format to match repsnapper expectations kliment 2011-05-03 06:49:55 -0700
  • b629bbafab Merge pull request #7 from sam-ward/master. kliment 2011-05-03 06:43:28 -0700
  • b44c32eba4 Added support for M190 - Wait for heated bed to reach target temp. Amended Gcode descriptions at top of file. Sam Ward 2011-05-03 20:30:14 +0800
  • 6566c02656 Merge pull request #4 from ScribbleJ/master. kliment 2011-05-03 00:29:00 -0700
  • f230275433 Changed avrdude to use copy included in Arduino and to precisely match Arduino Env usage. Christopher Jansen 2011-05-03 02:08:29 -0500
  • 8121c06bc0 Merge pull request #6 from kludgineer/master. kliment 2011-05-02 23:38:20 -0700
  • bc8f7921c9 Merge pull request #5 from sam-ward/master. kliment 2011-05-02 23:34:20 -0700
  • 61b732cca3 Minor changes to comments and fix to upload target for arduino 0022 Christopher Jansen 2011-05-03 01:33:29 -0500
  • 48dc731df4 Edited Tonokip_Firmware/Tonokip_Firmware.pde via GitHub kludgineer 2011-05-02 23:29:15 -0700
  • 6f94a2f5da Added comments for M28, M29 to list of implemented Gcodes Sam Ward 2011-05-03 14:29:06 +0800
  • 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. Christopher Jansen 2011-05-03 01:24:32 -0500
  • e243330338 Fix trailing semicolon in #define kliment 2011-05-02 23:19:36 +0200
  • 3c67e2b0e0 Merge remote branch 'origin/master' Emanuele Caruso 2011-05-02 16:27:18 +0200
  • eb3940fab4 Added watchdog aand minimal temp for greater safety in the case of a disconnected thermistor kliment 2011-05-01 16:31:46 +0200
  • 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 Emanuele Caruso 2011-05-01 05:13:04 +0200
  • d22c0fbf36 Added configuration parameter for delaying steps, STEP_DELAY_RATIO. Emanuele Caruso 2011-05-01 04:36:45 +0200
  • 43f1603922 Merged pull request #2 from tommycheng/master. kliment 2011-04-29 13:43:32 -0700
  • 40249d192f Adding Support for Sanguinololu Tommy Cheng 2011-04-30 02:17:22 +0800
  • 6adcd70cc9 Merged pull request #1 from WebSpider/master. kliment 2011-04-28 15:43:19 -0700
  • ce13b14457 Adding basic capabilities (M115) implementation Nils 2011-04-29 00:40:37 +0200
  • e164ec87e4 Fix missing { causing compile error kliment 2011-04-28 01:35:36 +0200
  • 896b01ab4a Merge branch 'master' of git@github.com:kliment/Klimentkip kliment 2011-04-27 23:31:54 +0200
  • ef8099b6dd Added PWM control to fan pin, added smoothing code for erratic gen6 temp readings kliment 2011-04-27 23:30:58 +0200
  • bc6eeb7aa6 Merge remote branch 'origin/master' Emanuele Caruso 2011-04-25 23:39:36 +0200
  • 00bbafb11a Merge remote branch 'origin/master' Emanuele Caruso 2011-04-25 23:38:27 +0200
  • f59f100653 Merge remote branch 'origin/master' Emanuele Caruso 2011-04-25 23:38:27 +0200
  • 3a57b65338 Added separate acceleration configuration parameter for travel moves Emanuele Caruso 2011-04-25 23:35:00 +0200
  • d432e22dc1 Added separate acceleration configuration parameter for travel moves Emanuele Caruso 2011-04-25 23:35:00 +0200
  • bdf475b6e7 Restored acceleration configuration values to the previous more conservative defaults Emanuele Caruso 2011-04-24 19:25:30 +0200
  • 6becb19dc5 Merge branch 'minconstspeed' Emanuele Caruso 2011-04-22 21:18:13 +0200
  • d8d592179e Added min constant speed units configuration value for acceleration. Disabled manage_heating while accelerating or decelerating. Updated acceleration configuration values to better default values. Emanuele Caruso 2011-04-22 21:10:10 +0200
  • 218d454bf4 Do not include max6675 functions if they are not in use kliment 2011-04-22 12:21:59 +0200
  • f1a2e54b12 Sane defaults when thermocouple support is present kliment 2011-04-22 12:18:12 +0200
  • 86e97c14fa Fix pin definitions for MAX6675 (SS) kliment 2011-04-22 12:10:25 +0200
  • 72e4ce1c2c Gregfrost thermocouple support - still needs minor cleanup kliment 2011-04-19 09:26:56 +0200
  • 180f20a1cd Updated README with important WARNING. Read it if you haven't already! Emanuele Caruso 2011-04-19 17:05:31 +0200
  • 163d9d0eb2 Merge remote branch 'upstream/master' Emanuele Caruso 2011-04-19 17:00:40 +0200
  • aeb9132cbf Fixed speed bug. Before updating, read the WARNING below! Emanuele Caruso 2011-04-19 16:48:27 +0200
  • c392305761 Initialize temp variables correctly kliment 2011-04-19 09:22:46 +0200
  • 614d568a96 Added some rough documentation to linear_move() Emanuele Caruso 2011-04-19 02:02:06 +0200
  • 6f712d9306 Changed error message when selecting invalid board to actually make sense Nils 2011-04-17 02:05:41 +0200
  • 24b63b7644 Correct number for Gen6 in pins.h kliment 2011-04-15 23:56:12 +0200
  • 00aa507248 Add support for Gen6, conditional SD and heated bed code, and mendelparts thermistor table kliment 2011-04-15 09:02:06 +0200
  • 6ec0bada6c Fix interval calculation (thanks to BenJackson) kliment 2011-04-14 08:18:28 +0200
  • 853a295762 Terminate current move after endstop hit - avoids lockup kliment 2011-04-13 11:17:56 +0200
  • 6df9556de0 Fix kill function to disable axes and heaters like it should. kliment 2011-04-12 09:55:22 +0200
  • 95fff5367d Fix M28 to work with checksums - thanks to jeanmarc kliment 2011-04-11 00:02:59 +0200
  • 31936a2caa Experimental PID support. Use with caution. kliment 2011-04-10 21:58:56 +0200
  • d8f195bd3f Fixed acceleration bug: thank you jeanmarc for pointing that out! Emanuele Caruso 2011-04-08 23:36:38 +0200
  • 8f8acb8e5b Merge remote branch 'origin/master' Emanuele Caruso 2011-04-08 07:19:19 +0200
  • df8611817a Merge branches 'master' and 'accfix' Emanuele Caruso 2011-04-08 07:05:16 +0200
  • 70514ce33b Improved acceleration algorithm: now you can set minimum feedrate speed Emanuele Caruso 2011-04-08 07:04:51 +0200
  • c0ccdd0438 Remove checksum from M28 and M23 commands kliment 2011-04-07 10:57:26 +0200
  • aad7c19db8 Fixed acceleration algorithm. Added deceleration. Added configuration setting for acceleration in configuration.h Emanuele Caruso 2011-04-07 06:14:23 +0200
  • 0f095d94d8 SD write support. Safety check for step count. kliment 2011-04-06 23:56:39 +0200
  • 25d00d4147 Performance tweak: removed timediff calculations for extruder steps if the move has X or Y steps, since it is not used in that case Emanuele Caruso 2011-04-05 16:58:58 +0200
  • 2f151cff4b Code cleaning in linear_move(), no functional enhancement Emanuele Caruso 2011-04-05 16:42:33 +0200
  • a71a1ee2ab Fixed SD card removal and reinsertion. Added support for bed temp reading in newer repsnapper. kliment 2011-04-05 13:45:46 +0200
  • 698e33c12d Removed float calculations in the new extruder move algorithm Emanuele Caruso 2011-04-05 00:48:48 +0200
  • dc53111a71 Fixed extruder issue: the e-move was shorter than other axises Emanuele Caruso 2011-04-04 21:18:02 +0200
  • fcd6fe728c Corrections to README from caru's commit kliment 2011-04-03 20:28:55 +0200
  • 646684a5e4 Updated README with important information on how to configure thermistor table(s) Emanuele Caruso 2011-04-03 20:15:18 +0200
  • 0edb70a105 Fixed geometry bug. Implemented Bresenham linear interpolation for X and Y axis. Added acceleration to X and Y axes. Emanuele Caruso 2011-04-03 05:01:49 +0200
  • 9d080f260b Timediff was not declared with SD disabled kliment 2011-03-29 08:02:08 +0200
  • 666671e306 Fix potential very bad geometry bug kliment 2011-03-29 07:34:08 +0200
  • 254f42b118 Attempt at geometry fix. Catches up to missed steps whenever it finds them. kliment 2011-03-28 22:57:39 +0200
  • 8562260f00 Changed initialization order to enable Mega 2560 users to connect more reliably kliment 2011-03-28 18:20:55 +0200
  • 00fbfefd12 Changed initialization order to enable Mega 2560 users to connect more reliably kliment 2011-03-28 18:19:03 +0200
  • a3bd2c88b7 Added temp tables to configuration. Made dual temp tables optional. Re-enabled min-z endstop in default config. kliment 2011-03-28 18:15:38 +0200
  • 6d4dae1115 Added support for a heated bed thermistor that can be different from the hot-end thermistor Emanuele Caruso 2011-03-26 16:48:50 +0100
  • cc6260bd71 Fixed wrong feedrate bug. Emanuele Caruso 2011-03-26 16:45:02 +0100
  • 0e0087ef75 Updated readme kliment 2011-03-13 12:49:44 +0100
  • f538a2d590 Added SD support, heatbed support and internal endstop pullup support. Improved communications, removed echo, added buffering. kliment 2011-03-13 12:34:34 +0100
  • 933c0b69b1 set endstop default config for RRSOES johnnyr 2011-01-05 23:01:30 -0800
  • ad612ac4e6 added ifndef for 2560 johnnyr 2010-12-08 13:29:27 -0800
  • 1931376e4c Changed Heater and Fan pins for v1.1 johnnyr 2010-11-10 11:24:16 -0800
  • 38afe46c0b Added Fan control johnnyr 2010-11-10 11:23:12 -0800
  • 85fe968aeb johnnyr 2010-08-29 17:45:38 -0700
  • b51219c4e7 customized config for RAMPS johnnyr 2010-08-12 09:26:13 -0700
  • ea3fda25c5 johnnyr 2010-08-11 20:53:56 -0700
  • 94d3829510 changed arduino mega pins for ramps johnnyr 2010-08-11 20:52:27 -0700
  • dfbb1e3cb6 johnnyr 2010-08-11 20:50:51 -0700
  • 93770c54ed added failsafe endstop checking Mcode that can be used for homing tonokip 2010-05-12 19:11:30 -0700
  • c00f11f985 properly check for new serial data tonokip 2010-05-05 21:45:37 -0700
  • 3841153d9a check for inactivity inside movement loop tonokip 2010-05-03 23:58:20 -0700
  • 2bd1060eaa custom code M92 set axis_steps_per_unit tonokip 2010-05-03 17:51:07 -0700
  • abffc3fb26 added inactivity shutdown timer tonokip 2010-05-03 06:57:40 -0700
  • bf28a693a3 fix extrusion feedrate tonokip 2010-05-02 15:06:43 -0700
  • 38eb0a1bcd added config option for inverting stepper direction tonokip 2010-05-02 13:47:44 -0700
  • 3d2194c334 minor fix newlines for configuration.h tonokip 2010-05-02 12:39:31 -0700
  • c5e4508dd5 remove (byte) from pins.h tonokip 2010-05-02 10:19:13 -0700
  • d024fdb1b1 rewrite tonokip 2010-05-01 16:52:51 -0700
  • efc932a4c0 first commit tonokip 2010-05-01 16:49:42 -0700