Replies: 2 comments 1 reply
-
oh yes please! |
Beta Was this translation helpful? Give feedback.
-
I have reworked the code and UI and added this to the latest edge version (p10): The drop down functions mainly in the same way as the probing profile does. If a macro is selected the Pre/post macro button is colored and if the mouse pointer is hovered over it the name of the selected is macro is shown. Note that I have not done much testing, I leave it to users to do so and report back if there is any issues. Is this ok? |
Beta Was this translation helpful? Give feedback.
-
Terjeio,
I was asked if I could write a feature that would let you add Gcode before and after probing ( I guess make one big macro). I mocked it up in Iosender XL its a dialofg popup that you type the Gcode you want to add before and after, select it to make it activfe, check single use option or keep it active for the next probe, and saves it to a file. I went about this in a few different ways and still testing to see if one is better or not. One way was when the probe program calls excute I add the addtional gcode to the built probe macro. Second option was I only add the pre probe Gcode and each probe type has a call back on a successfull probe and the post probe Gcode gets sent out like a macro through the MDI .
Branch
https://github.com/Jay-Tech/ioSenderTouch/tree/master
ChangeSet
Jay-Tech@a05ccfb
Beta Was this translation helpful? Give feedback.
All reactions