Advanced Search

Search Results (Searched for: )

  • 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
  • langdons
  • langdons's Avatar
16 Oct 2025 23:40 - 16 Oct 2025 23:47
Replied by langdons on topic Injection molding

Injection molding

Category: CNC Machines

Don't you also need to regulate the temperature via a relay that controls a heating element of some sort?

I guess it really depends on whether the OP is better with computers and software or discrete components.

A comparator and a 555 timer, adjusted by a potentiometer would suffice.

One of these could be useful (though they might just be total worthless garbage, it's hard to tell):
www.aliexpress.com/item/1005006797695369.html
www.aliexpress.com/item/1005007341104525.html
  • 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
  • langdons
  • langdons's Avatar
16 Oct 2025 22:12
Replied by langdons on topic Is there a new Linuxcnc release in the wings ?

Is there a new Linuxcnc release in the wings ?

Category: General LinuxCNC Questions

@Admins

I feel I overstepped my position and would like this topic deleted.

Huh?

WTF?

Why?

Coordination is a good thing always, all LinuxCNC stuff should be in the official LinuxCNC repo, not some random offshoot side project fork.
  • langdons
  • langdons's Avatar
16 Oct 2025 22:08
Replied by langdons on topic Injection molding

Injection molding

Category: CNC Machines

It might be easier to have a separate, dedicated, thermostat-like device for the temperature.

Simple on-off stuff does not need the "brains" of a pc.

You can use a regular thermostat if you somehow "fudge" the sensor impendance.

Perhaps someone has adapted QtDragon for this purpose or something.
Displaying 1171 - 1185 out of 22553 results.
Time to create page: 0.524 seconds
Powered by Kunena Forum