ce8b9c4fc5Correct missing parameter from last upmerge
Joseivaldo Benito Junior
2013-12-19 00:50:44 -0200
000b710c5fMerge pull request #684 from jrbenito/update_delta_config_examples
ErikZalm
2013-12-18 00:01:24 -0800
8e48e24c7fUpdate Delta example files
Joseivaldo Benito Junior
2013-12-17 23:57:01 -0200
46d2443c7dMerge pull request #676 from IVI053/Marlin_v1
ErikZalm
2013-12-17 02:28:28 -0800
eed053dffbRevert "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
3e568efe67Merge pull request #657 from hcker2000/patch-1
ErikZalm
2013-12-16 02:53:49 -0800
8349fc89a4Fixed planner bug
Erik van der Zalm
2013-12-16 11:40:23 +0100
da2a6f9a31Accurate bed leveling: x loop inside y and zigzag motion
Francesco Santini
2013-12-13 10:31:19 +0100
532289e851Merge pull request #677 from RicardoGA/patch-1
ErikZalm
2013-12-11 12:52:39 -0800
d29615dc0cZ and Y dual stepper drivers error
RicardoGA
2013-12-11 14:37:43 -0600
5bde7fcb28Minor code and comment polishing
fsantini
2013-12-11 21:27:43 +0100
20faff5935Incorporate PS_DEFAULT_OFF for starting state on LCD menu entry
-
2013-12-08 21:35:57 +0100
e5d3044801Added 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
b7eadb9f37Made 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
e016a720f4Merge pull request #675 from forrestg/master
ErikZalm
2013-12-07 05:56:24 -0800
e8786bf110Added support for Cheaptronic v1 electronic
Michal Dyntar
2013-12-07 13:29:47 +0100
cc2925b705Implemented a least squares fit of the bed equation for auto bed leveling.
fsantini
2013-12-06 21:46:25 +0100
b64661070eFixed the plane vector equation to a simpler one (only dependent on the normal)
fsantini
2013-12-06 21:32:21 +0100
5c44f6c434Bed Heater monitoring in Controller Fan
Alex Borro
2013-11-27 23:23:06 -0200
b33375d438Z Axis Safe Homing when using Z Probe
Alex Borro
2013-11-27 22:37:35 -0200
35905ea4f9Allow heaters to stay full On when PWM=127
Alex Borro
2013-11-27 18:13:38 -0200
ad588e8990Added new board for those of us with sanguinololu boards with ceramic resonators
hcker2000
2013-11-18 15:49:36 -0500
a94e588765Changed slow buttons behavior.
Erik van der Zalm
2013-11-17 17:41:30 +0100
69af392554Added 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
48a185d004Fixed compile errors from bad commits.
Erik van der Zalm
2013-11-10 16:36:37 +0100
24d1f480b6Merge pull request #647 from shaggythesheep/newfeature-M226
ErikZalm
2013-11-10 07:27:01 -0800
95b41413e6Merge pull request #641 from hugokernel/master
ErikZalm
2013-11-10 07:26:35 -0800
59b96e323eMerge pull request #640 from fmalpartida/SAV-MkI
ErikZalm
2013-11-10 07:26:08 -0800
2433ee6fc8Merge pull request #637 from justuswilhelm/Marlin_v1
ErikZalm
2013-11-10 07:22:12 -0800
3455a2bac2Merge pull request #636 from PrintToPeer/Marlin_v1
ErikZalm
2013-11-10 07:21:46 -0800
ec1cf6e7f8Merge pull request #635 from dbenamy/Marlin_v1
ErikZalm
2013-11-10 07:20:49 -0800
dc887ef99bImplement M226 - GCode Initiated Pause
Richard Miles
2013-11-09 00:55:23 +0000
c244eb860cIf 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
7b556d2e96Added BT support on AT90USB devices
fmalpartida
2013-11-03 19:57:06 +0100
a5e8575829Add UUID support to M115 responses.
Kaz Walker
2013-11-01 14:51:50 -0600
cab84e0e5bAdd (correct) missing pin definitions for Y2
Daniel Benamy
2013-10-30 22:44:20 -0400
5b3f60ea2eCorrected LCD only error
fmalpartida
2013-10-30 21:52:46 +0100
62d0b79023Fix servo control for Melzi
Justus Perlwitz
2013-10-30 20:58:38 +0100
c184f808f7Merge pull request #632 from dbenamy/Marlin_v1
ErikZalm
2013-10-30 10:47:11 -0700
c886f5cb13Made instructions more clear.
Daniel Benamy
2013-10-30 13:26:49 -0400
39d88bcccbpreparation for hibernation
bkubicek
2013-10-22 10:04:08 +0200
ab965376ffSub-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
b2cc27e5eaAdded 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
8a08cca0f2Added temperature status less. Hopefully fixed viky button handling without braking other boards
Erik van der Zalm
2013-10-20 12:12:35 +0200
667d278f54Revert "Fix for Viki display"
Erik van der Zalm
2013-10-20 10:16:46 +0200
bf27e79e74Small BlinkM fix
Erik van der Zalm
2013-10-20 10:06:02 +0200
87e28c0599Added ifdefs to blinkm
Erik van der Zalm
2013-10-20 09:55:15 +0200
6a803ba9c5Merge pull request #590 from timkoster/Marlin_v1
ErikZalm
2013-10-20 00:51:35 -0700
457d8a0acbFixed merge conflicts
Erik van der Zalm
2013-10-20 09:50:27 +0200
6f85a8c7aaBed auto Leveling change: Raise Z before homing
Alex Borro
2013-10-12 17:28:11 -0300
dd3086d3f2Show Temperature ADC values
Alex Borro
2013-10-12 10:41:23 -0300
7fad13a1e2Reverse 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
73c82e7ad8Clarifying M280 command in Bed Auto Leveling section.
alexborro
2013-10-08 10:15:09 -0300
b832f5b9f6added 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
c38b0855c8I 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
d147a057acAdd 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
bca353cc12Fixed duplicate define in fastio.h
Erik van der Zalm
2013-10-03 19:24:53 +0200
253dfc4bc1Bed Auto Leveling feature
Alex Borro
2013-09-29 13:20:06 -0300
1bda6bf862Merge pull request #609 from phq1910/patch-1
ErikZalm
2013-09-26 11:47:58 -0700
c80aac1518Merge pull request #610 from phq1910/patch-2
ErikZalm
2013-09-26 11:47:47 -0700
314fd13c39Fix for Viki display
Erik van der Zalm
2013-09-26 20:32:19 +0200
0dca49a7c0Added Azteeg X3 board.
Erik van der Zalm
2013-09-24 17:31:16 +0200
d8c2c810b4Added info to the delta configuration files in the configuration.h file
Erik van der Zalm
2013-09-23 23:29:46 +0200
9bc88f8babPlaced optional ENCODER_PULSES_PER_STEP in the configuration.h file
Erik van der Zalm
2013-09-23 23:25:11 +0200
3ca1ca6869Fixed missing ENCODER_PULSES_PER_STEP
Erik van der Zalm
2013-09-23 23:18:35 +0200
97b0da0c2eRemoved #ifndef BLINKM
Tim Koster
2013-09-22 10:43:27 +0300
61db046b32Added #ifdef BLINKM around new code. Also refined BlinkM.h.
Tim Koster
2013-09-20 10:57:42 +0300
77df2ab0e7Make Y_DUAL_STEPPER_DRIVERS disabled by default
Richard Miles
2013-09-17 21:49:44 +0100
ed1ab42186Added Y_DUAL_STEPPER_DRIVERS
Richard Miles
2013-09-17 19:19:20 +0100
f4a59e4ce5Revert "Added Y_DUAL_STEPPER_DRIVERS"
Richard Miles
2013-09-17 19:05:49 +0100
7ee275b620Added Y_DUAL_STEPPER_DRIVERS
Richard Miles
2013-09-17 19:02:00 +0100
6a1e980c6dMerge pull request #600 from xoan/Encoder_Pulses_Per_Step
ErikZalm
2013-09-14 04:56:45 -0700
20076a8bd3Merge pull request #598 from GDV0/Marlin_v1
ErikZalm
2013-09-14 04:54:19 -0700
3626b5ad8bRemoved 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
59e36f1d27Merge pull request #595 from nothinman/Marlin_v1
ErikZalm
2013-09-11 00:39:17 -0700
acd8619809Fan fix for Panelolu2+Sanguinololu.
Martin Lukasik
2013-09-10 22:10:58 +0100
7c35be7fd8Merge pull request #594 from gr5/Marlin_v1
ErikZalm
2013-09-10 07:56:55 -0700
595580556cFixed 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
88dfeefca3Define BlinkM default disabled
Tim Koster
2013-09-10 12:32:21 +0300