For the OF-Calculix tutorial flap_perp it happens that if we download the pre-compiled cgx from Calculix page, the binary is precompiled with the flag ALLOW_SYS_FLAG 0; therefore, it requires user input for executing the system commands (this is so to avoid a catastrophe if the fbd file is evil) and therefore the execution of the solid stage is paused indefinitely. I think it could be useful to make clear in the tutorials that to accept the execution of every future 'sys'
command it necessary to add "ALLOW_SYS" in the .cgx file in the $HOME directory.
For the OF-Calculix tutorial flap_perp it happens that if we download the pre-compiled cgx from Calculix page, the binary is precompiled with the flag ALLOW_SYS_FLAG 0; therefore, it requires user input for executing the system commands (this is so to avoid a catastrophe if the fbd file is evil) and therefore the execution of the solid stage is paused indefinitely. I think it could be useful to make clear in the tutorials that to accept the execution of every future 'sys'
command it necessary to add "ALLOW_SYS" in the .cgx file in the $HOME directory.