Replies: 6 comments 3 replies
-
Sorry for the late reply and thanks for the feedback!
Yeah it requires a bit more space, I'll see if I can shrink it down a bit. Do you mind sharing a screen shot so that I can see the layout you are using?
I am not able to reproduce this problem, they consistently change state in the same way as before. I'll see if I can add another color to better signal if the feature is active.
The old features were practically hard coded for how GRBL deals with overrides. With the latest work I was trying to make an abstraction layer that could work for other controllers such as g2Core. Unfortunately the rapid rate overrides worked completely different than the feed/spindle overrides and was more difficult to implement. When looking at a couple of other senders I decided that the rapid rates overrides could wait. Have you ever used the rapid overrides? |
Beta Was this translation helpful? Give feedback.
-
re. use of Rapid Override - yes, I use it on occasion, usual use case is diagnosing or testing a setup condition. My CNC serves 3 cutting processes (tri-CAM); milling, plasma, and laser. The max XY speeds for the machine electronics vs. mechanical load is 16,000mm/m, however this is only useful when raster scanning during low load cutting with laser and 3D carving of shallow passes due to mechanical resonance in my beefy machine. Most all other cutting processes are either higher load (milling) or are very sensitive to mechanical resonance (laser non-raster and plasma) so I have to dial down the max XY speed to 8,000mm/m, as well as change acceleration; btw-, UGS makes it easy for me to do this via Machine->Firmware Settings->Import menu, I only import the $nn settings that I need to change, so a I keep 2 .settings files readily available for this purpose, one is Fast Max Spd+Accel, the other is Slow.... Sometimes a Rapid Override can help me fine tune a specific table fixture setup or situation in addition to these adjustments. re. Spindle, Mist, and Flood buttons in 2.1.5- Since the override commands don't post to the console log anymore (sorry, another undesired changed IMHO) and the button shades of color don't always change, I don't know the override state at times unless I take other measures like checking the DRO or #G. They may always toggle state, but I'm not getting that visual feedback and often times I'm testing or "dry running" a gcode job in my office on a grbl board with no physical machine attached. There are many use cases for UGS, and perhaps I'm an outlier :( But I love it more than the competition. btw- Run From... feature is awesome, I use it often in plasma cutting where the probability of a torch collision with tipped up metal cutout parts is fairly high, there is never enough physical Z retract clearance height that I can program it seems (not a UGS issue). UGS does an excellent job of back-scanning the gcode to get the modal conditions in the correct state depending on the starting point in the file. Also, I run in G90 absolute mode when plasma cutting, and that gives me confidence that the coordinates are going to be correct. |
Beta Was this translation helpful? Give feedback.
-
How does this work? Fusion (free version) set the rapid movement rate as the same as feed rate, Then it would be nice to be able to override the rapid movement with something faster, but I can't set it higher than 100% is that 100% of normal, or is it the same as normal. Maybe it would be possible to set it to like 150% og maybe up to 200% in future, so that we would have the 'correct' behaviour of the machine making jobs faster? |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for clarifying. I didn't know it was like that. I'll
live with it as is. :)
søn. 9. jun. 2024 07.10 skrev Joacim Breiler ***@***.***>:
… The "free for hobbiest" version of Fusion does not use rapid movement
commands. So there is nothing that can be overridden.
Normally CAM programs generate rapid commands (G0) for non cutting
operations. This will try to move the machine at the max speed (configured
with $110-$112 in GRBL). The default override value for rapids is 100%,
which means that it will move at the max speed and the machine should not
be able to move faster than that.
If you want your jobs to go faster, you unfortunately need to buy a
license for Fusion or switch to another CAD/CAM package.
—
Reply to this email directly, view it on GitHub
<#2468 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFLYUNI664YITKNZIWRYIZDZGPPTDAVCNFSM6AAAAABDOJLNR2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TOMJXGQZTQ>
.
You are receiving this because you commented.Message ID:
<winder/Universal-G-Code-Sender/repo-discussions/2468/comments/9717438@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
@breiler , after several months of using the new Overrides window/layout with sliders, I'm finding it less practical than the previous layout at v2.1.4 and earlier. There are two nagging issues that I have with the new layout
Is there any consideration being given to regressing the Override UI ? Any feedback from other users one way or the other ? |
Beta Was this translation helpful? Give feedback.
-
well dang, I didn't know there were menu actions available ! That solves the problem, I'd rather have a keyboard assignment anyway ! I like to keep my eyes on the cutting process as much as possible. No need to consider a change, cancel my request. thank you. |
Beta Was this translation helpful? Give feedback.
-
constructive feedback...
Beta Was this translation helpful? Give feedback.
All reactions