PyCNC
PyCNC copied to clipboard
Python CNC machine controller for Raspberry Pi and other ARM Linux boards
arduino need
Hello, I need to add the axis feature in the G28 command, currently it homes X, Y and Z. In Marlin or RRF the command which is not known in...
Hi, Im am trying to run PyCNC on V3 latest software version. PyCNC seems to work partly, but I also seems loose pulses, and the DMA control Adresse seems to...
My stepper driver modules require longer step pulses, but changing STEPPER_PULSE_LENGTH_US doesn't change the pulses as measured with an oscilloscope, they are 2 us. I also have to use "sudo...
Hi, I get GMachineException("circle radius is zero"), when i try to use G02, G03 commands.
Hi.. I am very new to this G-Code programming. As a part of my work I need to work with BTT SKR V1.4 Turbo circuit board, and also I need...
Hello Nikolay, I ran PyCNC on RPi4 but it debug to: ---- ads111x is not detected ---- *************** Welcome to PyCNC! *************** > g1x1 [DEBUG] got command {'G': '1', 'X':...
Dear Sir, I have Raspberry PI4 module and i want to installed PyCNC in the PI 4, but don't know the steps. so please explain the steps. Thanks
Hello. I could not understand how the stepper motors work simultaneously in the program. Is there a tutorial on controlling multiple stepper motors at the same time at different speeds...
Здравствуйте Николай, очень хороший проэкт, разрабатываю на его основе двухосевого робота. Требуеться реализовать функцию сканирования (в движении, по сигналу датчика, считывать текущие координаты робота). Открыть отдельный thread и мониторить датчик...