Welcome! Log In Create A New Profile

Advanced

Tronxy X5sa Pro Steps/mm For Duet

Posted by Dizzwold 
Tronxy X5sa Pro Steps/mm For Duet
February 05, 2021 09:29AM
Hi Guy's,

I'm updating my Tronxy X5SA Pro 330 x 330 x 400 with the Duet 3 6HC using the RRF Config Tool.

Does anyone here, and willing to share the Steps/mm for the stock motors on the X5SA Pro?

I've asked Tronxy, but I get no replies.

I'd be grateful for a little guidance.

Dizzwold.
Re: Tronxy X5sa Pro Steps/mm For Duet
February 05, 2021 06:57PM
I peeked at the config.h in Marlin 1.1.9 for the TronXY s5 (in example confguration folder)I got;-

Quote

//#define DISTINCT_E_FACTORS

/**
* Default Axis Steps Per Unit (steps/mm)
* Override with M92
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 90 }

/**
* Default Max Feed Rate (mm/s)
* Override with M203
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_MAX_FEEDRATE { 400, 400, 4, 150 }

/**
* Default Max Acceleration (change/s) change = mm/s
* (Maximum start speed for accelerated moves)
* Override with M201
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_MAX_ACCELERATION { 1000, 1000, 1000, 1000 }

I would have thought Duet would be the same.
Re: Tronxy X5sa Pro Steps/mm For Duet
February 06, 2021 06:13AM
Hi DragonFire,

That's just what I was looking for.

Thank you so much.

I'd tried flashing the X5SA Pro board with Marlin, but bricked it in the process, hence the upgrade to the Duet, thus not knowing these figures for the steps/mm.

Very grateful for you time,

Dizzwold.
Sorry, only registered users may post in this forum.

Click here to login