Advanced Search

Search Results (Searched for: )

  • timo
  • timo
10 Apr 2025 09:15 - 10 Apr 2025 09:17
Replied by timo on topic How to build a CNC Router?

How to build a CNC Router?

Category: Milling Machines

With system I ment the drive and motor. They will not "know" if I pulled the plug on purpose (punishment), because I did not know better.
Or if the lost connection were due to wear and tear or insufficient assembly (not to be punished).
So my take is that I need to pay more attention to detail in the future, because I might have damaged a drive or two without beeing aware of the importance of the wiring.

Greetings Timo 
 
  • tommylight
  • tommylight's Avatar
10 Apr 2025 08:08
Replied by tommylight on topic Qtplasmac radius to end of arc differs error

Qtplasmac radius to end of arc differs error

Category: CAD CAM

Is the kerf width being compensated in SheetCAM or in QtPlasmaC?
Never on both.
  • Pjamesmk1
  • Pjamesmk1
10 Apr 2025 07:39
Replied by Pjamesmk1 on topic Qtplasmac radius to end of arc differs error

Qtplasmac radius to end of arc differs error

Category: CAD CAM

Yes running linuxcnc plasma post processor and I’ve checked arc fitting tolerance and it’s the same as sheet cam on windows that works.
  • machinedude
  • machinedude's Avatar
10 Apr 2025 06:31
Replied by machinedude on topic Black Friday Deal got me :)

Black Friday Deal got me :)

Category: Plasma & Laser

I'm working on a second version of a rotary union, i feel good about this one working but until it's built and tested it's all wishful thinking :) I'm just going to make short videos as i go and post progress. it seems like it is an interesting topic, and it seems justified to spend the extra time on that end.

  • Kieran
  • Kieran
10 Apr 2025 05:53
Replied by Kieran on topic Rf45 clone glow up.

Rf45 clone glow up.

Category: Milling Machines

How's the rigidity of the harmonic drive? I'm thinking of using mine as a B axis for the spindle. I will find one size smaller with a faster reduction for the table mounted rotory A or C axis.
  • 0RobSchierer0
  • 0RobSchierer0
10 Apr 2025 05:26
Replied by 0RobSchierer0 on topic Anwendertreffen 2025

Anwendertreffen 2025

Category: Deutsch

Hallo,

den Beitrag hole ich nochmal hoch mit den aktuellen Informationen und der Seite zur Anmeldung.

Unter

www.jat-gmbh.de/service/linux-2025

findet ihr alles Aktuelle für den 05.05.

Grüße
  • cmorley
  • cmorley
10 Apr 2025 03:54

Help,How to customize language of QtDragon's interface

Category: Qtvcp

This is the call that starts the touch probe routine with those settings.
Here is the actual probing program code.
github.com/LinuxCNC/linuxcnc/blob/2.9/li...f_subprogram.py#L179
  • irwinger
  • irwinger
10 Apr 2025 02:33
Replied by irwinger on topic Spindle control not showing in Axis window...

Spindle control not showing in Axis window...

Category: Basic Configuration

First - I have NO idea what I did to fix it... but it is working now. I feel like I 'proved' the Infinite Monkey theorem ...(en.wikipedia.org/wiki/Infinite_monkey_theorem)

That said, when it WASN'T (or being pessimistic about the the future - when it DOESN'T) working, the target you refer to, was appearing but the DRO was not zeroing.

I'm going to do a text comparison of the now working INI and HAL files with the almost working INI and HAL. The almost working files allow me to start the router, move it around and homes without error... except it does not zero the DROs.

Arden
  • Hakan
  • Hakan
09 Apr 2025 23:59
Replied by Hakan on topic Strange behaviour of custom component

Strange behaviour of custom component

Category: Advanced Configuration

Guessing but it sounds like the component uses global C variables.
Check out 8.4 here linuxcnc.org/docs/html/hal/comp.html#_per_instance_data_storage if relevant.
  • endian
  • endian's Avatar
09 Apr 2025 22:19

Strange behaviour of custom component

Category: Advanced Configuration

Hello Gentlmen,

Excuse me, but once again I am facing weird behaviour of custom components file during its programming... 

I need 3 axis there fore I am using a 3pcs of components in the .hal file via count = 3..

I have many IOs stuff because component will communicate with profibus DP driver and it is basicly same as with ethercat but little bit different(other story) But long story short.. when I am homing there we have a custom homing subroutine and modes of driver are changing etc.. issue is comming - I have starting homing with single axis(over internal subroutine), any of them and mode of driver operation is changed over all components==all axis .. what exactly help me right now is have custom names of same component each but it is little bit tricky...

What the behaviour is this overflowing from one to other component in the single instance of lcnc?

Thanks En....
  • pgf
  • pgf
09 Apr 2025 21:46

Axis 2 - touchscreen version of old friend

Category: AXIS

I don't find sim/gaxis, but I did find sim/gscreen, which is interesting. But I've also in the meantime found JT's Flexible UI thread, and I like the idea of being able to customize it easily. Having written a somewhat complex pyvcp panel for axis, that I now realize I can't use anywhere else, I'd rather the customization options are baked in from the start.
  • unknown
  • unknown
09 Apr 2025 21:00
Replied by unknown on topic The dumification of humanity through internet

The dumification of humanity through internet

Category: Off Topic and Test Posts

Nothing really surprises me anymore, people wear crocs.
Look how much a banana duct taped to a wall went for.

I wonder how much I could get for biscuit cable tied to stick ?
  • spumco
  • spumco
09 Apr 2025 19:43
Replied by spumco on topic Rf45 clone glow up.

Rf45 clone glow up.

Category: Milling Machines

Do you mean this one? bodgesoc.blogspot.com/2017/05/harmonic.html

The very one.  I got jealous when you mentioned how convenient it is for you to get castings made.
  • michaeln
  • michaeln
09 Apr 2025 19:33 - 13 Apr 2025 18:35
Replied by michaeln on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

yes, i can confirm the setting are not saved.
There is an error.

Start with the option -i and -s don't work, there are errors, too.

Dear Giovanni, thanks for your manual.
For me point 9 doesn't worked. The start as standalone doesn't worked because there are errors.
For me it is working with a softlink and you don't have to copy and delete:
sudo ln -s /usr/share/linuxcnc/gladevcp/NativeCAM/ncam.py /usr/bin/ncam

For point 1 (and 2) i think it's easier with the command:
sudo apt install python3-lxml git

For point 2:
git clone https://github.com/freemoore/NativeCAM

Point 6: You use gedit, but it is not installed by default. Geany is installed by default from LinuyCNC.

Best regards

Michael
  • tommylight
  • tommylight's Avatar
09 Apr 2025 18:40
Replied by tommylight on topic rotary axis queston

rotary axis queston

Category: General LinuxCNC Questions

Usually omitting or deleting lines with HOME_...._velocity in the ini file and editing the homing and limit lines in hal is all it takes, but first:
-is the Y axis single drive/motor or tandem?
-is the Y axis the right choice for your use case? I usually do X axis as rotary.
-upload the hal and ini file so we can have a look.
Displaying 3346 - 3360 out of 26152 results.
Time to create page: 0.361 seconds
Powered by Kunena Forum