start nativecam in a second monitor
17 Oct 2017 11:59 #100461
by absolut15
start nativecam in a second monitor was created by absolut15
hi ...
it is possible to start nativecam automatic with linuxcnc in a second display?
thanks a lot
florian
it is possible to start nativecam automatic with linuxcnc in a second display?
thanks a lot
florian
Please Log in or Create an account to join the conversation.
26 Oct 2017 18:21 #100844
by FernV
Hi Florian,
Edit your ini file to not load NativeCAM embeded by commenting this line :
#GLADEVCP = -U --catalog=mill ncam.ui
Create a script and add these lines :
linuxcnc /home/fernand/linuxcnc/G0704/G0704-axis.ini &
ncam -i /home/fernand/linuxcnc/G0704/G0704-axis.ini &
exit 0
Do not forget to make it executable
Fern
Replied by FernV on topic start nativecam in a second monitor
it is possible to start nativecam automatic with linuxcnc in a second display?
Hi Florian,
Edit your ini file to not load NativeCAM embeded by commenting this line :
#GLADEVCP = -U --catalog=mill ncam.ui
Create a script and add these lines :
linuxcnc /home/fernand/linuxcnc/G0704/G0704-axis.ini &
ncam -i /home/fernand/linuxcnc/G0704/G0704-axis.ini &
exit 0
Do not forget to make it executable
Fern
Please Log in or Create an account to join the conversation.
Time to create page: 0.055 seconds