RE: 1.8.60 Released (!LPE CONST expressions)
2022-07-10, 16:55 (This post was last modified: 2022-07-10, 16:56 by Cam's Bricks.)
2022-07-10, 16:55 (This post was last modified: 2022-07-10, 16:56 by Cam's Bricks.)
Wow this is really cool! I really like the quick fix concept because at the end of the day I can make a template file, change the constants, then save as the new iteration.
It would be cool to see this meta be added to other editors but that is awesome.
I am not quite following the explanation of the subfile explanation. I think it is saying that the constants cannot be changed from the working file into a subfile?
For example:
Cannot be changed in a working file this this:
Is my understanding correct?
It would be cool to see this meta be added to other editors but that is awesome.
I am not quite following the explanation of the subfile explanation. I think it is saying that the constants cannot be changed from the working file into a subfile?
For example:
Code:
Sub-file A
0 !LPE CONST height = 7
1 16 0 height 0 6 0 0 0 -height 0 0 0 6 box5.dat
Cannot be changed in a working file this this:
Code:
Working File
0 !LPE CONST height = 7
1 16 0 0 0 1 0 0 0 1 0 0 0 1 Sub-file A.dat
Is my understanding correct?