diff options
author | adrian-bowyer <adrian-bowyer> | 2007-12-19 16:53:58 +0000 |
---|---|---|
committer | adrian-bowyer <adrian-bowyer@cb376a5e-1013-0410-a455-b6b1f9ac8223> | 2007-12-19 16:53:58 +0000 |
commit | 3924463eb58da23ff2c236090ecc1359e6db669e (patch) | |
tree | 0f21c6778797d55c2d9b1c6000eadd45af25cdfe | |
parent | 6f3829d0675c9109e395bb280e73cf07b52c441f (diff) | |
download | reprap-3924463eb58da23ff2c236090ecc1359e6db669e.tar.gz reprap-3924463eb58da23ff2c236090ecc1359e6db669e.zip |
Commit with the half-stepping disabled
(as it should be for the default...)
git-svn-id: https://reprap.svn.sourceforge.net/svnroot/reprap@1195 cb376a5e-1013-0410-a455-b6b1f9ac8223
-rw-r--r-- | branches/autoconf-firmware/devices/stepmotor/stepmotor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/autoconf-firmware/devices/stepmotor/stepmotor.h b/branches/autoconf-firmware/devices/stepmotor/stepmotor.h index e72c15f0..39a3e01b 100644 --- a/branches/autoconf-firmware/devices/stepmotor/stepmotor.h +++ b/branches/autoconf-firmware/devices/stepmotor/stepmotor.h @@ -39,7 +39,7 @@ // Half-stepping not needed for 400-step-per-rev motors. // Enable this for 200-step-per-rev motors (also for 400 step // for smoother but slower running). -#define HALFSTEP +//#define HALFSTEP #define UNIVERSAL_PCB |