Advanced Search

Search Results (Searched for: )

  • trackwhack
  • trackwhack
08 Sep 2026 19:39
Replied by trackwhack on topic Perpetual License CAM

Perpetual License CAM

Category: Show Your Stuff

5 Axis is a separate product and will not have 3+1.
  • MikkelRS
  • MikkelRS's Avatar
08 Sep 2026 18:44
Replied by MikkelRS on topic Perpetual License CAM

Perpetual License CAM

Category: Show Your Stuff

Will the 5 axis product line include the 3+1 lineup? or will it be designed directly for 5 axis toolpaths?
Is there an upgrade path from 3+1 to 5axis when released? or new purchase required?
  • gerritv
  • gerritv
08 Sep 2026 17:46

Has anyone gotten Tooledit gui working in PathPilot?

Category: PathPilot

I am about to get a RapdiChange type tool changer running. (thanks to haskins-guitars/linuxcnc-rapidchange  for the code with some modifications) The Tx M6 stuff is all working but editing the tool2.tbl file is a pain (each tool needs a pocket # from 1-8) and then of course after editing you have to restart PathPilot.
The Tooledit gui is the answer but given that Mint 17 is rather ancient I was wondering if anyone has gone through this process already.
PathPilot recently moved to GTK3 so that is a bonus.
Standalone version is fine, it includes a Reload button to reload the configured tool2.tbl file.
The goal is to load up the toolchanger with tools for a program, edit Tool2.tbl, reload it and then run the program.
  • Holzwurm56
  • Holzwurm56
08 Sep 2026 14:19
Replied by Holzwurm56 on topic Testsoftware for Hardware?

Testsoftware for Hardware?

Category: Computers and Hardware

Hello,
I’d like to try LCNC again on a different PC. Is there perhaps a mini live ISO with a real-time kernel—available on a USB stick or DVD—that contains only the latency test? That way, I could test the PCs beforehand rather than wiping everything, installing LCNC, and then finding out it doesn't work. Thanks,
Hans
  • PCW
  • PCW's Avatar
08 Sep 2026 14:08
Replied by PCW on topic Encoder question

Encoder question

Category: Computers and Hardware

If the analog output stays at 0.7V and the PWM value changes, that suggests
that that analog output  has been damaged somehow (or is currently shorted out)

Do you still get  a steady 0.7V output if the analog output is disconnected from the drive?
If so I would try another analog output

 
  • rodw
  • rodw's Avatar
08 Sep 2026 12:23
Replied by rodw on topic Looking for consultant

Looking for consultant

Category: General LinuxCNC Questions

PLease review my @MrRodW YouTube channel. If you think I can help, email me on the channel email address. I am GMT+10. But a Tommy says Todd is the woodworking expert in the US
  • Tinker
  • Tinker
08 Sep 2026 11:44 - 08 Sep 2026 12:13
Replied by Tinker on topic Encoder question

Encoder question

Category: Computers and Hardware

So I checked the voltage with a fluke meter a couple of days ago and it never changed, it just stayed at .7 volts DC
  • Todd Zuercher
  • Todd Zuercher's Avatar
08 Sep 2026 11:28 - 08 Sep 2026 11:38
Replied by Todd Zuercher on topic Round Corners

Round Corners

Category: AXIS

Unfortunately no. Linuxcnc must follow the acceleration settings you used in your machine configuration. If your acceleration settings are too slow for your machine you can increase them. But if they are already set as fast as your machine can go, the only other option is to rewrite your g-code to be smoother so the machine does not need to stop and start so much.

Another consideration would be if your G-code has a lot of transitions from short G0 moves short to cutting moves.  This can cause serious slowdowns because those transitions are treated as full stop positioning moves with no blending.  They are the equivalent of programming in G61 mode instead of G64Pn. (Actually I think all G0 moves are full stop positioning moves.) Sometimes changing all G0 moves to G1 moves can significantly improve runtimes.
  • Todd Zuercher
  • Todd Zuercher's Avatar
08 Sep 2026 11:19
Replied by Todd Zuercher on topic Clogged spindle cooling curcuit TIP

Clogged spindle cooling curcuit TIP

Category: General LinuxCNC Questions

RV antifreeze is for use in potable water systems, and doesn't have any anti corrosion or lubricative additives like an automotive or other industrial antifreezes. The industrial stuff recommended by most spindle manufactures such as Dowtherm or Dowfrost or their own proprietary mix, is often quite expensive and isn't easy to find compared with automotive products.
  • grandixximo
  • grandixximo's Avatar
08 Sep 2026 11:06 - 08 Sep 2026 11:07

Poll: who still uses RTAI-only hardware drivers? (STG, Motenc, VTI, EVOREG, AX5

Category: General LinuxCNC Questions

Sorry should have said, that I am looking for who still run these, and has plans to update, or could help test a port for the drivers to uspace.

@858PSJ Are you planning to update to linuxcnc 2.9 or 2.10? Willing to test a uspace driver?
  • andrax
  • andrax's Avatar
08 Sep 2026 10:58
Replied by andrax on topic EtherCAT Master Beckhoff slave not found

EtherCAT Master Beckhoff slave not found

Category: Basic Configuration

ich dachte du wüster das.
Die Namen müssen eineindeutig sein
Benenne "Digital IN" in Digital_IN_0 und Digital_IN_1 um.
oder so ähnlich 
  • spumco
  • spumco
08 Sep 2026 03:42

(Solved) Probe Basic - HAL pins not being created

Category: QtPyVCP

When that ui compiles, it updates the py files correctly using all the required init.

Now THAT makes sense.

Ok, I'll start over without the py file edits and stop at editing the UI files only.  Fingers crossed.

Thanks again.
  • trackwhack
  • trackwhack
08 Sep 2026 03:28 - 08 Sep 2026 03:28
Replied by trackwhack on topic Perpetual License CAM

Perpetual License CAM

Category: Show Your Stuff

Yes, the software is available in

German, French, Italian, Spanish, Japanese and Korean apart from English
  • Lcvette
  • Lcvette's Avatar
08 Sep 2026 02:46

(Solved) Probe Basic - HAL pins not being created

Category: QtPyVCP

No not at all I'm telling you from my experience in finding what I said above. It got me in a bunch of trouble.

The py files in the config are created, but the backend code, NOT by a user or me. So when you edit them directly you're changing how they work when loaded. This breaks things that you're likely unaware of and then you ask ai to solve again and it says hey I'll keep going until it works and it's breaking it further...

Hence why I'm saying only edit in the ui in qt designer. When that ui compiles, it updates the py files correctly using all the required init.

Widget rules are built inside designer, formatting can be done in designer under the style sheet. It's ok to ask ai for code to put in designer but not edit the py file or things get out of synch in how they are loaded.

So again never edit anything outside of designer or you are guaranteed to break something that pops up (such as your hal issue and not loading in the correct order or at the correct time).

Two developers tried to create your issue and neither of us could. But we also build correctly in designer only. So finding an issue is all but impossible when the rules get bypasssed from an edit made outside the working system.

That's not too say ai cannot be helpful but how you use it matters. You can't say Claude do this for me unless you specifically give Claude rules to abide by and remain faithful to the existing code architecture. Not knowing how that works means Claude will just find the quickest way to make problem A go away regardless of creating problem B and C. It will even create tests and if they fail it will change the test until it gives a successful result even if that means cheating the test to give that result. And then with bold confidence it will tell you it's fixed the problem with it's own "proof" of the solution

To use Claude correctly you really need to install a dev install with a local pip been where you can give Claude access to the full qtpyvcp repo and probe basic two and linuxcnc repo and open that in a dev folder in vscode where Claude can work through the existing architecture. This will give you better results, but you still need to perform all your machine use config ui work direct in qtdesiger. Using output explanations from the Claude chat.

The very first probably to Claude would be too create a working knowledge base of the 3 softwares and how they interact. And that will take several prompts alone to fill in the gaps.
  • PCW
  • PCW's Avatar
08 Sep 2026 02:41 - 08 Sep 2026 03:22
Replied by PCW on topic Encoder question

Encoder question

Category: Computers and Hardware

1. Please post your hal and ini files

2. Measure the output voltage of the 7I97T to see that it changes with position error.

I also tried swapping the +- leads going to the drive and that didn't work,

Note that this usually ends up shorting out the analog output

 
Displaying 76 - 90 out of 13552 results.
Time to create page: 0.642 seconds
Powered by Kunena Forum