Thanks a lot for your answers !
So basicaly, with G32/33 there's no EEPROM delta physical parameters modified, I'll have to do it the manual way to prevent curvature from the hotend ?
In the comments of the repetier firmware source files there's a schematic in ascii art with the different "things" to measure for a delta
Schematic :
CARRIAGE_HORIZONTAL_OFFSET (recommend set it to 0)
DELTA_DIAGONAL_ROD (length)
END_EFFECTOR_HORIZONTAL_OFFSET (recommend set it to 0)
ROD_RADIUS (Horizontal rod pivot to pivot measure)
PRINTER_RADIUS (recommend set it to ROD_RADIUS)
But in the parameters to set there's no ROD Radius :
#define DELTA_DIAGONAL_ROD 345
#define DELTA_MAX_RADIUS 200
#define END_EFFECTOR_HORIZONTAL_OFFSET 0
#define CARRIAGE_HORIZONTAL_OFFSET 0
#define PRINTER_RADIUS 124 // measured from the center of the print area to the vertical smooth tower
In the schematics it's recommend set PRINTER_RADIUS to ROD_RADIUS, in the parameters there's no ROD_RADIUS but instead the comment suggest to measure it from the center of the print area to the vertical smooth tower, which is not the ROD_RADIUS.
There's something I can't understand, if OFFSETs are set to 0 (because recommended, even if there are physically ), and I measure the PRINTER_RADIUS like explained (from middle to tower) and measure my DELTA_DIAGONAL_ROD, How can I estimate the horizontal or vertical height from pivot to pivot of the rod (at XO YO) which I suppose is mandatory to calculate the movement of the hotend ?
I'm not a geometry mathematician sorry if it's "obvious"