If by "selected" you mean in the Machine Controls, then there is
no solution available, AFAIK.
Inside the job there no notion of "selected" nozzle. Nozzles are just used as needed, and often interweaved per job processor step.
What is your underlying purpose for this?
If it is related to axis motion, maybe this can help:
https://github.com/openpnp/openpnp/wiki/Axis-Interlock-Actuator
_Mark
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/c29ba6dd-8fce-4d74-9ab9-4e7e903b5f99n%40googlegroups.com.
> I was have bad idea when I started to make
mechanic-construction for PNP. Now I have Z Head with 2
independent motors.
Not a bad idea per se, some of the best machines have that.
> One solution is to connect this motors to one driver (with rotated coils) and work in mode: Nozzle pair, shared Zaxis, Negated.
No need! Driving separate axes is perfectly supported by OpenPnP.
You best set this up with Issues & Solutions:
https://github.com/openpnp/openpnp/wiki/Issues-and-Solutions#welcome-milestone
Check Include Solved to get the "Create nozzles for this head" solution back.
Press Reopen.
Select option Standalone Nozzle and increase the Number of Nozzle Units to 2.
Press Accept.
This will create all the right axes and nozzle axis mapping for you:
Then use Issues & Solutions to help you setup the
right axis letter assignment and G-code.
_Mark
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/ffbb9177-b030-420f-aa1e-dc0a355bf93bn%40googlegroups.com.
>If this is coorrect way is this mean that this new axis must have own step_pin and dir_pin.
Yes!
> It is not problem for me to make this correction on my controller, but which LPC1769 pin to use for this new axis.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/b62b2094-0951-486a-8288-4dcd12aba38en%40googlegroups.com.
In order to use endstops on the Z2 = C axis, you need 6axis
endstops configuration. But please do not
follow the recompilation advice, our firmware is already
compiled as 6axis, just read about the endstops here:
http://smoothieware.org/6axis#using_additional_axes
Then look for homing_order
_Mark
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/521de00e-102b-4578-b079-660d959838a9n%40googlegroups.com.