TAMV icon indicating copy to clipboard operation
TAMV copied to clipboard

Support additional axis mapping (IDEX, etc)

Open jcwebber93 opened this issue 3 years ago • 1 comments

Additional axis mapping (U, V, etc) would allow TAMV to better interface with additional machine types (e.g. IDEX machines).

Example config.g lines from an IDEX machine:

;T0
M563 P0 D0 H1                               ; Define tool 0, extruder 0, heater 1
G10 P0 X0 Y0 Z0                             ; Set tool 0 axis offsets
;T1
M563 P1 D1 H2 X3                            ; Define tool 1, extruder 1, heater 2, maps X to U
G10 P1 X0 Y0 U0 Z0		            ; Set tool 1 axis offsets

Example current TAMV output for T1: G10 P1 X-0.118 Y0.237

Example TAMV output for T1 w/additional axis support: G10 P1 X0 Y0.237 U-0.118

jcwebber93 avatar Apr 14 '21 12:04 jcwebber93

Would the other axes be involved in the alignment in any way? TAMV always assumes the movement is along the X and Y axes.

HaythamB avatar Oct 09 '21 15:10 HaythamB