Patch for "buildroot\share\PlatformIO\scripts\marlin.py" #347
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.
Description
Ref commit 2d87886
This patch of marlin.py has been posted and repeated on the CR6Community Discord quite often, as various users encounter problems with PlatformIO and VSCode trying to recompile CF6.1 to modify their configuration. files
It has been repeatedly confirmed to work by both Lifendel and richiedc.
I recommend that we just patch the online copy of marlin.py for the CF6.1 extui branch, so that it ceases to be a problem.
NOTE: Apologies if I have screwed up this PR by trying to push a second PR while this one is still open...
I expected #348 to be independent of this one, but it looks like merging both PRs in my repo has caused the two PRs to merge, here.
I do also recommend making the platfomio edits, to stop VS Code Studio from throwing errors when compiling the CF6.1 code. Struggling to get GitHub to treat them as separate PRs... Maybe you can "cherry-pick" just the marlin.py commits from this PR?
Requirements
n/a
Benefits
VSCode will once again be able to compile the CF6.1 code, without error.
Configurations
n/a
Related Issues
#334