Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
24 May 2025 13:07

Why does it seem like everyone here is Australian?

Category: Off Topic and Test Posts

We have lost the ability to laugh at ourselves.

True.
Still, i am hell bent on retaining that ability. :)
  • theoneandonlyoreo
  • theoneandonlyoreo
24 May 2025 12:59
problems with Verser Probe Screen 2.9 was created by theoneandonlyoreo

problems with Verser Probe Screen 2.9

Category: Basic Configuration

I'm trying to install probing on LinuxCNC 2.9 using the Axis GUI.  The tab appears, with icons, when I run linuxcnc.  When I click any buttons, I get errors that certain pins are not defined (ps_probe and such).  These pins, I gather, are dynamically created by probe_screen.py. 

I'm not sure where in the sequence it is executed but it appears in the [DISPLAY] section in the EMBED_TAB_COMMAND variable (with -u) and the postgui.hal file.  In that HAL file, the current problem is that "loadusr -W psng/python/probe_screen.pl" causes linuxcnc to shutdown before the main GUI screen appears.  The debug info says that probe_screen.py did not return.  If I remove -W, the GUI launches and everything is fine until I try to interact with the items on the PSNG tab.

There are so many oddities in this install.  For example, in probe_screen.py there are many calls to _("some string") which is an adaptation for other languages.  Why it is used when gettext is not imported, I have no idea.  I made a pass-through function that returns the string:  def _(message):  return message. I feel uneasy about making changes like this.

I'm an experienced linux user, programmer, and electrical engineer but this is kicking my ass.  Has anyone else had problems like this?  Should I be starting with a different version or fork?  Is there some other way to get probing macros?

 
  • MarkoPolo
  • MarkoPolo
24 May 2025 10:18
Replied by MarkoPolo on topic qtvismach, a axis toolpath

qtvismach, a axis toolpath

Category: Qtvcp

I did it a bit differently.

I wish I had thought of that earlier.

I added this function to the custom handler qtdragon file in the machine directory and now it works.
  • rodw
  • rodw's Avatar
24 May 2025 10:15

Best practice for installing custom Python packages in LinuxCNC?

Category: General LinuxCNC Questions

Coding is not about speed, it's about the journey.

Its really about progrmming  defensively so you can enjoy the journey.
  • rodw
  • rodw's Avatar
24 May 2025 10:13
Replied by rodw on topic Important Info Regarding Rpi4/5 Images.

Important Info Regarding Rpi4/5 Images.

Category: Computers and Hardware

Is dist-upgrade ever a good idea?

WHen I first started, it was never a good idea and we were warned not to do it. I might add after compiling the preempt_rt from source nobody wanted to run the risk of breaking things. Now we have made it all too easy and people keep wanting the latest and greatest which is not necessary on a CNC machine. But on a office desktop keep it updated.
  • MarkoPolo
  • MarkoPolo
24 May 2025 10:09
Replied by MarkoPolo on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

Now it works properly, thanks.
  • rodw
  • rodw's Avatar
24 May 2025 10:08

Why does it seem like everyone here is Australian?

Category: Off Topic and Test Posts

These are all signs of tthe larickin  Aussie who is long since lost to political correctness. Sadly he is no longer seen as funny. What we laughed at is no longer appreciated as everything is so serious today. We have lost the ability to laugh at ourselves.
  • rodw
  • rodw's Avatar
24 May 2025 10:00
Replied by rodw on topic Ohmic probe aborts immediately

Ohmic probe aborts immediately

Category: Plasmac

The original intent from the contributing user islander261 was that ohmic test was used before starting a cut to check there was no rubbish in the nozzle that could cause an issue. I only ever found a bit of slag in the tip once, but this test saw it.
  • rodw
  • rodw's Avatar
24 May 2025 09:54
Replied by rodw on topic Experimental XML config generator

Experimental XML config generator

Category: EtherCAT

sudo apt upgrade should upgrade to  the latest Ethercat package as its not linked to the Linuxcnc version
  • rodw
  • rodw's Avatar
24 May 2025 09:51

Ethercat installation from repositories - how to step by step

Category: EtherCAT

How to install the latest linuxcnc-ethercat on Debian 10 (lcnc2.94)?

Upgrade to Debian 12
  • rodw
  • rodw's Avatar
24 May 2025 09:48
Replied by rodw on topic Known good USB wifi for linux....

Known good USB wifi for linux....

Category: General LinuxCNC Questions

Wifi has always been problematic for Linux. Google enough and you should find a driver for your hardware to compile. The newer the Linux version, the more likelihood it will work out of the box. I would try Debian Trixie but we don't have an ISO for it. But it should include v 2.9.4 when released in its repos
  • rodw
  • rodw's Avatar
24 May 2025 09:41
Replied by rodw on topic LinuxCNC 2.9.4 Released

LinuxCNC 2.9.4 Released

Category: Installing LinuxCNC

There is an issue with the ISO for Intel hardware, the package "raspi-firmware" is installed, suggest everyone remove this before running dist-upgrade.

Blame Debian.

We suppress it but if you do an upgrade it comes back. A known bug in Debian 12.1 initial release of bookworm, fixed in 12.2 but not in the Debian builder. Very poor form I think.
  • abi9624
  • abi9624
24 May 2025 09:17

AC Servo tuning - Joint 0 following error at high velocities

Category: Basic Configuration

@andypugh: I checked the coupler, didn't observe any slipping. I too believe that its unlikely to be some encoder issue.

@PCW: I tested with encoder filter on. Still facing the same issue.

My mechanical setup is,

Servo Motor -> Coupler -> BK15 (Two angular contact ball bearing (Back tot Back configuration) with a shim spacer in between ) -> Ball screw -> Ball nut -> Deep groove ball bearing

I doubt whether the issue is due to the ball bearing. I have an electronics background and am just getting started in the mechanical field.
 
  • beauxnez
  • beauxnez
24 May 2025 06:27
Replied by beauxnez on topic cnc sur bordeaux

cnc sur bordeaux

Category: Français

avec plaisir 
comment je peux te contacter?
  • cmorley
  • cmorley
24 May 2025 01:29
Replied by cmorley on topic qtvismach, a axis toolpath

qtvismach, a axis toolpath

Category: Qtvcp

This is a limitation of python/linuxcnc.
The properties signal is produced in the qt_graphics widget.
The receiving widget must be in the same python instance as the qt_graphics widget.
A stand alone panel is a different instance of python then the main screen.

You could add a qt_graphics widget to your stand alone panel.
Or possibly could try using ZMQ messages with a customized handlerfile.
Displaying 2296 - 2310 out of 25543 results.
Time to create page: 0.413 seconds
Powered by Kunena Forum