Please includes file names in error messages.
-
Consider the two macro files below. _test1 calls _test2 which contains an error.
/macros/_test1
M98 P"/macros/_test2"
/macros/_test2
global x
When running _test1, the error message suggests that the error is in _test1.
Please include file names in the error messages to help locating the error.
-
@zapta Already in the issues list added by Tony: https://github.com/Duet3D/RepRapFirmware/issues/761
I suspect the issue will be the extra RAM required especially on the Duet 2.
-
Thanks @gloomyandy. I added there a comment.