Search found 484 matches

by djreiswig
Thu Oct 13, 2022 1:31 am
Forum: Problems and questions
Topic: Torch height control during rapids
Replies: 3
Views: 1148

Re: Torch height control during rapids

You would probably have to do the check in the OnRapid sub and output the M code before the rapid move.
by djreiswig
Thu Oct 06, 2022 10:40 pm
Forum: Problems and questions
Topic: Plasma tool wizard ignores tool name
Replies: 3
Views: 531

Re: Plasma tool wizard ignores tool name

Did you uncheck the box to auto create the name?
by djreiswig
Wed Sep 28, 2022 2:14 pm
Forum: Problems and questions
Topic: Pierce delay
Replies: 2
Views: 728

Re: Pierce delay

The 0.### is just how the number is formatted when it is output. Basically it says output a 0 if there is no whole number, followed by 3 decimal places. The pound signs won't add additional zeros. So a whole number will just be the number, but a number less than zero will have the leading 0 followed...
by djreiswig
Wed Aug 10, 2022 12:02 am
Forum: Problems and questions
Topic: Random torch height
Replies: 6
Views: 1075

Re: Random torch height

Are you using the same post processor as before you? Can you compare an old gcode from before with a new one? Maybe something will jump out.
by djreiswig
Tue Aug 09, 2022 11:34 pm
Forum: Problems and questions
Topic: Random torch height
Replies: 6
Views: 1075

Re: Random torch height

Can you step through the code on your table and see if the table is responding to the commands? Is the THC what is raising the torch up at the end of the cut? It sounds like you're not correctly sensing the top of the material at the beginning thus throwing off your cut height. Try turning off your ...
by djreiswig
Tue Aug 09, 2022 11:08 am
Forum: Problems and questions
Topic: continuous operation
Replies: 39
Views: 15680

Re: continuous operation

The instructions Les posted are for editing the post processor to get all future gcode files to have the m1 instead of m0. You won't need to edit future tap files after you change the post processor.
by djreiswig
Mon Aug 08, 2022 10:09 am
Forum: Problems and questions
Topic: continuous operation
Replies: 39
Views: 15680

Re: continuous operation

Edit the post as Les advised and the button should function.
by djreiswig
Sun Aug 07, 2022 12:48 pm
Forum: Problems and questions
Topic: continuous operation
Replies: 39
Views: 15680

Re: continuous operation

Edit your post. At around line 677 you shoudl see this: post.Text (" M00\n") Change it to: post.Text (" M01\n") Now in Mach you should have an optional stop button. If optional stop is on, it will pause. If optional stop is off it won't pause. It doesn't appear that you have mad...
by djreiswig
Fri Aug 05, 2022 9:59 am
Forum: Problems and questions
Topic: continuous operation
Replies: 39
Views: 15680

Re: continuous operation

Post a sample gcode and I will have a look.
by djreiswig
Fri Aug 05, 2022 2:25 am
Forum: Problems and questions
Topic: continuous operation
Replies: 39
Views: 15680

Re: continuous operation

Is it stopping on an M1 command in the code?
by djreiswig
Wed Aug 03, 2022 6:57 pm
Forum: Problems and questions
Topic: Drawing Import to Specified Position
Replies: 10
Views: 2942

Re: Drawing Import to Specified Position

Les Newell wrote: Wed Aug 03, 2022 3:30 pm That's right. It's all your fault :P
:oops:
by djreiswig
Wed Aug 03, 2022 2:08 pm
Forum: Problems and questions
Topic: Drawing Import to Specified Position
Replies: 10
Views: 2942

Re: Drawing Import to Specified Position

You must be working on the post options screen.
by djreiswig
Fri Jul 29, 2022 7:19 pm
Forum: Problems and questions
Topic: Rotary plasma plate marker issue
Replies: 4
Views: 712

Re: Rotary plasma plate marker issue

Edit the post and swap the X and Y moves. Should be pretty simple.