Skip to content

Support additional axis mapping (IDEX, etc) #26

@jcwebber93

Description

@jcwebber93

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    DuetWebAPIissues related to DuetWebAPITAMVissues related to TAMV/TAMV_GUIenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions