Advanced Search

Search Results (Searched for: )

  • Bram kersten
  • Bram kersten
17 Oct 2025 12:40
Replied by Bram kersten on topic WCS Problem with Linuxcnc/qtdragon

WCS Problem with Linuxcnc/qtdragon

Category: General LinuxCNC Questions

no it does not have any offsets
  • unknown
  • unknown
17 Oct 2025 12:28

Is there a new Linuxcnc release in the wings ?

Category: General LinuxCNC Questions

Say for instance I was experimenting with building an ISO based on Trixie and found that some packages in the bookworm build aren't in the Trixie repo and
A: there is a another package that provides the same function
B: there is no equivalent for Trixie
C: a package appears to be confusing as to why it's been included
D: some packages I think maybe an idea to include
E: a file may not needed to be included

What would be the ideal way to communicate these.
BTW for the time being I had to make a temporary change to be able to install packages from the Linuxcnc repo due to the key issue.
The build was just out of curiosity to see how things go and I thought if I found anything that needed changing it may help later down the track.
I'm unsure if a pull request is the correct way to go. I apologise but my GitHub knowledge is more or less at a toddler stage.
  • alangibson
  • alangibson
17 Oct 2025 11:57 - 17 Oct 2025 11:58

Building an Open Source DIY Plasma Cutter on YouTube

Category: Plasma & Laser

Hi All. I'm building a plasma cutter of my own design and putting the whole process up on YouTube. I also plan to open source the whole thing once I'm done. Here's a CAD screenshot so you can see what I'm shooting for.

 

I also go over the smaller prototype version in this video:



If you're thinking of building your own table, follow along so you don't make the same mistakes I do.  My channel is at www.youtube.com/@MetalHeadCNC

I'm also going to be showing off, and eventually open sourcing, the CAM program I'm building to go along with it. You can check out the alpha version here if you're so inclined:

metalheadcam.alan-gibson.workers.dev/
  • alangibson
  • alangibson
17 Oct 2025 11:06

MetalHeadCAM: dxf2gcode and Inkscape gcode plugin replacement

Category: Plasmac

Thanks Rod. I just deployed a much simplified version with quite a few fixes. Plus now it has Imperial support. I'd love to hear your feedback on it.
  • andypugh
  • andypugh's Avatar
17 Oct 2025 11:04
Replied by andypugh on topic Axis configuration not fully working on 2.9.6

Axis configuration not fully working on 2.9.6

Category: AXIS

The build stalled for some reason, so the .deb isn't there yet.

Once it is there then the .deb will install the updated version of LinuxCNC (even if the machine doesn't already have LinuxCNC)
  • philgood
  • philgood
17 Oct 2025 10:26
Pas de déplacement avec le MPG was created by philgood

Pas de déplacement avec le MPG

Category: Français

Bonjour à tous.
voila mon PB, J'ai une carte Digital Dream EC300 flashé en remora, un grand merci à Scotta pour son travail.
J'ai branché un MPG simple, avec juste 2 sélecteurs (échelle X1,X10,X100 et X,Y,Z,A) et une molette de jog.
Mon fichier jog.hal est celui de la doc linux cnc adapté avec mes entrées.
Linuxcnc 2.9.4 démarre bien. Je peux déplacer les axes avec le clavier, mais rien ne se passe avec le MPG
Je précise que dans Watch Hal les variables axis.y.jog-count, axis.y.jog-enable, axis.y.jog-scale réagissent bien avec les sélecteurs
c'est pareil avec les autres axes.
ci joint une photo des variables pour l'axes Y. 
J'ai tenté de forcer avec un set, pas de déplacement de l'axe.
Il me manque quoi?
Je ne suis pas un spécialiste en linux, j'essaye de migrer ma cnc de mach3 à linuxcnc.
Merci
  • Aciera
  • Aciera's Avatar
17 Oct 2025 10:03

Combine Glade Togglebutton with Physical Input

Category: GladeVCP

you might have to use the 'not' component:

loadrt not
addf not.0 servo-thread
net your_signal not.0.in
net your_signal_inverted not.0.out
  • DerKlotz
  • DerKlotz
17 Oct 2025 09:34 - 17 Oct 2025 09:35

Combine Glade Togglebutton with Physical Input

Category: GladeVCP

Hello,
i just try to complete the function in the attached file. My postgui.hal:

#[Startknopf]
loadrt or2
addf or2.0 servo-thread
net Start.ext.an <= gladevcp.Start => or2.0.in0
net Start.ext.an1 <= hm2_7i76e.0.7i76.0.0.input-04 => or2.0.in1
net Start.or <= or2.0.out => hm2_7i76e.0.7i76.0.0.output-05 => gladevcp.led_Startstopp => halui.machine.on

#net Start.or => gladevcp.Start-not => hm2_7i76e.0.7i76.0.0.output-06 => halui.machine.off
#net Start.ext.aus => gladevcp.Start-not => hm2_7i76e.0.7i76.0.0.output-06 => #halui.machine.off

I can´t get output-6 and halui.machine.off to work.
Please help
  • DerKlotz
  • DerKlotz
17 Oct 2025 08:05
Replied by DerKlotz on topic Enlarge Hal_Meter

Enlarge Hal_Meter

Category: GladeVCP

Thanks, that works
  • ihavenofish
  • ihavenofish
17 Oct 2025 04:57
Replied by ihavenofish on topic Mini wannabe datron build

Mini wannabe datron build

Category: CNC Machines

toyssss

 
 
 
 
 
 
 
  • unknown
  • unknown
17 Oct 2025 00:24
Replied by unknown on topic Injection molding

Injection molding

Category: CNC Machines

The Linuxcnc-RIO\riocore has a max6675 plugin.

github.com/multigcs/riocore/blob/main/ri...ns/max6675/README.md
  • unknown
  • unknown
16 Oct 2025 23:36

Is there a new Linuxcnc release in the wings ?

Category: General LinuxCNC Questions

That doesn't always happen.
I used to distribute an ISO based on Mint 19.x & build packages for installation via apt.
Tommy has a later Mint based ISO, if memory serves me right.
There has been a couple of Raspi OS based images for the RPi platform as opposed to the Debian based image that forms the official image.

The code base used to build the current image is a fork from the linxcuc live-build repo.

In another thread I posted links to test images, based on my findings regarding the raspi-firmware issues, unfortunately no one, it would seem, downloaded and was able to test the images. It was clearly stated that they were test images only and not to be used for a production machine.

I did state in my initial thread that I wanted to open a dialogue with regards to building a new 2.9.x based ISO.

Machine Kit was a fork of Linuxcnc, worked well on a lowly powered BeagleBoneBlack (1Ghz & 512MB ram) and was able to use the in built micro controller for step & direction generation worked quite well on a 3 axis mill, unfortunately development on that project stalled.

@langdons "not some random offshoot side project fork" . Oh the irony.
  • PCW
  • PCW's Avatar
16 Oct 2025 23:11
Replied by PCW on topic LinuxCNC installation + 7I96S

LinuxCNC installation + 7I96S

Category: Installing LinuxCNC

For isolcpus:http://wiki.linuxcnc.org/cgi-bin/wiki.pl?The_Isolcpus_Boot_Parameter_And_GRUB2

For pinning the IRQ there is a script for testing here: 

 

File Attachment:

File Name: pinirq_2025-10-16.txt
File Size:1 KB


to run, first download the script then:

chmod +x pinirq.txt

then

sudo ./pinirq.txt [ethernet_device_name]

 
  • jmp97
  • jmp97
16 Oct 2025 22:56
Replied by jmp97 on topic LinuxCNC installation + 7I96S

LinuxCNC installation + 7I96S

Category: Installing LinuxCNC

Can you explain how to do it?

Now I just need to configure the INI to mm and the speeds. I'm getting errors from

hm2/hm2_7i965.0: stepgen.00.maxvel is too big for current step timings & position-scale, clipping to max possible
  • tommylight
  • tommylight's Avatar
16 Oct 2025 22:47
Replied by tommylight on topic Injection molding

Injection molding

Category: CNC Machines

Another cheap option for reading thermistors is LM331, a voltage-to-frequency converter
www.ti.com/lit/ds/symlink/lm331.pdf?ts=1760588182451
Or an industrial solution by Mesa, the THCAD
Displaying 11611 - 11625 out of 13747 results.
Time to create page: 1.742 seconds
Powered by Kunena Forum