Hi,
Thanks for your post and for the suggestions.
-->> Jog feed wen you are on 1% with a long press on + go to 50 and another long press go to 100% (or equal to gerr 2010 screen set)
You could probably achive this with some code in a macro loop.
-->> Jog feed numbers color change, high feed = RED, Lower feed = Black
The issue with this one is that the screenset is built generic, because the screen could be totally redesigned with the screen editor,
this makes it hard to do these kind of special functions, because if we fix a recoloring of the DROs with the jog override ID then
it will be no more generic, then it will be fixed recoloring and not sure if everybody will like that. Or if we want to keep it generic then we should add a few properties to the textfields (DROs) definition
which defines the parameters of recoloring. Or we could add an additional function which could do the recoloring setting on DROs. Both are lots of work for us then. So, it's possible to make this happen, just not easy to even decide which way to do it.
-->> Email Alert, ability to send Emails for some reasons (end of programs and when you hit a limit switch for example.) in the email you can send info of the program, program name, cutting time, tools life.
Only send emails if you have some type of code on the program.
If I recally Terry (Vmax) already made a code which doing this.
I think he also made SMS sending code.
Please ask him to share his code.
-->> Password to Lock config menu.
This is already done in the upcoming release.
-->> Create the contours of the cnc working area.
Thats a good idea, but the workpiece path is in work coordinates and the working area is machine coords, so drawing the working area around the workpiece depends on the current offsets,
this means that if you changing the offset would require to change/redraw the drawing always or at least to redraw the working envelope drawing.
-->> Create a post processor for Fusion 360!! (i'm using Eding cnc Post with no arcs...)
This already exists:
http://cam.autodesk.com/posts/?p=stepcraft_uccnc-->> if possible a log off events, (my workers some times have crazy accidents with the machine, and i think it propositional.)
How should that work?
What should that log?
Thanks and keep going with your excellent work!!
Thank you.