Jipé

Results 20 comments of Jipé

The largest code I uploaded to bCNC had over 8000 lines. It didn't pose any problem, but the code had been generated by FreeCAD which has a post processor dedicated...

The purpose of this PR is to improve the ergonomics of the interface and obtain correct operation of the tool change procedure (TLO) **Improvement of the interface:** The Tab named...

![image](https://github.com/vlachoudis/bCNC/assets/91841136/e7bd5bd3-80ff-4ddd-87e9-7cbedee99702) ![image](https://github.com/vlachoudis/bCNC/assets/91841136/3e891044-b56c-413b-8887-1edddb17be06) Knowledge of the height of the sensor is necessary for all referencing since it is placed between the surface to be referenced and the stock. > GRBL does...

Is it necessary to purge the controller at the end of the program? I solved the problem by removing the call to jobDone in the sender.py module : def controllerStateChange(self,...

The latest version has a problem translating drop-down menus, but no one worries about it. Too bad the new interface is less efficient than the old one. JP

Hello, the svgelements library is missing. Just do pip install svgelements from the command line. JP

bCNC installation procedure with python > 3.10 The installation of bCNC in the python source folder is no longer possible since version 3.10; you must create a virtual environment. Ref:...

With python3.12 and the obligation to use a virtual environment it does not work: cncpi@raspberrypi:~ $ pip3 install --upgrade bCNC error: externally-managed-environment × This environment is externally managed ╰─> To...

It is actually much simpler.

Hello, follow this link [https://forum.freecad.org/viewtopic.php?t=92192](url)] Very cordially, JP