Advanced Search

Search Results (Searched for: )

  • Creative25
  • Creative25
30 Nov 2024 13:12
Replied by Creative25 on topic Building a chain driven Plasma table.

Building a chain driven Plasma table.

Category: General LinuxCNC Questions

I think I will go max to 3 meter
I don’t have a 3D printer.
I could put some pulleys in series to get a better gear ratio.
What ratio would you recommend?
  • royka
  • royka
30 Nov 2024 13:05
Replied by royka on topic Real-Time Kernel with Orange Pi 4 LTS

Real-Time Kernel with Orange Pi 4 LTS

Category: General LinuxCNC Questions

And to see if it's worth to look further, how is the latency with isolcpus=5 ?
If it's good enough, what's in your armbianEnv.txt?
You installed the spi overlay by editing as in:
forum.linuxcnc.org/media/kunena/attachme...k3399-spi-spidev.txt

And installed with: sudo armbian-add-overlay rockchip-rk3399-spi-spidev.dtso
  • Hossein74Majidi
  • Hossein74Majidi
30 Nov 2024 12:45
Replied by Hossein74Majidi on topic Real-Time Kernel with Orange Pi 4 LTS

Real-Time Kernel with Orange Pi 4 LTS

Category: General LinuxCNC Questions

It is available: packages.debian.org/trixie/arm64/python3.12

Did you try to install with: sudo apt install linuxcnc-uspace ?
Otherwise first: sudo apt install python3.12

I was trying to install linuxcnc using .deb file, thats why I enounter the python 3.12 issue.
however in  your recent image I couldnt enable the spi again, even with changing the spidev status in dtb files to "okay"
  • JT
  • JT's Avatar
30 Nov 2024 12:41
Replied by JT on topic Touchy error

Touchy error

Category: Other User Interfaces

You might try out Flex GUI it has a touch screen example and it quite flexible.

 

JT
  • Aciera
  • Aciera's Avatar
30 Nov 2024 12:15
Replied by Aciera on topic Tips for making some sort of plan.

Tips for making some sort of plan.

Category: General LinuxCNC Questions

OP:
Note that it is not advisable to use email addresses as your user name or even to expose them in a post. There are scam bots that search the web for exposed addresses to target.
  • royka
  • royka
30 Nov 2024 12:15

Real-time kerel not detected on patched 6.12

Category: General LinuxCNC Questions

@rodw Can you confirm that it's the same with the Raspberry or is that kernel source already patched?

I noticed that the patch only works when VMCORE_INFO=y which gets selected by:
 - CRASH_DUMP [=y] && ARCH_SUPPORTS_CRASH_DUMP [=y] && KEXEC_CORE [=y] 
 - PROC_KCORE [=y] && PROC_FS [=y] && MMU [=y]

Is really necessary for LinuxCNC to check that /sys/kernel/realtime or will checking for "PREEMPT_RT" in uname -v be enough?
  • aikiaviator
  • aikiaviator
30 Nov 2024 12:08
Replied by aikiaviator on topic 7i96S Basic Switch Wiring confirmation

7i96S Basic Switch Wiring confirmation

Category: Basic Configuration

Fantastic. Thanks very much. So for anyone else looking, here is a visual.
  • Aciera
  • Aciera's Avatar
30 Nov 2024 12:04
Replied by Aciera on topic Embed tab not displayed with autostart

Embed tab not displayed with autostart

Category: Gmoccapy

Maybe it is sending the output to stderr not stdout. This should direct both to the file:
/usr/bin/linuxcnc '/home/axel/linuxcnc/configs/mini-cnc-tc-dust/mini-cnc-tc-dust.ini' &> '/home/axel/linuxcnc/debug_log.txt
...  &> /home/axel/autostart_log.txt 
  • Aciera
  • Aciera's Avatar
30 Nov 2024 11:53 - 30 Nov 2024 11:54

Qtgragon Versa Probe Bug ? probe_routines.py

Category: Qtvcp

I fixed the formatting.

Maybe you want to file this as an issue or as a pull request on github?
  • zieluch
  • zieluch
30 Nov 2024 11:42 - 30 Nov 2024 11:52

Qtgragon Versa Probe Bug ? probe_routines.py

Category: Qtvcp

Hi Guys,

I think I found a bug in the probe_routines.py for versa probe. When Trying to probe from outside from 4 sides in the current setup I was not able to make it working. ( I always had to probe very end X+ and Y+ with adequate searching  distance). Not sure if this is happening only for me but but this was pretty anoying because even I found center I couldn't from ceter position run routine again to double check.

Someone might find this helpful i adjusted probe_routines.py file (/usr/lib/python3/dist-packages/qtvcp/widgets/probe_routines.py)
github.com/LinuxCNC/linuxcnc/blob/master...ts/probe_routines.py

line 1089
aa = (2 * self.data_side_edge_length) + self.data_latch_return_dist + self.data_xy_clearance
replace with:
aa = 2 * (self.data_side_edge_length + self.data_latch_return_dist + self.data_xy_clearance)
line 1054
aa = (2 * self.data_side_edge_length) + self.data_latch_return_dist + self.data_xy_clearance
replace with:
aa = 2 * (self.data_side_edge_length + self.data_latch_return_dist + self.data_xy_clearance)
  • machinedude
  • machinedude's Avatar
30 Nov 2024 10:50
Replied by machinedude on topic Black Friday Deal got me :)

Black Friday Deal got me :)

Category: Plasma & Laser

my understanding so far was the THCAD-2 can be used but you have to add the HV resistor for ir to work and the THCAD-300 does not need the external resistor in my application;
  • tommylight
  • tommylight's Avatar
30 Nov 2024 10:46
Replied by tommylight on topic Black Friday Deal got me :)

Black Friday Deal got me :)

Category: Plasma & Laser

Means not for use with HF/HV pilot arcs.
-
NOT advice:
The thing is it can be used but requires open the plasma source and wiring it at the rectifier output. Any place else risks letting out the magic smoke. I have THCAD 10 and 300 wired to HF start, probably over 10 or 15 of them.
  • machinedude
  • machinedude's Avatar
30 Nov 2024 10:41
Replied by machinedude on topic Black Friday Deal got me :)

Black Friday Deal got me :)

Category: Plasma & Laser

"The 300V version of the THCAD has all input divider resistor on board and can connect directly to the plasma voltage of touch start type torches only."

this was the section of the description on the Mesa site that confused me.
  • Axolito
  • Axolito's Avatar
30 Nov 2024 10:36
Replied by Axolito on topic Embed tab not displayed with autostart

Embed tab not displayed with autostart

Category: Gmoccapy

I had also tried, same problem
  • Aciera
  • Aciera's Avatar
30 Nov 2024 10:18
Replied by Aciera on topic Embed tab not displayed with autostart

Embed tab not displayed with autostart

Category: Gmoccapy

Maybe add a debug output to the autostart command:

... >> /home/axel/autostart_log.txt
Displaying 16411 - 16425 out of 24424 results.
Time to create page: 1.746 seconds
Powered by Kunena Forum