Commit Graph

  • 443c3eb8ad Configtool: swap Edit and Build menu. Markus Hitter 2015-02-05 20:40:03 +0100
  • 552b21b76e board.ramps-v1.3.h: add predefined fan output. jbernardis 2015-01-25 20:17:32 -0500
  • 9985c3936d Configtool: many changes. jbernardis 2015-01-25 20:17:32 -0500
  • b9f524d256 Configtool: add the ability to build and upload. jbernardis 2015-01-19 22:56:44 -0500
  • d6b2a2293e Configtool: incorporate most of previous comments. jbernardis 2015-01-17 19:53:49 -0500
  • d7789ee217 Configtool: major restructuring. jbernardis 2015-01-13 20:08:14 -0500
  • 943a8326a9 Configtool: new version. jbernardis 2015-01-08 18:46:28 -0500
  • 0d956511f9 Configtool: first steps for a user friendly configuration tool. Markus Hitter 2015-01-03 14:16:06 +0100
  • 86f1fc418f Enforce Unix line endings (LF). Markus Hitter 2015-02-02 01:09:16 +0100
  • 4c34674b6e dda.c/.h: reduce debounce counting variable. Markus Hitter 2014-12-27 20:28:01 +0100
  • f577431aac home.c, dda.c: consider endstops on both axis ends when homing. Markus Hitter 2014-12-27 19:55:04 +0100
  • a0125dedfc gcode_parse.c: don't assume G1 on pure M- or T-codes. konoppo 2015-01-06 00:47:27 +0100
  • cca2994dd8 dda.c: fix debug statement position. Markus Hitter 2014-12-26 21:13:42 +0100
  • 55c0be5f41 gcode_process.c: same homing order for all axes. Markus Hitter 2014-12-21 18:34:43 +0100
  • f6115688c5 Move Intercom temp sensor initialisation from mendel.c to temp.c. Markus Hitter 2014-11-03 15:51:19 +0100
  • a9f1d00865 Move MAX6675 initialisation from mendel.c to temp.c. Markus Hitter 2014-11-03 15:43:49 +0100
  • b66ba4629a gcode_process.c: sort M112. Markus Hitter 2014-11-15 13:26:37 +0100
  • 9fe9c919a4 dda.c: add some TODOs about duplicate and redundant code. Markus Hitter 2014-10-17 18:36:03 +0200
  • 69e0b0d15e dda_lookahead.c: loop up speed factor calculation, too. Markus Hitter 2014-10-17 01:26:02 +0200
  • 4596dffe10 dda_lookahead.c: put MAX_JERK_{XYZE} into an array. Markus Hitter 2014-10-17 01:17:36 +0200
  • 87a0706ff9 dda_lookahead.c: loop up currF, too. Markus Hitter 2014-10-17 01:03:23 +0200
  • b3eba1d062 dda_lookahead.c: loop up prevF calculation. Markus Hitter 2014-10-17 00:47:09 +0200
  • ab25efbe81 dda.c: abs32() is obsolete now. Markus Hitter 2014-10-17 00:21:51 +0200
  • 45baa75a5d CoreXY: tell config.h templates about KINEMATICS_COREXY. Markus Hitter 2014-10-16 22:42:33 +0200
  • 2651c10404 CoreXY, dda_kinematics.c/.h: introduce KINEMATICS_COREXY. Markus Hitter 2014-10-16 22:28:32 +0200
  • be0af71b2e CoreXY: distribute new KINEMATICS definition to all config.h templates. Markus Hitter 2014-10-16 21:53:08 +0200
  • 30dd1f4535 CoreXY: separate out bot axes distance calculations. Markus Hitter 2014-10-16 21:37:22 +0200
  • 7d2dbaa481 CoreXY, dda.c: use signed delta_steps to simplify dda->delta_um[] calc. Markus Hitter 2014-10-16 21:30:48 +0200
  • cca464260b CoreXY, dda.c: use our now signed delta_steps to set direction. Markus Hitter 2014-10-16 21:20:17 +0200
  • 12f01a783a CoreXY, dda.c: calculate delta steps separately. Markus Hitter 2014-10-16 21:04:34 +0200
  • 41bf99c1aa CoreXY, dda.c: separate bot axes from extruder axes. Markus Hitter 2014-10-16 20:56:56 +0200
  • a36b96357e CoreXY, dda.c: start by making steps an array. Markus Hitter 2014-10-16 20:47:46 +0200
  • 84affe4cd7 Add config.h template for RUMBA electronics. jgrjgr 2014-12-22 15:41:31 +1000
  • 3696c707cd Add config.h template for the 3Drag controller. Markus Hitter 2014-11-15 18:00:16 +0100
  • bb24627242 dda.c: file attempt to use sign of dda->delta_um[] to set direction. Markus Hitter 2014-10-12 23:38:27 +0200
  • c7b022fb3e dda.c: some whitespace cleaning. Markus Hitter 2014-10-10 16:12:55 +0200
  • 6da02f3112 config_wrapper.h: protect against USB/serial misconfiguration. Markus Hitter 2014-09-01 15:59:19 +0200
  • 9f618ee048 Testcases: add nothing.gcode. Markus Hitter 2014-08-24 19:25:06 +0200
  • 37e2b18f4c config.*.h: distribute changed TEMP_HYSTERESIS description to all templates. Markus Hitter 2014-08-30 21:13:06 +0200
  • e0ee76b54e heater.c: add a hysteresis when using BANG_BANG. Markus Hitter 2014-08-25 19:51:33 +0200
  • f26623d173 Move clock stuff from timer.c/.h to clock.c/.h. Markus Hitter 2014-08-25 17:28:51 +0200
  • fc7365b320 preprocessor_math.h: fix errorneous comment. Markus Hitter 2014-08-30 20:58:05 +0200
  • 95b3ea0b30 Canned G-code: distribute new config option to all templates. Markus Hitter 2014-08-30 14:40:06 +0200
  • 5cc84a069a Canned G-code: setup right in config.h. Markus Hitter 2014-08-30 13:03:34 +0200
  • 7f990a298c Canned G-code: don't miss first character. Markus Hitter 2014-08-30 14:00:18 +0200
  • 1e97e51d2a Canned G-code: fix reading flash memory. Markus Hitter 2014-08-30 14:12:12 +0200
  • aed4bfdb5b Canned G-code: implement continuous replay of G-code stored on flash. Michael Moon 2014-08-30 19:23:54 +1000
  • 0723b53c44 run-in-simulavr.sh: terminate simulation if stop recieved. Erik Jonsson 2014-08-05 19:16:49 +0200
  • fa0e0d37e7 gcode_process.c: added stop message when M2 is recieved. Erik Jonsson 2014-08-05 19:19:32 +0200
  • e4349083b4 Fix config.ramps-v1.3.h. Markus Hitter 2014-08-13 19:58:53 +0200
  • 642948acb2 gcode_process.c: review G28 comment. Markus Hitter 2014-08-13 14:16:27 +0200
  • 5b3121abc5 arduino_xxx.h: add DIO names next to AIO names. Markus Hitter 2014-08-13 14:11:49 +0200
  • 6c5809f0fa DDA: finally, don't bit-shift dda->c. Markus Hitter 2014-07-15 19:50:22 +0200
  • e098a96bac DDA: don't bit-shift move_c. Markus Hitter 2014-07-15 18:49:15 +0200
  • b9c38051cc DDA: don't bit-shift dda->c_min. Markus Hitter 2014-07-15 18:03:26 +0200
  • 6880f05f7e DDA: don't bit-shift dda->end_c either. Markus Hitter 2014-07-15 17:43:25 +0200
  • 2541eaf335 DDA: don't bit-shift c_limit, c_limit_calc either. Markus Hitter 2014-07-15 17:01:10 +0200
  • 4fa755daef dda.c: don't bit-shift c0. Markus Hitter 2014-07-10 00:14:40 +0200
  • ec937adde2 run-in-simulavr.sh: move statistics to the end. Markus Hitter 2014-07-14 17:15:52 +0200
  • 157a5a966b run-in-simulavr.sh: clean up tracein file after being done. Markus Hitter 2014-07-14 16:56:53 +0200
  • 4f0a00c1a6 DDA: calculate acceleration for the actual fast axis. Markus Hitter 2014-07-09 23:45:40 +0200
  • 5ee2aebbed DDA: remember number of the fast axis. Markus Hitter 2014-07-09 23:37:27 +0200
  • 294f0eda26 DDA: have an acceleration constant for each axis individually. Markus Hitter 2014-07-09 23:19:07 +0200
  • 2ad7517e27 preprocessor_math.h, SQRT(): take a better initial guess. Markus Hitter 2014-07-06 23:17:06 +0200
  • 6f83519a1d Add preprocessor math. Markus Hitter 2014-07-06 17:04:24 +0200
  • 76bf5ef75a Datalog: show traced data as signed ints, not unsigned. Phil Hord 2013-11-25 16:13:55 -0500
  • 24f5416bba DDA: Rename confusing variable name. Phil Hord 2013-11-25 16:16:18 -0500
  • bc4cf20341 Trivial cleanups. Phil Hord 2013-11-25 16:17:11 -0500
  • f9f068596d DDA: Move axis calculations into loops, part 9 (last part). Phil Hord 2013-11-25 18:06:43 -0500
  • 96e9ae4dab dda.h: comment on these direction flags and other things. Markus Hitter 2014-07-04 23:09:38 +0200
  • 41e76ca9fe dda.c: make update_current_position() even smaller. Markus Hitter 2014-07-04 23:05:09 +0200
  • b552447789 DDA: Move axis calculations into loops, part 8. Phil Hord 2013-11-25 18:06:43 -0500
  • 80b29b727b DDA: Move axis calculations into loops, part 7. Phil Hord 2013-11-25 18:06:43 -0500
  • 32481e2799 debug.h: Align M111 debug bit codes with Repetier-Host. David Forrest 2014-06-17 20:10:30 -0400
  • cc9c9ff7b4 DDA: Revert move axis calculations into loops, part 6a-c. Markus Hitter 2014-06-18 00:49:50 +0200
  • 1fc4a26ccd DDA: Move axis calculations into loops, part 6c. Markus Hitter 2014-06-17 23:40:45 +0200
  • 808f5dcfca DDA: Move axis calculations into loops, part 6b. Markus Hitter 2014-06-17 22:13:25 +0200
  • b83449d8c3 DDA: Move axis calculations into loops, part 6a. Phil Hord 2013-11-25 18:06:43 -0500
  • ad82907b98 testcases: Add config.h. Markus Hitter 2014-06-17 23:00:31 +0200
  • 003697ee0f gcode_parse.c: Debug S with serwrite_int32. David Forrest 2014-06-13 22:43:09 -0400
  • f046c013e3 sermesg.c: Add documentation tag for variable floating point. David Forrest 2014-02-27 03:57:33 -0500
  • e7707ea275 config.*.h: extend DEBUG_LED_PIN comment to all config templates. Markus Hitter 2014-06-16 23:03:33 +0200
  • f356f64bdb config.default.h: Add DEBUG_LED_PIN to the pinout section. David Forrest 2014-05-18 10:47:20 -0400
  • b12157cb6f gcode_process.c: Add comment on units of P, I, and D parameters. David Forrest 2014-02-19 16:32:17 -0500
  • 5b5c44b523 dda_lookahead.c: Eliminate debug crossF variable compile warning. David Forrest 2014-03-24 23:14:02 -0400
  • 2496a95c6f dda_maths.h: Add comment on units of C0. David Forrest 2014-05-20 10:29:08 -0400
  • f3666fc43f heater_sim.c: Note that the heater isn't implemented in the simulator. David Forrest 2014-02-08 23:18:11 -0500
  • fdfd202e5d run-in-simulavr.sh: add statistics output for LED On Time. Markus Hitter 2014-06-15 18:45:51 +0200
  • da08c35edd run-in-simulavr.sh: add support for timing measurements. Markus Hitter 2014-06-15 17:02:27 +0200
  • 4389e670bd run-in-simulavr.sh: start signals undefined. Markus Hitter 2014-06-15 17:14:08 +0200
  • 35c4949965 run-in-simulavr.sh: run SimulAVR a bit more verbose. Markus Hitter 2014-06-15 17:08:46 +0200
  • 6250dbb9e0 Configuration: move DEBUG_LED definition. Markus Hitter 2014-06-13 22:19:23 +0200
  • 9a08675576 Rename all these new PROGMEM variables to end in _P. Markus Hitter 2014-06-13 18:35:18 +0200
  • 74808610c7 DDA: Move axis calculations into loops, part 5. Phil Hord 2013-11-25 18:06:43 -0500
  • 8d729d499d DDA: Move axis calculations into loops, part 4. Phil Hord 2013-11-25 18:06:43 -0500
  • cd0155b5f4 DDA: Move axis calculations into loops, part 3. Phil Hord 2013-11-25 18:06:43 -0500
  • d3beb21225 DDA: Move axis calculations into loops, part 2. Phil Hord 2013-11-25 18:06:43 -0500
  • 427d6637c3 dda_maths.h: remove now obsolete um_to_steps_[xyze]. Phil Hord 2013-11-19 16:30:11 -0500
  • cec3c5f52e DDA: Move axis calculations into loops, part 1. Phil Hord 2013-11-25 18:06:43 -0500
  • 1c19158bbc DDA: use new generic um_to_steps_* in dda_new_startpoint(). Markus Hitter 2014-06-09 23:18:46 +0200