Open
Conversation
|
How to copy 2 side -> 2 side layout. On the official firmware there is only 1 side -> 2 side layout option available. |
this seems to be required for the HL-L2350DW, and matches the behaviour of the official driver without this, if duplex is disabled then the printer still duplexes, but every other page is garbled
Building brlaser under Fedora 38 gives the following error in test/tempfile.h: error: 'uint8_t' was not declared in this scope This commit fixes it by explicitly including `cstdin` in the file, so `uint8_t` is correctly defined there.
- Both Duplex & Tumble are `&l2S`
As per the following documentation, CMake 4.0 does not allow using a minimum CMake version below 3.5. https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html * Update min CMake version from 3.5 to 3.10 Co-authored-by: Yaya <github@uwu.is> --------- Co-authored-by: DownBackDad <3554643-DownBackDad@users.noreply.gitlab.com> Co-authored-by: QORTEC <QORTEC@users.noreply.github.com> Co-authored-by: Yaya <github@uwu.is>
Brother uses multiple 1200‑dpi modes across its printers: - 1200dpi – a true 1200 × 1200 resolution - HD1200A – simulates 1200 dpi by printing at 1200 × 600 - HD1200B – simulates 1200 dpi by printing at 2400 × 600
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.
Duplex, Simplex
The following code explicitly sets the duplex/simplex in PCL.
\033&l2S: This sets the printer to duplex printing with tumble mode.\033&l1S: This sets the printer to duplex printing without tumble mode. (Not Used)\033&l0S: This sets the printer to simplex (single-sided) printing.#169 explicitly sets the printer in simplex mode (
\033&l0S).This resolves the issue of printers continuing to duplex when disabled.
QORTEC#2 adds duplex no tumble printing.
Toner Density
Owl-Maintain#12 adds toner density adjustment
1200dpi
The following code explicitly sets the 1200dpi mode.
Brother uses multiple 1200‑dpi modes across its printers:
Compiling
QORTEC#3 fixes building on Fedora 38;
error: 'uint8_t' was not declared in this scopeResolves , so
uint8_tundeclared issue by explicitly includingcstdintintest/tempfile.h.Owl-Maintain#43 fixes building with CMake 4.0
Compatibility with CMake < 3.5 has been removed from CMake.Related issues
#75 1200dpi
#154 1200dpi
#210 1200dpi
#208 1200dip
#218 CMake
#100 Simplex