that is exactly what i have in my gcode and it worked perfectly with the parrallel port and mach3. i don't think it even mattered what pins or ports i had assigned to the B axis. the "moves" changed the B axis DRO. Now with the Pokeys I can not find any way of getting the B axis DRO to increment.
?
?
Best regards, Spencer Chase
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...Spencer@...Spencer@...(425) 791-0309
(707) 223-8212
toggle quoted message
Show quoted text
------ Original Message ------
Sent: 2/24/2020 7:24:27 AM
Subject: Re: [MachCNC] pokeys almost working
Spencer,
Perhaps a macro or sub
G91 ;enter incremental mode
b1? ?; move/increment B by one
G90 ;enter absolute mode
TIA
RT