Advanced Search

Search Results (Searched for: )

  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
03 Sep 2025 19:07

Races through first cycle upon first start up. Fine afterwards.

Category: Basic Configuration

Wasn't exactly sure where to put this question. But this is like the third time it happened to me. Upon the initial startup I'll home out the axis, go to MEM, select a g-code file, then I hit start. And it'll race through the g code like the entire program was full of G0 commands. If I had a part in the machine it would have crashed.  It's like it ignored every G1 command. Once the cycle is done, If I hit start cycle again, it'll go through like it's supposed to. The strange part is, it does not do it every time. Is this a configuration issue or a G-Code issue or a Linux issue? 
  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
03 Sep 2025 18:46 - 03 Sep 2025 18:47
Replied by TheTinkeringMechanic1 on topic Lathe "pecking" on X?

Lathe "pecking" on X?

Category: G&M Codes

It's also known as chip breaking in mill G-Code. G83 and G73
The cycle sets final depth (X), retract position (R), peck depth (Q), and feed rate (F) normally used for drilling process. It's also handy for breaking stainless steel instead of getting birds nests or for live lathe tooling. Since my setup utilizes a grinder, without a pecking cycle it can stall the grinder out.
Right now I have to program a "peck" cycle manually. An example of this is:
G1 X2.02 F1
G0 X2.01
G1 X2.03 F1
G0 X2.02
G1 X2.04 F1
G0 X2.03
  • trisa25
  • trisa25
03 Sep 2025 18:35
Replied by trisa25 on topic DMG DMU 50 Retroftiing(?) help

DMG DMU 50 Retroftiing(?) help

Category: CNC Machines

More pictures.
  • trisa25
  • trisa25
03 Sep 2025 18:31
Replied by trisa25 on topic DMG DMU 50 Retroftiing(?) help

DMG DMU 50 Retroftiing(?) help

Category: CNC Machines

I have a simmilar 15k rpm Kessler spindle on a DMC 100 V.

I have attached the datasheet pictures.
  • Creative25
  • Creative25
03 Sep 2025 18:03 - 03 Sep 2025 18:07
Replied by Creative25 on topic Firing the torch on the fly.

Firing the torch on the fly.

Category: Plasmac

Thanks for your quick reply.
Unfortunately the slots I need are open lines.
So no lead ins.
What I tried is using the puddle jump at Pearce hight. No pierce delay but a puddle delay. It seems to work well. But you don’t really have much control over plunge rate.
Is there a better way of doing this?

How do I fire the torch while the gantry is moving?
  • tommylight
  • tommylight's Avatar
03 Sep 2025 17:48
Replied by tommylight on topic Firing the torch on the fly.

Firing the torch on the fly.

Category: Plasmac

You need "lead in" for plasma cutting, you have that option in the included wizards for stuff you draw in LinuxCNC, and you will need a CAM software for other stuff to add those, probably SheetCAM.
BTW, you can start the torch while moving, but that will leave uncut sections on thin material and not cut at all on thicker material, but it will ruin the nozzle really quickly.
  • Artur_1617
  • Artur_1617's Avatar
03 Sep 2025 17:14
Replied by Artur_1617 on topic Mpg stop working

Mpg stop working

Category: AXIS

I must make changes to in jogscale..
Working setup
######################################################
#Jog Pendant
######################################################

loadrt mux4 count=1
loadrt ilowpass

setp ilowpass.0.scale 100
setp ilowpass.0.gain 0.01

addf mux4.0 servo-thread
addf ilowpass.0 servo-thread

net x-jog-select joint.0.jog-enable axis.x.jog-enable <= hm2_5i25.0.7i77.0.0.input-10
net y-jog-select joint.1.jog-enable axis.y.jog-enable <= hm2_5i25.0.7i77.0.0.input-11
net z-jog-select joint.2.jog-enable axis.z.jog-enable <= hm2_5i25.0.7i77.0.0.input-12
net a-jog-select joint.3.jog-enable axis.a.jog-enable <= hm2_5i25.0.7i77.0.0.input-13

net x10 hm2_5i25.0.7i77.0.0.input-14 => mux4.0.sel0
net x100 hm2_5i25.0.7i77.0.0.input-15 => mux4.0.sel1
setp mux4.0.in0 .0000025
setp mux4.0.in1 .000025
setp mux4.0.in2 .00025
setp mux4.0.in3 .0

net jogscale mux4.0.out => joint.0.jog-scale axis.x.jog-scale
net jogscale => joint.1.jog-scale axis.y.jog-scale
net jogscale => joint.2.jog-scale axis.z.jog-scale
net jogscale => joint.3.jog-scale axis.a.jog-scale

net mpg-out hm2_5i25.0.encoder.05.rawcounts => ilowpass.0.in

net jogcounts ilowpass.0.out => joint.0.jog-counts axis.x.jog-counts
net jogcounts => joint.1.jog-counts axis.y.jog-counts
net jogcounts => joint.2.jog-counts axis.z.jog-counts
net jogcounts => joint.3.jog-counts axis.a.jog-counts
  • Creative25
  • Creative25
03 Sep 2025 16:55
Firing the torch on the fly. was created by Creative25

Firing the torch on the fly.

Category: Plasmac

I am experimenting with cutting straight lines for a screen.
Problem is this. On start and end of a line there is a hole that is bigger than the rest of the line. 
So I figured out how to edit a cut file by hand so it does stop the torch while the torch moves. So I get a perfect ending on the line I cut. 
Question is there a way I can get the torch to probe the metal, then accelerate to cutting speed for say 10 mm then turn the torch on at pierce height. 
And pierce while the torch is moving. Start point of cutting is not crucial but cut width at the beginning of the cut should be as close to the rest of the cut as possible.
  • PCW
  • PCW's Avatar
03 Sep 2025 16:47

Install works but the password entered will not work to log on. Please Help

Category: Installing LinuxCNC

Yes, Debian deserves some kind of prize for the dumbest login screen possible.
  • PCW
  • PCW's Avatar
03 Sep 2025 16:41
Replied by PCW on topic Mpg stop working

Mpg stop working

Category: AXIS

In addition to the jog enables, you need to do a similar change with the mpg count pins
that is, for example both joint.0.jog-counts axis.x.jog-counts must connect to the mpg count.
  • Artur_1617
  • Artur_1617's Avatar
03 Sep 2025 15:41
Replied by Artur_1617 on topic Mpg stop working

Mpg stop working

Category: AXIS

I made changes but still not working after homing.
  • John15
  • John15
03 Sep 2025 15:07

Install works but the password entered will not work to log on. Please Help

Category: Installing LinuxCNC

Thank's for your replies. It's the login screen thats not clear!
As you say it wants the user name in the top of the two rows but there is no indication that that is what it needs.
All sorted now
Thanks again
John
  • andypugh
  • andypugh's Avatar
03 Sep 2025 14:59
Replied by andypugh on topic Mpg stop working

Mpg stop working

Category: AXIS

Yes.

Just add the axes too
net x-jog-select joint.0.jog-enable axis.x.jog-enable <= hm2_5i25.0.7i77.0.0.input-10
net y-jog-select joint.1.jog-enable axis.y.jog-enable <= hm2_5i25.0.7i77.0.0.input-11
... etc ...
  • andypugh
  • andypugh's Avatar
03 Sep 2025 14:52
Replied by andypugh on topic Program cnc linux

Program cnc linux

Category: Milling Machines

I tried to up load a jpg file but it kept saying didn't load.

You need to "attach" the file with the "attachments" button then "include" it into the post. 
Displaying 9196 - 9210 out of 17977 results.
Time to create page: 0.499 seconds
Powered by Kunena Forum