G32 Result Display Request
-
Hi,
Would it be possible to capture the results of executing G32, when using it to run the Manual Bed Leveling Assistant, and display them nicely formatted with a Close or OK button?
That way I could refer to them as needed while making the adjustments to level the bed.
Now the results appear in a typical status message which goes away
Thanks.
Frederick
-
@fcwilt All status message should also appear on the Console tab of PanelDue. So unless you get a ton of messages after that it will be visible there.
-
@wilriker said in G32 Result Display Request:
@fcwilt All status message should also appear on the Console tab of PanelDue. So unless you get a ton of messages after that it will be visible there.
Yes I am aware of that but the icon to invoke G32 is on the control page. So that means switching back and forth or executing G32 from the console.
Since they went to the trouble of putting that little icon for G32 there it seems to me to make sense to display the results in a more user friendly fashion.
Frederick
-
@fcwilt The main problem here is that the response is an arbitrary message. In fact there are only info and warning/error messages (and the latter just being recognized by starting with "Warning:"/"Error:"). I hesitate to implement checking for certain strings because they can change and it would break compatibility.
-
@wilriker said in G32 Result Display Request:
@fcwilt The main problem here is that the response is an arbitrary message. In fact there are only info and warning/error messages (and the latter just being recognized by starting with "Warning:"/"Error:"). I hesitate to implement checking for certain strings because they can change and it would break compatibility.
Which is why I asked if it would be possible.
For the sake of the discussion what if the firmware were changed to issue a message that was easily identified - could it be done then without a ton of work?
Frederick
-
@fcwilt If the firmware would indicate if a message belongs to a certain command it could be implemented to have specific messages to be acknowledged by the user instead of auto-disappearing.
-
-
If using RRF3, can't you do it yourself in your bed.g using M291 and object model variables? (I don't know if the manual adjustment / screw turns info is available in the object model.)