Commit graph

  • 0bc9daa4f7 make it compile with arduino 1.0 ; function is still untested. Bernhard 2011-12-01 16:38:01 +0100
  • b0c3871750 more fixing of the sanguino math round problem Bernhard 2011-11-30 09:07:56 +0100
  • 9c57453168 removed stream.h referenece from marlinserial. Bernhard 2011-11-30 08:57:30 +0100
  • 59205ac5fc preliminiary implementation for the early heating finish. Might be replaced by something more clever, e.g. by erik, and does not yet support the second extruder or the bed. its kind of not so cool, because you need 6 more ints. Maybe isheating() should use the degrees directly, as it is not used in time-critical anyways. Then it would be much easier. to have the offsets without additional variables. Bernhard 2011-11-30 08:51:46 +0100
  • 7a4be21b4f made it compile if arduino decides to include files in a differnt order. DEC HEX and stuff now defined in MarlinSerial.h Bernhard 2011-11-30 08:32:28 +0100
  • 716e89b87c first homing move diagonal towards home switches. Bernhard 2011-11-29 22:06:31 +0100
  • d00b7e5587 repaired compiliation in windows Bernhard 2011-11-28 22:45:40 +0100
  • e4ab0e5982 more inlines Bernhard 2011-11-28 22:11:17 +0100
  • 8cb29921a0 possible stepper release after sd printing Bernhard 2011-11-28 22:09:17 +0100
  • 044886b4a0 Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1 Bernhard 2011-11-28 21:52:16 +0100
  • b19c8b74b9 force inline Bernhard 2011-11-28 21:51:44 +0100
  • 6d95644c0d Moved M88 into M84. (M84 E) Erik van der Zalm 2011-11-28 21:49:54 +0100
  • 311627141b Merge branch 'smallopt' into Marlin_v1 Bernhard 2011-11-28 21:36:01 +0100
  • 7216a12856 Disabled M88 for boards that don't have seperate enable pins. Erik van der Zalm 2011-11-28 21:17:06 +0100
  • 98805c9228 Added M88 command. (Request from Action68) Erik van der Zalm 2011-11-28 20:51:01 +0100
  • 85da81e673 inlineing of small functions in serial Bernhard 2011-11-28 19:34:42 +0100
  • b9ad0bb2ce removed unecessary indirect register adressing in serial. Bernhard 2011-11-28 19:28:38 +0100
  • dd5ca68c87 get rid of indirect ringbuffer calls, made some inlines, removed virtual and streaming class requirements. Bernhard 2011-11-28 19:13:40 +0100
  • dd5296ad4d Fixed temperature reading bug. (When using the lower and upper adc input bank) Erik van der Zalm 2011-11-28 17:42:49 +0100
  • f75f426dfa Removed interrupt nesting in the stepper ISR. Add serial checkRx in stepper ISR. Copied HardwareSerial to MarlinSerial (Needed for checkRx). Erik van der Zalm 2011-11-27 21:12:55 +0100
  • 2d9a715655 first naive attempt to have a offset in the homeing procedure. Does not enable to move into regions not allowed by endstops. Bernhard 2011-11-27 17:27:17 +0100
  • d2f034ba84 lcd message from gcode, m117 Bernhard 2011-11-27 16:53:11 +0100
  • 6aecf80278 add autotemp support to the lcd Bernhard 2011-11-27 16:45:19 +0100
  • b128d25f27 overlooked some inlines.. Bernhard 2011-11-27 16:45:00 +0100
  • 26a1de1e44 force inline Bernhard 2011-11-27 16:04:58 +0100
  • f8e170a44b planner optimization by inline functions Bernhard 2011-11-27 14:57:12 +0100
  • aad4b75b94 First parts 2nd extruder Erik van der Zalm 2011-11-26 17:33:25 +0100
  • a0dc66f7bf Home retract distance configureable per axis. Bernhard 2011-11-26 12:04:06 +0100
  • 6d6f323535 make an option if sd-card stop should release the steppers. Bernhard 2011-11-26 11:51:38 +0100
  • 4d6a5c29df disable steppers as routine in stepper.cpp Bernhard 2011-11-26 11:50:23 +0100
  • 74d0032e25 cooldown blocking selectable by #define. Bernhard 2011-11-26 09:03:12 +0100
  • 191f36b493 slowdown Bernhard 2011-11-25 23:59:30 +0100
  • c54a807824 overworked ultralcd a bit Bernhard 2011-11-25 23:37:08 +0100
  • a6823a84e1 another typo Bernhard 2011-11-25 22:36:33 +0100
  • 57e163e989 typo Bernhard 2011-11-25 22:34:12 +0100
  • b58787a367 now velocities are also set in mm/sec in gcode. Bernhard 2011-11-25 22:32:26 +0100
  • 71ca78982b Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1 Bernhard 2011-11-25 22:14:36 +0100
  • 235051253a overworked lcd+eeprom to have only mm/sec and PID including pid_dt Bernhard 2011-11-25 22:14:29 +0100
  • 27654bfe69 Fixed variable (removed 0x) Erik van der Zalm 2011-11-25 22:10:06 +0100
  • cdf0bd4e63 Fixed config bug when EEPROM was disabled Erik van der Zalm 2011-11-25 20:07:30 +0100
  • 6ac9b2e761 Fixed residency time bug. (Thanks to Sound :-) ) Erik van der Zalm 2011-11-25 19:34:36 +0100
  • ac8adabb2b Small nominal speed improvement. Erik van der Zalm 2011-11-25 15:32:50 +0100
  • 0e0e4945d8 Removed ISR overtaken message from ISR routine Erik van der Zalm 2011-11-25 13:59:58 +0100
  • c0f8c9fd72 Seperate ENDSTOP_INVERTING for X Y and Z Added simple endstop filter. Corrected M114 count display. Erik van der Zalm 2011-11-25 13:43:06 +0100
  • 0db97b9c7f Update README.md ErikZalm 2011-11-21 22:40:47 +0100
  • c9005865ed Update README ErikZalm 2011-11-20 19:21:51 +0100
  • 1022a5eaa7 Update README ErikZalm 2011-11-20 19:21:19 +0100
  • 5535e51bf6 Yes, thats the beta. Bernhard Kubicek 2011-11-20 17:04:57 +0100
  • 8b14a8ad34 Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1 Bernhard Kubicek 2011-11-20 16:39:39 +0100
  • 924bab1a03 less lcd flickering Bernhard Kubicek 2011-11-20 16:37:01 +0100
  • 379ea642e1 make tuneing sub-menu. Bernhard Kubicek 2011-11-20 16:05:42 +0100
  • 959d82e81e Small temperature disable bug. Erik van der Zalm 2011-11-20 15:03:35 +0100
  • 15bb3f284e Merge branch 'Marlin_v1', remote-tracking branch 'origin/Marlin_v1' into Marlin_v1 Erik van der Zalm 2011-11-20 14:51:40 +0100
  • 4e5becfc51 Added endstop reporting Erik van der Zalm 2011-11-20 14:50:08 +0100
  • eeb4f029db Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1 Bernhard Kubicek 2011-11-20 14:45:38 +0100
  • b21d5193f2 made ultralcd compatible with folders. Bernhard Kubicek 2011-11-20 14:43:47 +0100
  • 85c8a87e70 Small changes to README.md Erik van der Zalm 2011-11-20 13:31:07 +0100
  • 2e43f9c809 Changed min max temperature code. Erik van der Zalm 2011-11-20 13:14:58 +0100
  • cd2268f10a code cleanup in ultralcd. Bernhard Kubicek 2011-11-20 11:55:33 +0100
  • d8e7e2f72e more readme Bernhard Kubicek 2011-11-20 11:55:06 +0100
  • 6dba34ab0e even more format. Bernhard Kubicek 2011-11-20 09:09:11 +0100
  • 4687c56f53 format Bernhard Kubicek 2011-11-20 09:06:05 +0100
  • 4258841241 format Bernhard Kubicek 2011-11-20 09:03:42 +0100
  • 827cd72703 format readme. Bernhard Kubicek 2011-11-20 09:00:19 +0100
  • d41547a397 Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1 Bernhard Kubicek 2011-11-19 22:04:55 +0100
  • 61e0740bf0 overworked readme Bernhard Kubicek 2011-11-19 22:04:37 +0100
  • 0e7fee9a9b Merge branch 'Marlin_v1', remote-tracking branch 'origin/Marlin_v1' into Marlin_v1 Erik van der Zalm 2011-11-19 21:33:15 +0100
  • 915ef2d4a1 Added software endstops Erik van der Zalm 2011-11-19 21:32:47 +0100
  • e87df99e22 update mcode documentation Bernhard Kubicek 2011-11-19 21:01:07 +0100
  • 8a1e719a3f overworked config file Bernhard Kubicek 2011-11-19 20:52:43 +0100
  • 5ad1d19384 make it compile without sd_support Bernhard Kubicek 2011-11-19 20:18:54 +0100
  • 7a2d1f5aeb add M17, so the enable stepper button works in repg. Bernhard Kubicek 2011-11-19 18:22:22 +0100
  • e02af3e66a Merge remote-tracking branch 'origin/Marlin_v1' into Marlin_v1 Erik van der Zalm 2011-11-19 17:23:47 +0100
  • 537b5c155d Fixed arc flowrate. Erik van der Zalm 2011-11-19 17:23:28 +0100
  • 953d830bba Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1 Bernhard Kubicek 2011-11-19 17:09:43 +0100
  • 2a6afee832 make it compile without autotemp Bernhard Kubicek 2011-11-19 17:09:33 +0100
  • f52e1a9571 autotemp working, default=disabled. Bernhard Kubicek 2011-11-19 17:07:44 +0100
  • 6e6fdb9a4e Merge remote-tracking branch 'origin/Marlin_v1' into Marlin_v1 Erik van der Zalm 2011-11-19 16:18:13 +0100
  • 6841a10446 Fixed max/min temperature bug Erik van der Zalm 2011-11-19 16:16:26 +0100
  • 8a08b8e07e trying to get autotemp to work. Bernhard Kubicek 2011-11-19 15:37:10 +0100
  • f0154de5b3 found bug that disabled printing from root. Bernhard Kubicek 2011-11-19 15:36:49 +0100
  • 70650c331d corrected the ultimaker default values, the previous had a calculation error: see: http://groups.google.com/group/ultimaker/browse_thread/thread/91906788639703cf Bernhard Kubicek 2011-11-19 14:50:31 +0100
  • 9d90220537 Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1 Bernhard Kubicek 2011-11-19 14:35:53 +0100
  • 869cee74e6 host-based sd card printing seems now to work with folders Bernhard Kubicek 2011-11-19 14:34:27 +0100
  • 70abca195a overworked cardreader for folder support; not finished yet. Bernhard Kubicek 2011-11-19 13:13:34 +0100
  • ff69e0a772 Changed max/min temp init. Removed second uart from sabguino core Erik van der Zalm 2011-11-19 12:19:53 +0100
  • 1e5e141ac9 Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1 Bernhard Kubicek 2011-11-18 22:22:23 +0100
  • edb5ea7efa the normal config again.. Bernhard Kubicek 2011-11-18 22:22:07 +0100
  • 5df5727e93 removed some debugging comments Bernhard Kubicek 2011-11-18 22:20:53 +0100
  • 64f2121ab1 updated to sdfatlib2010902 Bernhard Kubicek 2011-11-18 22:17:37 +0100
  • b15902d3b5 Fixed bug in configuration.h Erik van der Zalm 2011-11-18 19:46:16 +0100
  • e63e224a33 Merge remote-tracking branch 'origin/Marlin_v1' into Marlin_v1 Erik van der Zalm 2011-11-18 19:04:09 +0100
  • e7dca8614b Advance experiments. Not working yet. Erik van der Zalm 2011-11-18 18:59:17 +0100
  • 46f80e82d9 Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1 Bernhard Kubicek 2011-11-15 22:53:04 +0100
  • a9c7da06e3 and changed ultipanel to have the mm/sec and not mm/min Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1 Bernhard Kubicek 2011-11-15 22:50:43 +0100
  • 02b9eceead show sd% Bernhard Kubicek 2011-11-15 20:55:00 +0100
  • 7919a40d06 watchdog,percent done, Bernhard Kubicek 2011-11-15 20:54:40 +0100
  • 805d37f77b Fixed some small planner bugs Erik van der Zalm 2011-11-15 18:14:00 +0100
  • 5fd41ae872 Some fixes in planner Erik van der Zalm 2011-11-14 23:57:34 +0100
  • 95126c09c0 Added slowdown Erik van der Zalm 2011-11-14 20:04:29 +0100