Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
04 Nov 2025 22:40
Replied by tommylight on topic QTPlasmaC Remove Z axis for Tube Cutter

QTPlasmaC Remove Z axis for Tube Cutter

Category: Plasma & Laser

I have to ask, WHY ???
You can not use a plasma without Z axis, except very close to the chuck and with good quality tubes.
I have built 3 by now, all have Z axis and THC, one of them built a huge construction, see here:
forum.linuxcnc.org/show-your-stuff/35306-cnc-plasma-tube-cutter
  • pgf
  • pgf
04 Nov 2025 22:18
Replied by pgf on topic Simple/Manual Centre Finder

Simple/Manual Centre Finder

Category: AXIS

This is a good thread!

My probing support is in sort of a middle ground, niether fully manual, nor fully automatic. My automatic touchoff probes, and my manual touchoffs, all get logged to a file, courtesy LOGAPPEND/LOG/LOG_CLOSE. For a long time that log wasn't used -- it was just a byproduct of some sample code I'd started with over a decade ago.

But earlier this year I had a need to match the machines coordinate system to my workpiece. ((It was easier than trying to get it clamped down in perfect alignment.) So I wrote some (external) code to pull data from that probe logfile. The code took the last couple of touchoff points, and calculated the rotation angle of a line drawn through those points. And then printed the g-code command necessary to adjust the current coordinate system's rotation, i.e. "G10 L2 P0 R $angle". Later, I realized I could also use the log to find the center point between two probes, so I added that. If the two most recent probes were both done in the same direction, then they were likely probing an edge, and it prints the angle of the edge. If they were done in opposite directions, they were likely probing two edges (inside or out) of something whose center I'm interested in.

And then today, after finding this thread, I enhanced it a little more: It can now also look at the last three probes in the log file and give me the center point of the circle they describe.

All without any data entry, or modifications to my existing probing code. It runs from a button on my desktop (i.e. outside of and beside Axis), and puts up a window with its results. I simply copy the g-code commands it gives to the MDI window.

I'm happy to share what I have, but with caveats: a) it's written in shell, because that's what I like to do, and b), it calls out to a calculator program for the floating point. Almost any other language would have avoided 'b'.

Anyway, thanks for the inspiration, and for the center-finding equations.
  • Quail
  • Quail's Avatar
04 Nov 2025 21:45
Replied by Quail on topic QTPlasmaC Remove Z axis for Tube Cutter

QTPlasmaC Remove Z axis for Tube Cutter

Category: Plasma & Laser

Hey snowgoer, I tried to implement these into my sheetcam post and while i can see them in the g-code that is output, it still seems to try and home the z-axis.

Is there no way to just entirely remove the z-axis function from qtplasmac?

Thanks again!
  • unknown
  • unknown
04 Nov 2025 21:03
Replied by unknown on topic FreeCAD 1.0 Who's using it?

FreeCAD 1.0 Who's using it?

Category: CAD CAM

FOSS projects will always get hate. Admittedly there were some really frustrating things. It is getting better & better.
  • FullMetalDad
  • FullMetalDad
04 Nov 2025 20:51
Replied by FullMetalDad on topic FreeCAD 1.0 Who's using it?

FreeCAD 1.0 Who's using it?

Category: CAD CAM

I've been using FreeCAD for the last year as I learn CAD and now CAM. Its been a pretty good experience for me, I dont understand all the hate from the larger internet. I just chock it up to not learning any other CAD package first (unless you count Kicad).
Its been pretty cool watching it move to V1 and now beyond. It looks like CAM gets some good updates in V1.1. I might need to try the dev version one of these days.
  • unknown
  • unknown
04 Nov 2025 20:07

Proposal RPi Linuxcnc Image Based on Raspi OS All welcome/encoraged to comment

Category: Installing LinuxCNC

Adding the repo was no issue, haven't actually tried the build process yet.
Tho what I have been working on is trimming the image down. So far the compressed download has gone from about 2.2ishGB to 1.7ish. No Wayland, quite a bit of stuff removed, such as thonny, python libs that were related to the RPi development package. Modemmanger was removed, vnc taken out as cups was a dependency, which also takes 2 unneeded services out of the equation. Basically as much as I could find that wasn't really required to run a CNC machine. The image does have 2 desktop environments XFCE which is the default and RPi LXDE , you can swap via logging out and selecting the session from the login screen.
One thing that is annoying is that Linuxcnc appears under 3 different menu headings, whilst it is annoying is doesn't affect operation, this can be fixed by editing the desktop files deep in the system, this could get overwritten via upgrades. I'm considering using a 'hook' that is run when Linuxcnc is upgraded that fixes these annoying menu entries. Another "side project" to jump into.
This feels more like a blog now where I record ideas and changes hahaha
  • Ul
  • Ul
04 Nov 2025 20:03
Replied by Ul on topic Alle Desktopsymbole verschwunden

Alle Desktopsymbole verschwunden

Category: Deutsch

Es ist möglich, dass es einen Fehler beim Abspeichern einer früheren Sitzung gegeben hat:
1. Gib mal im Dateimanager in die Adressenleiste ein: ~/.cache/sessions
2. Verschiebe den gesamten Ordnerinhalt woanders hin
3. Gehe auf Log Out, nimm den Haken bei "Save session for future login"
weg und starte neu

Ohne Gewähr. Ich habe es gerade bei mir getestet, keine Probleme nach dem Neustart. Ansonsten müsste man zuvor verschobene Daten zurückverschieben können.
  • unknown
  • unknown
04 Nov 2025 19:50

I have built the hardware and I have some questions

Category: Computers and Hardware

Sorry I pressed submit to early, the discussion is here
forum.linuxcnc.org/9-installing-linuxcnc...encoraged-to-comment

And I'm quite desperate to have at least one person to test.
  • unknown
  • unknown
04 Nov 2025 19:48

I have built the hardware and I have some questions

Category: Computers and Hardware

Mesa is pretty much the standard, firmware sources are open source, as you have found. Pete is rather open with his hardware designs, there are 7i92 clones on Ali express.
If you really want to have a look at well evolved ecosystem I suggest you check out this topic
forum.linuxcnc.org/18-computer/49142-lin...d-on-fpga-ice40-ecp5
This has evolved into the riocore project.
It may be an idea to contact Ollie and discuss enclosures and such. Whilst he has designed some boards his energies are mainly taken up by the firmware and software side.
So rather than another project from scratch, I honestly think offering your hardware skills would be awesome to take that project to the next level.
I'd even like to offer my help, I've been working on a custom RPi5\4 image based on the RPi build system, rather than another build system, that is basically exactly the same to setup on Raspberry Pi as a standard image.
  • chrischan
  • chrischan
04 Nov 2025 19:44
Replied by chrischan on topic Alle Desktopsymbole verschwunden

Alle Desktopsymbole verschwunden

Category: Deutsch

Ja im Home Ordner ist alles vorhanden. Es wird nur nix angezeigt. Und auch RMB macht nix
  • rodw
  • rodw's Avatar
04 Nov 2025 19:37

Help with Wireless Handwheel XHC-WHB04B-6 (wrong Product ID)

Category: General LinuxCNC Questions

[b]From what I’ve read, the Product ID is defined in the driver source (like usb.h), and you’d need to rebuild it — which I can’t manage.[/b]
 


Anybody can build linuxcnc from source. I did a video guide. studio.youtube.com/video/Oe4Hfq3G2_A/edit
 
  • rodw
  • rodw's Avatar
04 Nov 2025 19:33
Replied by rodw on topic USB activity causes network error

USB activity causes network error

Category: Plasmac

Once you have isolated cores, Real time applications (like Linuxcnc) will run on one of those cores. More particularly, the RT servo thread will run there. I think user space parts will run on non isolated cores where there is no need to be in time...
  • Ul
  • Ul
04 Nov 2025 19:33 - 04 Nov 2025 19:33
Replied by Ul on topic Alle Desktopsymbole verschwunden

Alle Desktopsymbole verschwunden

Category: Deutsch

Gut, dann hat es immerhin kein Upgrade gemacht. Ist der Desktopordner im /home Verzeichnis zu finden?
  • unknown
  • unknown
04 Nov 2025 19:30

Help with Wireless Handwheel XHC-WHB04B-6 (wrong Product ID)

Category: General LinuxCNC Questions

It's the IDs that are the issue which are hard coded into the driver. 2.9.7 won't help.
  • unknown
  • unknown
04 Nov 2025 19:28
Replied by unknown on topic Suggest RTAI version for me

Suggest RTAI version for me

Category: General LinuxCNC Questions

Try the wheezy ISO from the downloads page, tho it will limit the version of Linuxcnc you can use. That really isn't an issue as it will work fine. Actually there's a few members that run earlier versions.
Displaying 1276 - 1290 out of 22422 results.
Time to create page: 0.211 seconds
Powered by Kunena Forum