[2.0.x] Fix language test#10210
Closed
yhfudev wants to merge 1690 commits intoMarlinFirmware:bugfix-2.0.xfrom
yhfudev:fix-language-test
Closed
[2.0.x] Fix language test#10210yhfudev wants to merge 1690 commits intoMarlinFirmware:bugfix-2.0.xfrom yhfudev:fix-language-test
yhfudev wants to merge 1690 commits intoMarlinFirmware:bugfix-2.0.xfrom
yhfudev:fix-language-test
Conversation
Removal of obsolete (i) from port of LIN_ADVANCE from V1.1.x to V2..0.x.
* Move Creality Ender-2 configurations * Add Creality Ender-4 configurations
- Compiler flags so ELF will include the original source. - Use commit-id archives for a working `lib_ignore`.
In reference to #9633
nextAdvanceISR is set in the next if structure in every possible situation, so it's useless to set it once more before.
75ms might be excessive... But I know people are seeing problems with PronterFace as the client...
[2.0.x] Mesh export in Bilinear + UBL M503
- Watchdog reset during SD Card initialization. - Move `DebugMonitor` to `DebugMonitor_Due.cpp`. - Since the watchdog is enabled on boot do extra resets during init. - Have `thermalManager` do watchdog reset before its ISR starts to prevent reset. - Ensure that timers are stopped before reprogramming them to address tone issues. - Improve SAM3XE reset when reflashed through the native port.
* Automatically reset stepper timeout in manage_inactivity Any code that adds moves to the planner can skip resetting the stepper timeout. We can let `idle` / `manage_inactivity` reset the timer whenever it detects any moves in the planner. * blocks_queued => has_blocks_queued
…ge startup delays that happen when a WDT reset happens and we are connected through the native port
…t through the Programming port. And also shows the traceback of functions as discussed. For that latest feature to work, you need to compile the project with -funwind-tables and -mpoke-function-name compiler flags
Followup to #10102
[2.0.x] DUE - change hardware SPI to mode 0change to mode 0
[2.0.x] DUE debugging: Solve WDT startup delay, add traceback & crash report uses programming port baud rate
[2.0.x] Fix TMC sanity checks that always fail
Member
|
You need to redo this PR and target bugfix-2.0.x or close this if you already have. |
Member
|
@yhfudev — I'm excited to see you're getting started on this. But you'll need to start over… Sorry, but we can't accept PRs directed at release branches. We make patches to the bugfix branches and only later do we push them out as releases. Please redo this PR starting with the See http://marlinfw.org/docs/development/getting_started_pull_requests.html for full instructions. Thanks! |
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.
Description
This patch will add "_UxGT" for each C strings in the test language header file so that the UTF-8 string will be processed by the utf8 script so that the script can generate font data for language "test" correctly.
(I don't why the github merge it to "MarlinFirmware:1.1.x", can you please fix it?)
Benefits
The previous patch for UTF-8 (#5491) was not include the language "test".
Related Issues
#5491