Hello Everyone, I'm having a bit of a problem.

Hello Everyone,
I’m having a bit of a problem. I have raspian running on my rPi. I also have bCNC downloaded as well. I click on the settings folder and then click execute. According to my instructions, a screen should pop up on the rPi. However, nothing happens. The instructions also say to click “connect” on the bCNC file tab. I cannot find this as well. Do I have to download python?
This neophite needs help. Thank You, Andrew

There are a bunch of dependencies that need to be in place. If you go to the github repository for bCNC there are some rPi specific instructions. Also, I have seen a prepare image online as well. I am hours away from my computer. If somebody doesn’t have links I’ll try to add them.

Try this from terminal:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git python python-tk python-pip

Awesome was the git fixed for pi?

Here is the image I heard about. I have not used it yet.

https://wiki.protoneer.co.nz/Raspberry_Pi_CNC_User_Interface_SD_Card_Image_V5.00

Looks ok, you just never know what you’ll get. Try it.