FabMo-Engine icon indicating copy to clipboard operation
FabMo-Engine copied to clipboard

Harmonize config where there are multiple ways to set a single config value on g2core from fabmo

Open RobMackie opened this issue 3 years ago • 1 comments

This is a broader treatment of the specific case raised in issue #804 which deals just with zlift or pullup on feedhold.

These are variable that are defined in FabMo (In the "OpenSBP" portion of the config tree or in the "Machine" portion). Most are already handled, but it is worth noting the commonality. IN FABMO ------------------------------- IN G2 =machine:

units .................................................................... gun <<=== synced envelope ........................................................... e.g. xtm,xtn <<=== *NOT synced **needed for SOFT LIMITS in G2 interlock input ................................................ mode of input# <<=== NOT synced, but needed? and there are some other designated inputs ... that may get g2 mode assignments =opensbp:

safeZpullup ...................................................... zl and needs to be enable for behavior in a feed-hold <<=== *NOT synced safeApullup ................................? .... each of the above is disabled by being undefined(empty from parse) cRes .................................................................might be roughly the same as ct <<=== NOT synced jog speeds .................................................... _vm <<=== synced move speeds ............................................... these are limited by _fm <<:::::: sort of unit values (VU) and jerk values (VR) are, I believe, also currently being set directly by opensbp without being represented separately in the FabMo config tree. Using the same approach might be a way to simplify the dual representation. It is a bit confusing that some are in the Config Manager set of settings and others are not. For example, Jog speed can be set several ways in OpenSBP and it can also be set as Jog Velocity in the Config Manager.

RobMackie avatar May 11 '22 14:05 RobMackie

reference #804 for some more details.

RobMackie avatar Jun 09 '22 16:06 RobMackie