manahter / nCNC

Blender CNC Add on - nCNC - G code visualizer, g code converter, g code sender, CNC Milling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not connecting to the machine (for linux)

manahter opened this issue · comments

resim

Issue

  • If you click on the "Connection" button and never connected,
  • The problem can be this;
    • Your username is not included in the "DialOut" group

Solution

  • Run this code in the terminal (for Linux):
    sudo adduser $USER dialout
  • And after this, reboot your computer

References