Commit Graph

  • ad588e8990 Added new board for those of us with sanguinololu boards with ceramic resonators hcker2000 2013-11-18 15:49:36 -0500
  • a94e588765 Changed slow buttons behavior. Erik van der Zalm 2013-11-17 17:41:30 +0100
  • 69af392554 Added HEATERS_PARALLEL (Request from reifsnyderb) This allows a hot end with two heaters and a FET for each heater. This is useful if the FET is not capable of heating two heaters. Erik van der Zalm 2013-11-17 13:29:02 +0100
  • 48a185d004 Fixed compile errors from bad commits. Erik van der Zalm 2013-11-10 16:36:37 +0100
  • 24d1f480b6 Merge pull request #647 from shaggythesheep/newfeature-M226 ErikZalm 2013-11-10 07:27:01 -0800
  • 95b41413e6 Merge pull request #641 from hugokernel/master ErikZalm 2013-11-10 07:26:35 -0800
  • 59b96e323e Merge pull request #640 from fmalpartida/SAV-MkI ErikZalm 2013-11-10 07:26:08 -0800
  • 2433ee6fc8 Merge pull request #637 from justuswilhelm/Marlin_v1 ErikZalm 2013-11-10 07:22:12 -0800
  • 3455a2bac2 Merge pull request #636 from PrintToPeer/Marlin_v1 ErikZalm 2013-11-10 07:21:46 -0800
  • ec1cf6e7f8 Merge pull request #635 from dbenamy/Marlin_v1 ErikZalm 2013-11-10 07:20:49 -0800
  • dc887ef99b Implement M226 - GCode Initiated Pause Richard Miles 2013-11-09 00:55:23 +0000
  • c244eb860c If you have a switch on suicide pin, this is useful if you want to start another print with suicide feature after a print without suicide... Charles R 2013-11-04 12:04:04 +0100
  • 7b556d2e96 Added BT support on AT90USB devices fmalpartida 2013-11-03 19:57:06 +0100
  • a5e8575829 Add UUID support to M115 responses. Kaz Walker 2013-11-01 14:51:50 -0600
  • cab84e0e5b Add (correct) missing pin definitions for Y2 Daniel Benamy 2013-10-30 22:44:20 -0400
  • 5b3f60ea2e Corrected LCD only error fmalpartida 2013-10-30 21:52:46 +0100
  • 62d0b79023 Fix servo control for Melzi Justus Perlwitz 2013-10-30 20:58:38 +0100
  • c184f808f7 Merge pull request #632 from dbenamy/Marlin_v1 ErikZalm 2013-10-30 10:47:11 -0700
  • c886f5cb13 Made instructions more clear. Daniel Benamy 2013-10-30 13:26:49 -0400
  • b5a964fcc5 Initial SAV MkI (RepRap CloneWars board) integration. fmalpartida 2013-10-30 11:45:32 +0100
  • 4382068f92 Merge pull request #630 from dumle29/Marlin_v1 ErikZalm 2013-10-29 10:57:12 -0700
  • f941203172 PS_ON configurable boot state dumle29 2013-10-29 18:44:56 +0100
  • 47854ff5ce Merge pull request #629 from whosawhatsis/Marlin_v1 Bernhard Kubicek 2013-10-24 20:48:16 -0700
  • c79e3967b3 Make G11 not horribly broken whosawhatsis 2013-10-24 18:58:42 -0700
  • 5b8b939a1f Add comments about RAMPS 5V rail for servos. alexborro 2013-10-22 10:38:33 -0200
  • d69822ed51 Fix '#' since it can occure in comments. bkubicek 2013-10-22 10:34:51 +0200
  • 2fb2a0a119 Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1 bkubicek 2013-10-22 10:08:21 +0200
  • 39d88bcccb preparation for hibernation bkubicek 2013-10-22 10:04:08 +0200
  • ab965376ff Sub-file calls. by overloading M32 it is now possible to execute gcode files from other gcode files, with a fixed recursion level. This can be used e.g. for having a real start.g and end.g somewhere on the sd card, which are then called from the normal print file. Another usecase would be to have macro-files for nozzle-change and layerchange. I have not tested the speedwise performance. The testing was done with pronterface. bkubicek 2013-10-22 10:02:18 +0200
  • b2cc27e5ea Added a magic character for sd buffering. if a '#' is read now the buffer will be emptied before reading ahead. This is so one can execute files from within gcode files, without messing the buffer with preread characters from the caller file. # can not occure in sd files imho, because it should only occure within checksums in ther serial communication. Yes, thats a lame argument. If you have a better idea please tell me. It has to be a character that one can type on a keyboard manually. bkubicek 2013-10-22 09:54:13 +0200
  • 8a08cca0f2 Added temperature status less. Hopefully fixed viky button handling without braking other boards Erik van der Zalm 2013-10-20 12:12:35 +0200
  • 667d278f54 Revert "Fix for Viki display" Erik van der Zalm 2013-10-20 10:16:46 +0200
  • bf27e79e74 Small BlinkM fix Erik van der Zalm 2013-10-20 10:06:02 +0200
  • 87e28c0599 Added ifdefs to blinkm Erik van der Zalm 2013-10-20 09:55:15 +0200
  • 24c6b2ab35 Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1 Erik van der Zalm 2013-10-20 09:51:58 +0200
  • 6a803ba9c5 Merge pull request #590 from timkoster/Marlin_v1 ErikZalm 2013-10-20 00:51:35 -0700
  • 457d8a0acb Fixed merge conflicts Erik van der Zalm 2013-10-20 09:50:27 +0200
  • 6f85a8c7aa Bed auto Leveling change: Raise Z before homing Alex Borro 2013-10-12 17:28:11 -0300
  • dd3086d3f2 Show Temperature ADC values Alex Borro 2013-10-12 10:41:23 -0300
  • 7fad13a1e2 Reverse SD card file name order. This is _not_ automatically the cronological, since deleting a file will free the filesystem descriptor for it, which then will be used by the next file copied on it. Since this makes the auto0.g file very inaccessible, I put the option back, to have it in the prepare menu. bkubicek 2013-10-12 13:24:55 +0200
  • 73c82e7ad8 Clarifying M280 command in Bed Auto Leveling section. alexborro 2013-10-08 10:15:09 -0300
  • b832f5b9f6 added delta tower babystepping. Its untested, but hopefully florian horsch will be able to try. also, removed some trouble for compilation with corexy. I think that babystepping is only possible in z for a delta tower. not sure if it would be usefull to step individual motors on a delta, i don't own one bkubicek 2013-10-07 09:14:04 +0200
  • c38b0855c8 I think that filament change is ready for the masses. I have tested very often with my ultimaker. bkubicek 2013-10-06 21:20:26 +0200
  • d147a057ac Add the socalled "Babystepping" feature. It is a realtime control over the head position via the LCD menu system that works _while_ printing. Using it, one can e.g. tune the z-position in realtime, while printing the first layer. Also, lost steps can be manually added/removed, but thats not the prime feature. Stuff is placed into the Tune->Babystep * bkubicek 2013-10-06 21:14:51 +0200
  • bca353cc12 Fixed duplicate define in fastio.h Erik van der Zalm 2013-10-03 19:24:53 +0200
  • 253dfc4bc1 Bed Auto Leveling feature Alex Borro 2013-09-29 13:20:06 -0300
  • 1bda6bf862 Merge pull request #609 from phq1910/patch-1 ErikZalm 2013-09-26 11:47:58 -0700
  • c80aac1518 Merge pull request #610 from phq1910/patch-2 ErikZalm 2013-09-26 11:47:47 -0700
  • 314fd13c39 Fix for Viki display Erik van der Zalm 2013-09-26 20:32:19 +0200
  • 4f7c6dfe35 Update pins.h phq1910 2013-09-26 11:40:54 -0300
  • 57173739a1 Update Configuration.h phq1910 2013-09-26 11:29:44 -0300
  • 0dca49a7c0 Added Azteeg X3 board. Erik van der Zalm 2013-09-24 17:31:16 +0200
  • d8c2c810b4 Added info to the delta configuration files in the configuration.h file Erik van der Zalm 2013-09-23 23:29:46 +0200
  • 9bc88f8bab Placed optional ENCODER_PULSES_PER_STEP in the configuration.h file Erik van der Zalm 2013-09-23 23:25:11 +0200
  • 3ca1ca6869 Fixed missing ENCODER_PULSES_PER_STEP Erik van der Zalm 2013-09-23 23:18:35 +0200
  • 97b0da0c2e Removed #ifndef BLINKM Tim Koster 2013-09-22 10:43:27 +0300
  • 61db046b32 Added #ifdef BLINKM around new code. Also refined BlinkM.h. Tim Koster 2013-09-20 10:57:42 +0300
  • 77df2ab0e7 Make Y_DUAL_STEPPER_DRIVERS disabled by default Richard Miles 2013-09-17 21:49:44 +0100
  • ed1ab42186 Added Y_DUAL_STEPPER_DRIVERS Richard Miles 2013-09-17 19:19:20 +0100
  • f4a59e4ce5 Revert "Added Y_DUAL_STEPPER_DRIVERS" Richard Miles 2013-09-17 19:05:49 +0100
  • 7ee275b620 Added Y_DUAL_STEPPER_DRIVERS Richard Miles 2013-09-17 19:02:00 +0100
  • 6a1e980c6d Merge pull request #600 from xoan/Encoder_Pulses_Per_Step ErikZalm 2013-09-14 04:56:45 -0700
  • 20076a8bd3 Merge pull request #598 from GDV0/Marlin_v1 ErikZalm 2013-09-14 04:54:19 -0700
  • 3626b5ad8b Removed Delta from the default config file. Changed EEPROM CHITCHAT behavior. M503 is always enabled. Erik van der Zalm 2013-09-14 13:50:09 +0200
  • bf7007d02f add ENCODER_PULSES_PER_STEP Xoan Sampaiño 2013-09-13 04:12:51 +0200
  • f17506c504 FIx compilation error when enabling SERVO_ENDSTOPS (#591) GDV0 2013-09-11 23:09:37 +0200
  • 59e36f1d27 Merge pull request #595 from nothinman/Marlin_v1 ErikZalm 2013-09-11 00:39:17 -0700
  • acd8619809 Fan fix for Panelolu2+Sanguinololu. Martin Lukasik 2013-09-10 22:10:58 +0100
  • 7c35be7fd8 Merge pull request #594 from gr5/Marlin_v1 ErikZalm 2013-09-10 07:56:55 -0700
  • 595580556c Fixed bug that makes ulticontroller knob backwards introduced Feb 28 2013 by Robert. Bug introduced in version 6beb42cdf6. Robert did a good job of simplifying but messed up this chunk of code. George Roberts 2013-09-10 09:56:19 -0400
  • 88dfeefca3 Define BlinkM default disabled Tim Koster 2013-09-10 12:32:21 +0300
  • 5350faf2a2 Merge https://github.com/timkoster/MarlinBlinkM into Marlin_v1 Tim Koster 2013-09-10 12:27:26 +0300
  • 7016cc9511 Added BlinkM support over i2c Tim Koster 2013-09-10 12:18:29 +0300
  • d78db12abd Merge pull request #589 from wolfmanjm/upgrade ErikZalm 2013-09-09 07:09:19 -0700
  • 3b315b3da0 Added BlinkM support over i2c Tim Koster 2013-09-06 22:25:39 +0300
  • f26f26b7bd Fix the example delta configuration as someone forgot to do it. Jim Morris 2013-09-05 16:36:55 -0700
  • a447e76fdf Update read me. Added comment about products that have a patent. Erik van der Zalm 2013-08-30 14:39:19 +0200
  • f8d173bd0b Merge pull request #582 from hercek/upstream ErikZalm 2013-08-28 01:49:44 -0700
  • 9aa2229077 add command M666 for adjusting delta printer endstop position Peter Hercek 2013-08-28 01:15:20 +0200
  • aa6c58ad37 Merge pull request #575 from buildrob101/DualXCarriageMerge ErikZalm 2013-08-07 13:10:54 -0700
  • 221286c10a Add .gitignore change to ignore .bak files (produced by WinMerge and other editors) Robert F-C 2013-08-08 00:16:38 +1000
  • 9547fb9dfb Add duplication and auto-park mode for dual x-carriage support. Robert F-C 2013-08-08 00:10:26 +1000
  • 62aab66299 Merge pull request #572 from ultimachine/rambo_LCD ErikZalm 2013-08-05 10:04:47 -0700
  • d7b1a8ba33 add rambo arduino addons Steve Kelly 2013-08-03 12:42:34 -0500
  • 53614e5144 add pins for rambo lcd Steve Kelly 2013-08-03 11:45:53 -0500
  • b42d24e31e add additional pins to avr2560 for rambo lcd Steve Kelly 2013-08-03 11:37:12 -0500
  • 07f029c2d5 Merge pull request #563 from njprossi/Marlin_v1 ErikZalm 2013-08-03 08:05:26 -0700
  • b0c8120fcc Added feedrate setting in exemple config for manual moves from panel Nicolas Rossi 2013-08-03 13:09:53 +0200
  • a54fe2d73c Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin.git into Marlin_v1 Nicolas Rossi 2013-08-03 13:05:56 +0200
  • 7ea63d08df Merge pull request #565 from iXce/avrdudeconfpath ErikZalm 2013-08-02 13:16:07 -0700
  • 4187b637a5 Merge pull request #570 from hg42/separate-INVERTING-macros-for-MIN-and-MAX-endstops ErikZalm 2013-08-02 13:15:30 -0700
  • 07e7de3600 Merge pull request #569 from hg42/convert-PROTOCOL-macros-from-statements-to-expressions ErikZalm 2013-08-02 13:13:29 -0700
  • c0c4c97db6 Detect OS in Makefile to use the correct avrdude.conf path Guillaume Seguin 2013-08-01 19:20:27 +0200
  • 2ca983568d separate INVERTING for MIN and MAX endstops (6 #defines instead of 3) hg42@gmx.net 2013-08-01 15:06:39 +0200
  • 3700f688f5 convert PROTOCOL macros from statements to (multiple, comma separated) expressions hg42@gmx.net 2013-08-01 14:56:39 +0200
  • a504c88346 Fix a bug where the PID controllers D action kicks in hard as soon as the PID controller starts. daid 2013-08-01 14:12:30 +0200
  • c6cb93d38c Merge pull request #556 from ellensp/Marlin_v1 ErikZalm 2013-07-31 13:34:40 -0700
  • 394ed08f88 Added feedrate setting for manual moves from panel Nicolas Rossi 2013-07-30 14:33:30 +0200
  • 9bf1cf1b22 Pre-calculate diagonal rod length squared Nicolas Rossi 2013-07-30 14:09:21 +0200
  • 4623e78ce0 Added Honeywell thermistor 135-104LAF-J01 Nicolas Rossi 2013-07-30 14:01:41 +0200