A axis parallel to the Y axis

Hi, A axis rotate on the X axis by default, is it possible to have the A axis // to the Y axis?

Any help would be appreciate.

check out this post for an example of how to remap axes

full gcode reference at docs.grid.space

thanks Stewart, I have already seen this post, and I don’t know what to do with this line
;; AXISMAP {“X”:“Y”, “Y”:“Z”, “E”:“E1”}

were do you insert it?

add it to the gcode header macro of your device like so

Many thanks Stewart, Gcode is OK.

Stewart,

;; AXISMAP {“X”:“Y”, “Y”:“Z”, “E”:“E1”} give an error on Gcode generation

the use of ;; AXISMAP {“X”:“Y”, “Y”:“X”} work, but
give me a symetrical cut of the part (see picture)

any idea?

Can you share a .kmz workspace I can use to reproduce this?

swapping XY axes will cause the part to be mirrored around a 45 degree line

Stewart,

A axis should be on the Y axis, I only take this sample to explain that the part is inverted with the command ;; AXISMAP {“X”:“Y”, “Y”:“X”}

the part is not conform to initial stl, but symetrical.

Is there a way to have something like Y =X and X = -Y in order to respect the objet design?

for a “today” solution, it might be easier to mirror the part (M hotkey in Kiri) – there is an axis scale option, but that doesn’t take formulas so it would result in negative axis values.