You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiler error when using the latest bugfix including G35 code:
Marlin\src\gcode\bedlevel\G35.cpp: In static member function 'static void GcodeSuite::G35()':
Marlin\src\gcode\bedlevel\G35.cpp:187:3: error: jump to label 'EXIT_G35'
187 | EXIT_G35:
| ^~~~~~~~
Marlin\src\gcode\bedlevel\G35.cpp:88:10: note: from here
88 | goto EXIT_G35;
| ^~~~~~~~
Marlin\src\gcode\bedlevel\G35.cpp:117:8: note: crosses initialization of 'bool err_break'
117 | bool err_break = false;
| ^~~~~~~~~
**My Configurations:
Included at end
** edit: compiles fine if assisted tramming is turned off //#define ASSISTED_TRAMMING
**Steps to Reproduce:
use my config files with appropriate PlatformIO environment
compile
observe error
**Expected behavior:
Successful compilation
**Actual behavior:
Failure as noted above.
**Additional Information:
I ran a compare between my configs and those included with the latest bugfix. I could not find an explanation for the failure. Could I be using a different version of Platformio? I have not seen a goto statement since I took FORTRAN in college. Kind of miss those IBM cards.
**Bug Description:
Compiler error when using the latest bugfix including G35 code:
**My Configurations:
Included at end
** edit: compiles fine if assisted tramming is turned off
//#define ASSISTED_TRAMMING
**Steps to Reproduce:
**Expected behavior:
Successful compilation
**Actual behavior:
Failure as noted above.
**Additional Information:
I ran a compare between my configs and those included with the latest bugfix. I could not find an explanation for the failure. Could I be using a different version of Platformio? I have not seen a goto statement since I took FORTRAN in college. Kind of miss those IBM cards.
Marlin.zip
The text was updated successfully, but these errors were encountered: