-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use HIGH&LOW on configuration items #19089
Merged
thinkyhead
merged 11 commits into
MarlinFirmware:bugfix-2.0.x
from
GMagician:Use-HIGH-LOW-on-configuration
Aug 22, 2020
Merged
Use HIGH&LOW on configuration items #19089
thinkyhead
merged 11 commits into
MarlinFirmware:bugfix-2.0.x
from
GMagician:Use-HIGH-LOW-on-configuration
Aug 22, 2020
Conversation
This file contains 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
Use HIGH or LOW instead of TRUE & FALSE to identify signal levels
susisstrolch
pushed a commit
to susisstrolch/Marlin
that referenced
this pull request
Aug 24, 2020
… into bugfix-2.0.x * 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin: (33 commits) Minor cleanup w/r/t LEDs TFT32 for MKS Robin Nano 1.2 (MarlinFirmware#19031) [cron] Bump distribution date (2020-08-24) Feedrate comment (MarlinFirmware#19116) Neopixel => NeoPixel Fix up conditions, comments Fix DUET_SMART_EFFECTOR Consistent static/value item macros [cron] Bump distribution date (2020-08-23) Fix probing margin sanity-check PGMSTR constexpr => const NOZZLE_CLEAN_NO_Y (MarlinFirmware#18870) Change XY_PROBE_SPEED format to (x*60) (MarlinFirmware#18997) Reformat pins files Permit ST7789V orientation override (MarlinFirmware#19044) Prefer Servo AVR timer4 over 3 (MarlinFirmware#19025) DIGIPOT_I2C pins for SMOOTHIEBOARD (MarlinFirmware#19098) Translatable strings on Ender-3 V2 DWIN (MarlinFirmware#19053) HIGH/LOW naming of pin state settings (MarlinFirmware#19089) Update copy_marlin_variant_to_framework.py ...
albertogg
pushed a commit
to albertogg/Marlin
that referenced
this pull request
Aug 31, 2020
thinkyhead
pushed a commit
to thinkyhead/Marlin
that referenced
this pull request
Sep 2, 2020
vgadreau
pushed a commit
to vgadreau/Marlin
that referenced
this pull request
Dec 9, 2020
kageurufu
pushed a commit
to CR30-Users/Marlin-CR30
that referenced
this pull request
Apr 30, 2021
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.
This is a proposal more than a PR, evaluate real benefit
Many parameter switched from xxxx_HIGH = TRUE/FALSE to STATE or LEVEL = HIGH/LOW.
Uniformed PSU_ACTIVE_HIGH and SPINDLE_LASER_ACTIVE_HIGH