Search found 486 matches

by djreiswig
Mon Jul 02, 2018 10:14 pm
Forum: Problems and questions
Topic: Post Processor help GRBL, Standalone THC, Floating head
Replies: 11
Views: 3704

Re: Post Processor help GRBL, Standalone THC, Floating head

If you you could post the job file that made that code, it might help me to be able to duplicate the code.
by djreiswig
Sat Jun 30, 2018 12:44 pm
Forum: Problems and questions
Topic: Post Processor help GRBL, Standalone THC, Floating head
Replies: 11
Views: 3704

Re: Post Processor help GRBL, Standalone THC, Floating head

If you could post a simple job file, the post you are using, and the code you want the post to output, I can take a look at it. I have been somewhat successful at modifying posts, and would be happy to take a shot at it.
by djreiswig
Thu Jun 21, 2018 1:32 am
Forum: Problems and questions
Topic: Lost red background in material window
Replies: 1
Views: 855

Re: Lost red background in material window

Check the material dimensions. Options (menu) ...Job Options..Material Size tab. If one of the dimensions is zero then you won't see the red.
by djreiswig
Wed May 30, 2018 8:50 pm
Forum: Problems and questions
Topic: Grbl problems
Replies: 24
Views: 11093

Re: Grbl problems

The posts are written in Lua.
https://www.lua.org
by djreiswig
Wed May 30, 2018 12:50 am
Forum: Problems and questions
Topic: Arc to radius problem
Replies: 1
Views: 642

Re: Arc to radius problem

In Mach you have to back the code up further. I turn off dthc and start from a ways back and then manually fire the torch and turn dtch on when I get to the right place to start cutting. Assuming it is similar in Linux.
by djreiswig
Wed May 23, 2018 4:49 pm
Forum: New features
Topic: Tool additions
Replies: 7
Views: 10284

Re: Tool additions

And lead in and lead out settings, too. Since they usually change with the material being cut.
by djreiswig
Wed May 23, 2018 4:21 pm
Forum: Problems and questions
Topic: Grbl problems
Replies: 24
Views: 11093

Re: Grbl problems

Yeah, sorry about that. Typing on my phone and didn't get the capitalization correct. SheetCam is picky about that. Glad you got it.
by djreiswig
Wed May 23, 2018 2:08 pm
Forum: Problems and questions
Topic: Grbl problems
Replies: 24
Views: 11093

Re: Grbl problems

Only dumb question is the one that isn't asked.
Change them to nonmodalnumber not number.
The documentation is in SheetCam next to the edit post button in machine options. It is the right button on the bottom. Can't recall what it says.
by djreiswig
Wed May 23, 2018 1:06 pm
Forum: Problems and questions
Topic: Grbl problems
Replies: 24
Views: 11093

Re: Grbl problems

If you want all of the moves output even if they are the same then change the modalnumber lines to nonmodalnumber. The modal command just says that if the coordinate is the same as last time then don't ouput it again.
Read through the post documentation file, it's pretty informative.
by djreiswig
Wed May 23, 2018 1:20 am
Forum: Problems and questions
Topic: Grbl problems
Replies: 24
Views: 11093

Re: Grbl problems

If you edit your post and search for the lines that have the G commands (G0, G1, etc.) and change the ModalText to just Text, it will always output those lines.

So
post.ModalText (" G00")

would be
post.Text (" G00")
by djreiswig
Sat Apr 28, 2018 12:56 am
Forum: Problems and questions
Topic: Min Cut Length for DTHC question
Replies: 1
Views: 2011

Re: Min Cut Length for DTHC question

I understand the min cut length refers to the entire piece of geometry. Like a whole circle. If the perimeter of the circle is less than the minimum including the leads then it isn't activated. Can you just make the delay long enough so at the cut speed it won't turn on until after the lead-in. If y...
by djreiswig
Thu Apr 26, 2018 1:29 am
Forum: Problems and questions
Topic: help with post modification
Replies: 3
Views: 2403

Re: help with post modification

I believe WyoGreen is correct. Some posts had a parking move hardcoded into them, but this does not appear to be one of them. I must be set in the Job Options.
by djreiswig
Fri Apr 13, 2018 4:17 am
Forum: Problems and questions
Topic: Z-axis keeps going up
Replies: 2
Views: 2434

Re: Z-axis keeps going up

Try it with THC disabled. If it cuts fine then your THC is running the Z backwards. It is probably trying to lower the torch to drop the volts to match the setting, but the torch is going up instead causing the volts to increase.
by djreiswig
Tue Apr 10, 2018 2:23 am
Forum: Problems and questions
Topic: Q regarding lead-in spacing from other cuts
Replies: 8
Views: 2950

Re: Q regarding lead-in spacing from other cuts

Yeah, I didn't think that was what it was, but I thought I'd mention it just in case. I don't usually cut full sheets all at once, so I just manually adjust the starts.
by djreiswig
Tue Apr 10, 2018 1:17 am
Forum: Problems and questions
Topic: Q regarding lead-in spacing from other cuts
Replies: 8
Views: 2950

Re: Q regarding lead-in spacing from other cuts

Could it be trying to chain cut the parts to avoid the extra pierce? I know there is a chain length setting, but I can't see the entire other part to see if that might be the case.