Advanced Search

Search Results (Searched for: )

  • Lcvette
  • Lcvette's Avatar
09 May 2026 16:09
Replied by Lcvette on topic Probe Basic facing no tool selected

Probe Basic facing no tool selected

Category: QtPyVCP

yeah that sounds like you have some form of stacking going on maybe with tool length offsets maybe? i don't know, the main probe basic method work for repeatable holders, i tested it just yesterday while doing some work in the shop, so i know its not probe basic. I would investigate your tool setter subroutine and see what you have actually going on maybe.
  • Tim Bee
  • Tim Bee
09 May 2026 15:44
Replied by Tim Bee on topic probe basic can't start on debian13

probe basic can't start on debian13

Category: QtPyVCP

I found this:

forum.linuxcnc.org/qtpyvcp/58735-probe-b...ing-no-tool-selected
and installed pyside-tools package, it's work! thanks.


Tim
  • zu4lu
  • zu4lu
09 May 2026 15:22
Replied by zu4lu on topic Probe Basic facing no tool selected

Probe Basic facing no tool selected

Category: QtPyVCP

m6 Toolchange by hand, with a fixed toolsetter. I am not sure, but it works fine as long as the tool has not much more length then the tool before. Example: a 4mm mill with a length of 25mm first, then a 6mm mill with 50mm length, bumm joint 2 (z) exceed positive limit, what makes me wonder, the cnc has a z range about 240mm, the workpiece is 45mm high. After the error, w
hen i go to the home position(not homing!), it works.
  • Tim Bee
  • Tim Bee
09 May 2026 15:03 - 09 May 2026 15:10
probe basic can't start on debian13 was created by Tim Bee

probe basic can't start on debian13

Category: QtPyVCP

hello everyone:

I was installed the debian13+linuxcnc2.9.8 ISO image from linuxcnc.org. and installed qtpyvcp and probe basic used method below:
kcjengr.github.io/probe_basic/debian_13_...develop_install.html
but, it can't start 

 

Thank you

Tim
  • Lcvette
  • Lcvette's Avatar
09 May 2026 14:46
Replied by Lcvette on topic Probe Basic facing no tool selected

Probe Basic facing no tool selected

Category: QtPyVCP

how are you setting the tool lengths?
  • poesel
  • poesel
09 May 2026 14:00
Download links are a bit misleading was created by poesel

Download links are a bit misleading

Category: Installing LinuxCNC

The download links on the bottom of this page:
linuxcnc.org/downloads/
are a bit misleading. The top links link to bookworm packages, while the lower ones point to trixie.

The downloaded files don't have the release name in them. That confused me because the python versions etc... didn't fit. Took me a while to notice that I had the wrong packet.
  • PCW
  • PCW's Avatar
09 May 2026 13:51
Replied by PCW on topic Mesa 7i96S, SSR output not work

Mesa 7i96S, SSR output not work

Category: Driver Boards

If LinuxCNC is running and you have no watchdog bite (red LED on 7I96S)
and halcmd setp hm2_7i96s.0.ssr.00.out-00 true does not activate SSR0's LED,
Then its likely that the 7I96S has been damaged.

Do any SSR outputs work?
  • zu4lu
  • zu4lu
09 May 2026 11:02 - 09 May 2026 11:02
Replied by zu4lu on topic Probe Basic facing no tool selected

Probe Basic facing no tool selected

Category: QtPyVCP

I'm aware of it. I have one error driving me nuts, i think it has nothing to do with probe basic, maybe you have an idea. The exceed joint 2 (it is z) positive error. Read all i could find about it, nothing helped. I don't see any reason for this error, it is always plenty of room to the positive limit, then if i go to the home position, it is working. In a bigger cnc job, this often stops the job when changing to a longer tool and i can start over. Very annoying.
Michael
  • japiii
  • japiii
09 May 2026 10:43
Mesa 7i96S, SSR output not work was created by japiii

Mesa 7i96S, SSR output not work

Category: Driver Boards

I have spindle CW and CCW signals connected to out-04 and out-05. Both works fine.

I want control spindle water cooling with relay and Mesa output. I have connected relay to PB3 pins 13 and 14. When I try to control the relay, nothing happens and Mesa output led not switch on.
I bought cnc router used, so I'm not sure, what Mesa configuration I have. I have read Mesa's pinout and it shows HOSTMOT2 and I can find line
TB3-13,14              11   IOPort       SSR              0        Out-00          (Out)
If I try to control output by command "halcmd setp hm2_7i96s.0.ssr.00.out-00 true" and read state by command "halcmd show pin hm2_7i96s.0.ssr.00.out-00" state changed from false to true. Still, output led not lights up and relay not change the state.
I'm totally stucked with this and have no idea what could be wrong.
 
  • Otto
  • Otto
09 May 2026 10:18

Knuth Mark Super CNC Retrofit - need some help with my first LinuxCNC

Category: Milling Machines

Hallo Martin

I am Otto, I also got a Knuth Mark Super CNC - Busy Trying to get running

I am battling throug a Re-install today of gplus 450

Just a Question - After Sorting out You Gplus 450 - Is It Stable and Working Now ??
My machine Original was windows 2000 - previous owner Installed Windows XP SP3 Buils 2600
(What are You Running - Windows Version ??)


Wishing You a Good Day

Regards Otto from Cape Town

 
  • grandixximo
  • grandixximo's Avatar
09 May 2026 02:05
Replied by grandixximo on topic Ethercat random jitter fix

Ethercat random jitter fix

Category: EtherCAT

It could work, after lots of testing, I think the noise papagno is experiencing is mostly caused by the servo thread spiking above 1ms, so widening the cycle time could certainly help.
The main reason why Debian 10 does not grind in his case, is mostly because Debian 10 with kernel 4.19 gets lower latency, and this is pretty universal IMO, Debian 13 Kernel 6.12 has overall worse latency, although with system setup tooling that you can get from Rodw, the latency can be improved a lot.
There is only one slight latency regression with the new linuxcnc-ethercat, the modulo operation that I currently must use to do phasing is causing slightly more latency on the servo-thread, and I want to fix that, I am preparing patches to modify Linuxcnc to expose a function to allow proper native phasing, so that I can lighten up linuxcnc-ethercat to match the older performance for both positive and negative refClockSyncCycles modes. Previously I was undecided if going that path, or using Sascha Ittner method/hack of moving ecrt_master_application_time out of lcec_main, but I found that Sascha's hack causes issues with papagno's hardware, I tried this with built binaries from Sittner repo, with refClockSyncCycles -1 nothing would move, therefore I am now convinced the proper path is to have a native linuxcnc phasing function, this will require updating both linuxcnc, and rebuilding linuxcnc-ethercat against the new linuxcnc-dev headers, hopefully the patches will be ready and merged soon, will try to keep you guys updated on the progress here, I know there are people following in the background ;-)
  • cmorley
  • cmorley
09 May 2026 01:52
Replied by cmorley on topic Qtvcp GUI and hal pins

Qtvcp GUI and hal pins

Category: Qtvcp

Yes I didn't update qtdragon_hd yet. I didn't realize that is what you were using.
  • COFHAL
  • COFHAL
09 May 2026 01:12

NativeCAM 2.0b — Python 3 & GTK3 port for LinuxCNC 2.9 / Debian 13 Trixie

Category: NativeCAM

Could you explain what this means? It creates and uses the ~/nativecam directory. It requires the correct SUBROUTINE_PATH in your LinuxCNC INI file to be fully functional. I've created some programs, but they don't run. I think there are problems with OWord. Axis doesn't show any errors, but when I run the code generated by ncam in QTDragon, it says it can't find the macros or OWord.
  • tommylight
  • tommylight's Avatar
08 May 2026 21:21
Replied by tommylight on topic Brilliant Bambu Lab

Brilliant Bambu Lab

Category: Off Topic and Test Posts

Europe started to make some nice changes, i was surprised, it did not last!
Now they're back at f@kin up, again, using "russian office suite" or whatever that fiasco was and still is, jumping in the "age verification" bandwagon, etc, but the "stop killing games" hearing was quite refreshing as most of them did agree and show support, waiting to see if that goes any further.
On the last subject, Epic Games effed up by deleting the old games and later did come through and released them free, namely Unreal, Unreal Tournament and UT2004, i still have the original Unreal CD and the Voodoo 2 3D accelerator i got back in the days.
  • tommylight
  • tommylight's Avatar
08 May 2026 21:10

Detailed FreeCAD 1.1 tutorial by DeltaHedra on youtube.

Category: CAD CAM

Not my stuff.
Very detailed modeling and sketching tutorial for FreeCAD version 1.1 to full dimensionaly accurate 3D model.
All credits go to DeltaHedra on youtube.
Displaying 76 - 90 out of 16208 results.
Time to create page: 0.230 seconds
Powered by Kunena Forum