Welcome! Log In Create A New Profile

Advanced

Acceleration Gen V6

Posted by Manu.j3 
Acceleration Gen V6
November 03, 2010 05:32PM
I'm just looking how the firmware for the electronic generation 6 is made, and i found this :

// Data for acceleration calculations
// Comment out the next line to turn accelerations off
//#define ACCELERATION_ON
#define SLOW_XY_FEEDRATE 1000.0 // Speed from which to start accelerating
#define SLOW_Z_FEEDRATE 20

I understand to turn off the acceleration we need to do this :

#define ACCELERATION_ON
#define SLOW_XY_FEEDRATE 1000.0 // Speed from which to start accelerating
#define SLOW_Z_FEEDRATE 20

But for me in this case the acceleration is turn on. So the acceleration is off by default, a mistake in this line "// Comment out the next line to turn accelerations off" ?

Thanks
Re: Acceleration Gen V6
November 03, 2010 09:14PM
You are correct. This is certainly because the gen6 firmware is copied from the official 5d where acceleration is on by default.


--
-Nudel
Blog with RepRap Comic
Re: Acceleration Gen V6
November 04, 2010 03:19PM
it could also say "//uncomment the following line to turn on accelerations."
removing the // from //#define ACCELERATION_ON would then turn on acceleration
Sorry, only registered users may post in this forum.

Click here to login