ABL/UBL TERN/OPTARG/GRID_LOOP_COND update followup#3
Merged
lukasradek merged 4 commits intolukasradek:G29-Variable-Grid-Point-Countfrom Aug 2, 2025
Merged
Conversation
ubl.cpp ubl.h fix checks
36 tasks
Update more of the files to be conditional to VARIABLE_GRID_POINTS. Touched some display files but this is ok, when GRID_LOOP_COND is available. Update Conditionals-3-etc.h to fix UBL compile
Populated TERN(VARIABLE_GRID_POINTS, GRID_USED_POINTS[_][X|Y], GRID_MAX_POINTS[_][X|Y]) where needed to allow the usage of this PR. constexpr disabled where needed when VARIABLE GRID_POINTS is used.
grid_points -> nr_grid_points
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ubl.cpp ubl.h
fix checks
add displays base code for VARIABLE_GRID_POINTS
with this the ubl part should be fully conditional.