Search found 136 matches

by bLouChip
Sat Jan 20, 2024 3:53 pm
Forum: Contributed plugins, tools and posts
Topic: GRBL Plasma w THC, Torch Touchoff, and Rotary
Replies: 38
Views: 134691

Re: GRBL Plasma w THC, Torch Touchoff, and Rotary

updated version 22.1 -- 22.1 fixed machine pause logic on new part. During testing this morning I discovered that parts are not processed in the order that they reside in the part tree. That makes sense such that optimization can do its job, cutting parts in the most efficient order and per optimiza...
by bLouChip
Fri Jan 19, 2024 2:05 am
Forum: Contributed plugins, tools and posts
Topic: GRBL Plasma w THC, Torch Touchoff, and Rotary
Replies: 38
Views: 134691

Re: GRBL Plasma w THC, Torch Touchoff, and Rotary

udpated to version 22 -- 21 added OnDrill() support pecking or pierce hole See the function OnDrill() for fine tuning the pecking parameters; %(75) of pierceDelay, and %(50) of plunge distance to "cutHeight", thus no need to change tool for plasma "drilling" or pecking. 0.75 and ...
by bLouChip
Wed Jan 17, 2024 4:17 pm
Forum: Tips and tricks
Topic: Tool List organization
Replies: 1
Views: 4559

Tool List organization

Other than ordering tools by number, is there another way to group them ?
For instance a hierarchical grouping that can collapse and expand by clicking top level ?
by bLouChip
Tue Jan 16, 2024 10:48 pm
Forum: Problems and questions
Topic: Rotary B axis
Replies: 1
Views: 43875

Re: Rotary B axis

I'm not sure if this is the right answer, but for now its a workable solution...
viewtopic.php?p=31311#p31311
by bLouChip
Tue Jan 16, 2024 5:13 pm
Forum: Problems and questions
Topic: SC Dev v7.1.35 hangs occasionally upon startup, Win11
Replies: 5
Views: 1858

Re: SC Dev v7.1.35 hangs occasionally upon startup, Win11

its not critical, easy to work around. I have found it hanging though other than on first launch after a reboot. Its an odd one for sure.
If I discover a repeatable pattern, I'll post here.
thanks for checking.
by bLouChip
Tue Jan 16, 2024 4:49 pm
Forum: Problems and questions
Topic: Rotary Plasma y and x axis?
Replies: 8
Views: 2668

Re: Rotary Plasma y and x axis?

yes to all the above. However the gcode I posted was produced for "bench" testing, where I use a grbl Atmega2560 4 axis board on my desk and not connected to a physical CNC machine; thus I have to produce different torch probing cmds and not set reset G92 Z0 point after each probe. The scp...
by bLouChip
Tue Jan 16, 2024 3:53 pm
Forum: Problems and questions
Topic: Rotary Plasma y and x axis?
Replies: 8
Views: 2668

Re: Rotary Plasma y and x axis?

Ah ha - like minds :) I have been updating my scpost to do the same. Just finished it. Not tested but a only a couple of times with "bench" test through grbl. I first tried B axis word with my 4 axis grbl and it puked on the B word, understandable since grbl is configured to expect A axis ...
by bLouChip
Tue Jan 16, 2024 12:40 pm
Forum: Problems and questions
Topic: Rotary Plasma y and x axis?
Replies: 8
Views: 2668

Re: Rotary Plasma y and x axis?

OK, got it, I think. You DO desire the YB motion then, so you don't have to swap the XY motor control signals to do rotary. Someone (Les?) will have to advise on how Rotary-plasma plugin and a related scpost produce YB motion. again - https://forum.sheetcam.com/viewtopic.php?t=9151 I can't get my he...
by bLouChip
Mon Jan 15, 2024 11:02 pm
Forum: Problems and questions
Topic: Rotary Plasma y and x axis?
Replies: 8
Views: 2668

Re: Rotary Plasma y and x axis?

It's hard to understand the problem since we don't know what the drawn shape is supposed to look like. Please post a picture of flattened shape as it appears in the SC graphic window, and might as well post the job file, scpost, and .nc or gc files also. But besides that unknown, I don't see a probl...
by bLouChip
Mon Jan 15, 2024 4:31 pm
Forum: Problems and questions
Topic: SC Dev v7.1.35 hangs occasionally upon startup, Win11
Replies: 5
Views: 1858

Re: SC Dev v7.1.35 hangs occasionally upon startup, Win11

ok, I caught the screenshot of the hang. It occurred to me that it failed this morning after a Win restart/reboot. So after 10 or so SC launches without a hang, I restarted Win and boom SC failed on the first attempted launch after the restart. The screenshot posted was before I clicked in the SC wi...
by bLouChip
Mon Jan 15, 2024 3:36 pm
Forum: Problems and questions
Topic: SC Dev v7.1.35 hangs occasionally upon startup, Win11
Replies: 5
Views: 1858

SC Dev v7.1.35 hangs occasionally upon startup, Win11

this has occurred twice out of 30 or so launches since installing. It hangs with the main window open but the visual graphic window not yet painted or colored. There are "shadows" of one row of large buttons in the top left quadrant of the full screen window. The vertical window frames lef...
by bLouChip
Sun Jan 14, 2024 3:05 pm
Forum: Contributed plugins, tools and posts
Topic: GRBL Plasma w THC, Torch Touchoff, and Rotary
Replies: 38
Views: 134691

Re: GRBL Plasma w THC, Torch Touchoff, and Rotary

update version 21.1 sorry for the quick change, but I decided to make the OnDrill() function/operation a pecker instead of a driller, but you have the option to easily adjust the pecking parameters in OnDrill(), so you can make it a driller just as easily. This is done without needing to change the ...
by bLouChip
Sun Jan 14, 2024 2:02 am
Forum: Contributed plugins, tools and posts
Topic: GRBL Plasma w THC, Torch Touchoff, and Rotary
Replies: 38
Views: 134691

Re: GRBL Plasma w THC, Torch Touchoff, and Rotary

updated to version 21

updates involve clarification of code comments and testing and corrections to OnDrill()
by bLouChip
Sat Jan 13, 2024 5:35 pm
Forum: Problems and questions
Topic: No Rapid Height after Drilling Operation
Replies: 2
Views: 28845

Re: No Rapid Height after Drilling Operation

I ran your scpost with the debugger and found that currentZ ~= safeZ test in OnRapid() was preventing the posting of Z15, notice the G00 was posted in your .tap. btw- In that same "if" stmt, you are testing offZ as if its boolean but its not, its numeric and thus will always test TRUE unle...
by bLouChip
Fri Jan 05, 2024 2:46 pm
Forum: Problems and questions
Topic: GRBL Laser Post Processor
Replies: 3
Views: 11271

Re: GRBL Laser Post Processor

try this snippet, it worked for me in some test cases this morning... -- test code -- match any char from begining of string to comma and return that substring local s = string.match ( operationName, "^.-," ) if s~= nil then -- remove the comma at the end s = string.sub ( s, 1, string.len(...