Skip to content

[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#10210
yhfudev wants to merge 1690 commits intoMarlinFirmware:bugfix-2.0.xfrom
yhfudev:fix-language-test

Conversation

@yhfudev
Copy link
Contributor

@yhfudev yhfudev commented Mar 25, 2018

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

thinkyhead and others added 30 commits February 23, 2018 14:05
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`.
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
thinkyhead and others added 23 commits March 21, 2018 05:49
- 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
[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
@yhfudev yhfudev changed the title Fix language test [2.0.x] Fix language test Mar 25, 2018
@p3p
Copy link
Member

p3p commented Mar 25, 2018

You need to redo this PR and target bugfix-2.0.x or close this if you already have.

@thinkyhead
Copy link
Member

thinkyhead commented Mar 25, 2018

@yhfudevI'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 bugfix-1.1.x (and bugfix-2.0.x) branch and be careful to submit it to the same branch you started with.

See http://marlinfw.org/docs/development/getting_started_pull_requests.html for full instructions.

Thanks!

@thinkyhead thinkyhead closed this Mar 25, 2018
@thinkyhead thinkyhead changed the base branch from 1.1.x to bugfix-2.0.x March 25, 2018 16:31
@yhfudev yhfudev deleted the fix-language-test branch April 15, 2018 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.