Advanced Search

Search Results (Searched for: )

  • 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. 
  • andypugh
  • andypugh's Avatar
03 Sep 2025 14:49
Replied by andypugh on topic Y axis A slave help request

Y axis A slave help request

Category: General LinuxCNC Questions

Have you tried just importing the Mach3 configuration? That is an option.

("import mach file" on the first page)

That still might not properly configure a gantry, as I am not sure if LinuxCNC can tell the difference between a Y2 or a true A when parsing the Mach file.

Rather than configure it as an "A" configure it as a "Tandem Y" in the drop-downs.
  • Artur_1617
  • Artur_1617's Avatar
03 Sep 2025 14:42
Replied by Artur_1617 on topic Mpg stop working

Mpg stop working

Category: AXIS

Yes Mpg working before homing.
I think must to change this
net x-jog-select joint.0.jog-enable <= hm2_5i25.0.7i77.0.0.input-10
net y-jog-select joint.1.jog-enable <= hm2_5i25.0.7i77.0.0.input-11
net z-jog-select joint.2.jog-enable <= hm2_5i25.0.7i77.0.0.input-12
net a-jog-select joint.3.jog-enable <= hm2_5i25.0.7i77.0.0.input-13
  • andypugh
  • andypugh's Avatar
03 Sep 2025 14:42
Replied by andypugh on topic Gig Skillcut 60

Gig Skillcut 60

Category: General LinuxCNC Questions

Yes, can you post the link that you found that brought you here? I may be able to find an "orphan" image file on the server, for example.
  • Maho400P
  • Maho400P
03 Sep 2025 14:28

Debian tries to connect to the internet on EtherCAT network device?

Category: EtherCAT

Linuxcnc 2.9.4, dual ethernet network realtek rtl,
When first start pc wired connection 1 is connected and 2 is not seen. Connecting slave to connection 2 is not seen but working.
When first start slave wire connection 1 is not connected and 2 is not seen, slave is working. There is no internet.
  • PCW
  • PCW's Avatar
03 Sep 2025 14:17
Replied by PCW on topic Mpg stop working

Mpg stop working

Category: AXIS

Is this homing related?

Because before homing you need to jog joints and after homing you need to jog axis




 
Displaying 12031 - 12045 out of 14576 results.
Time to create page: 1.092 seconds
Powered by Kunena Forum