buildbotics / bbctrl-firmware

Buildbotics CNC Controller Firmware
https://buildbotics.com/
Other
67 stars 24 forks source link

New macro needs to be relational. #298

Open tmadrms opened 3 years ago

tmadrms commented 3 years ago

Per #190, I am over the moon this feature finally came! One major issue, it cannot work as a relational item. Meaning that I cannot use it mid-program or in relation to a program. Example below, but I'm sure you think of more:

1) testing the size of a program (to be sure all clamps clear)

G0 X#<_x_min> Y#<_y_min> G0 X#<_x_max> Y#<_y_min> G0 X#<_x_max> Y#<_y_max> G0 X#<_x_min> Y#<_y_max> G0 X#<_x_min> Y#<_y_min> M0 (MSG, Will it fit?)