acceleration?

Here is the place to discuss software and related tools for Slice generation, machine control, & etc...
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
kakapoopie
Posts: 115
Joined: Sun Jun 15, 2014 8:49 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

acceleration?

Postby kakapoopie » Tue Dec 02, 2014 6:49 am

Hi all, is it possible to have acceleration in CW?

here are my sprinter settings

// X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.
#define _ACCELERATION 3000 // Axis Normal acceleration mm/s^2
#define _RETRACT_ACCELERATION 3000 // Extruder Normal acceleration mm/s^2
#define _MAX_XY_JERK 20.0
#define _MAX_Z_JERK 0.4
#define _MAX_E_JERK 5.0 // (mm/sec)
#define _MAX_START_SPEED_UNITS_PER_SECOND {25.0,25.0,0.2,10.0}
#define _MAX_ACCELERATION_UNITS_PER_SQ_SECOND {5000,5000,5000,5000} // X, Y, Z and E max acceleration in mm/s^2 for printing moves or retracts

Thanks,
Vaughan

User avatar
PomeroyB
Posts: 168
Joined: Thu Mar 27, 2014 9:51 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: acceleration?

Postby PomeroyB » Tue Dec 02, 2014 9:19 pm

Acceleration would be handled entirely by the firmware. Right now you accelerate at 3000mm/s^2. Lower that number to make the acceleration more visible.
Stepper moves in dlp systems are so small that acceleration is hard to see... I personally think that acceleration in these systems is largely unnecessary

kakapoopie
Posts: 115
Joined: Sun Jun 15, 2014 8:49 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: acceleration?

Postby kakapoopie » Wed Dec 03, 2014 3:16 pm

That did it! Thanks Pomeroy.

I'm doing it because my carriage is heavy and moving at high speeds was jerking the whole machine around


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable