Commit Graph

  • ce8b9c4fc5 Correct missing parameter from last upmerge Joseivaldo Benito Junior 2013-12-19 00:50:44 -0200
  • 000b710c5f Merge pull request #684 from jrbenito/update_delta_config_examples ErikZalm 2013-12-18 00:01:24 -0800
  • 8e48e24c7f Update Delta example files Joseivaldo Benito Junior 2013-12-17 23:57:01 -0200
  • 46d2443c7d Merge pull request #676 from IVI053/Marlin_v1 ErikZalm 2013-12-17 02:28:28 -0800
  • eed053dffb Revert "Made numbering of heat bed thermistor more logical as D8 is bed, D9 is Extruder 2 and D10 is Extruder 1, so T0 should be E1, T1 E1 and T2 bed to be sequential as MOSFET-Outputs" - 2013-12-16 12:22:06 +0100
  • 3e568efe67 Merge pull request #657 from hcker2000/patch-1 ErikZalm 2013-12-16 02:53:49 -0800
  • 8349fc89a4 Fixed planner bug Erik van der Zalm 2013-12-16 11:40:23 +0100
  • da2a6f9a31 Accurate bed leveling: x loop inside y and zigzag motion Francesco Santini 2013-12-13 10:31:19 +0100
  • 532289e851 Merge pull request #677 from RicardoGA/patch-1 ErikZalm 2013-12-11 12:52:39 -0800
  • d29615dc0c Z and Y dual stepper drivers error RicardoGA 2013-12-11 14:37:43 -0600
  • 5bde7fcb28 Minor code and comment polishing fsantini 2013-12-11 21:27:43 +0100
  • 20faff5935 Incorporate PS_DEFAULT_OFF for starting state on LCD menu entry - 2013-12-08 21:35:57 +0100
  • e5d3044801 Added posibility to set ENCODER_STEPS_PER_MENU_ITEM in Configuration.h like ENCODER_PULSES_PER_STEP as it depends on it for usability - 2013-12-08 21:34:56 +0100
  • b7eadb9f37 Made numbering of heat bed thermistor more logical as D8 is bed, D9 is Extruder 2 and D10 is Extruder 1, so T0 should be E1, T1 E1 and T2 bed to be sequential as MOSFET-Outputs - 2013-12-08 21:30:42 +0100
  • e016a720f4 Merge pull request #675 from forrestg/master ErikZalm 2013-12-07 05:56:24 -0800
  • e8786bf110 Added support for Cheaptronic v1 electronic Michal Dyntar 2013-12-07 13:29:47 +0100
  • cc2925b705 Implemented a least squares fit of the bed equation for auto bed leveling. fsantini 2013-12-06 21:46:25 +0100
  • b64661070e Fixed the plane vector equation to a simpler one (only dependent on the normal) fsantini 2013-12-06 21:32:21 +0100
  • 5c44f6c434 Bed Heater monitoring in Controller Fan Alex Borro 2013-11-27 23:23:06 -0200
  • b33375d438 Z Axis Safe Homing when using Z Probe Alex Borro 2013-11-27 22:37:35 -0200
  • 35905ea4f9 Allow heaters to stay full On when PWM=127 Alex Borro 2013-11-27 18:13:38 -0200
  • 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