Slawomir Ciunczyk
167058b61f
Different NEOPIXEL types
Changes to support NEOPIXEL LED strips
- Support for different NEOPIXEL as defined in Adafruit_NeoPixel.h
- ability to setup startup brightness
- ability to define sequential/non-sequential transition of color change during heating-up
- additional parameter to M150 P<brightness>
пре 7 година
Scott Lahteine
381ebc043f
Add support for ST7565-64128N
Based on #7447 by @Bob-the-Kuhn
пре 7 година
jmdearras
c7e0a49c94
Add some new LCD displays
- Original CR-10
- MKS Mini Display
пре 7 година
Scott Lahteine
067622fcc6
Apply some tweaks based on 2.0.x
пре 7 година
Phr3d13
c26242a553
Fixing #7833
пре 7 година
Scott Lahteine
b211fa4e1f
Remove extra NEWPANEL settings in Conditionals_LCD.h
пре 7 година
Scott Lahteine
8a994fb1b1
Fix encoder pulses for G3D_PANEL
пре 7 година
GMagician
6127154af3
Fix identation by tab
There was a tab instead of spaces
пре 7 година
GMagician
405a2132f3
#7529 compile fix
I made an error in previous fix
пре 7 година
GMagician
869d7f3703
#7504 missing part
#7504 integration has missed this part.
When more than 1 servo is used with bltouch it's impossible to predefine default servo delay for it.
In my original fix I completely removed this part but maybe this is a better compromise
пре 7 година
GMagician
e9c72978c7
Implement SERVO_DELAY as array
This modify give SERVO_DELAY x servo basis
пре 7 година
C. Scott Ananian
890e7a16a9
Add support for Printrbot Neopixel RGBW strip.
Connected as described at http://printrbot.com/shop/led-strip/
Based on patch by Kelly Anderson <kelly@xilka.com > at
http://www.xilka.com/printrbot/marlin/1.1.4/ 20170707 /
пре 7 година
Tannoo
aaacef9441
Corrections (#7231 )
20x4 map integration. Also some minor changes to the UBL Menu layout. Both 20x4 LCD's and Graphical LCD panels should have similar functionality now.
пре 7 година
Scott Lahteine
c6d430670a
Clear SHOW_BOOTSCREEN with no LCD
пре 7 година
Scott Lahteine
232a10410d
LCD_FOR_MELZI
пре 7 година
Scott Lahteine
abd6ba62b4
Some cleanups for ubl lcd mesh map
пре 7 година
Scott Lahteine
5b11b33854
Add support for Průša MK2 Multiplexer
пре 7 година
Bob-the-Kuhn
9651d01e1a
Add Skynet/ANET A10 support
пре 7 година
Scott Lahteine
6c45fa7dcc
Apply #elif in LCD conditionals
пре 7 година
Scott Lahteine
786cdea124
Ensure REPRAPWORLD_KEYPAD_MOVE_STEP is defined
пре 7 година
Bob-the-Kuhn
325f09ea6c
Add link to custom LiquidCrystal library by F. Malpartida
пре 7 година
Scott Lahteine
445227c807
Fix missing LCD_STR_REFRESH
пре 7 година
dot-bob
0bc66bf22c
PCA9632 PWM color LED support
Add support for the PCA9632 PWM color LED driver used on the Ultimaker 2 and Wanhao Duplicator 6.
пре 7 година
Scott Lahteine
efc198f952
Spacing, const, comments
пре 7 година
Roxy-3D
0dd0033b33
Save up to 94 bytes of RAM on 20x4 LCD Display machines (#6964 )
* Save up to 94 bytes of RAM on 20x4 LCD Display machines
Moved the custom screen characters out of RAM into Program Memory. With
SD-Card support and the Progress Bar enabled, this saves 94 bytes of RAM
memory.
This was tested using the example_configurations/FolgerTech-i3-2020
files. So a couple small changes to those files snuck into this Pull
Request.
Probably... We can find similar savings in the Graphics LCD code it we
comb through it. And if so... That is the place we really need to
save RAM memory!
* Tidy up white space and indentation
пре 7 година
Scott Lahteine
445865ea03
REPRAPWORLD_KEYPAD is NEWPANEL but not ULTIPANEL
пре 7 година
Scott Lahteine
75badae2f8
Disable PROBE_MANUALLY for UBL
Plus some other UBL tweaks.
пре 7 година
fixoid
c2321b1cdd
Separate SWITCHING_NOZZLE and SWITCHING_EXTRUDER
пре 7 година
Scott Lahteine
081bf1f879
Patch #else / #endif comments
пре 7 година
Scott Lahteine
a9487c9443
Reduce redundancy in BLTOUCH conditionals
пре 7 година
Thomas Moore
a20d0794e6
Automatically define Z_MIN_PROBE_ENDSTOP_INVERTING for BLTouch
пре 7 година
Scott Lahteine
ff0018e287
Format hex values as uppercase
пре 7 година
Scott Lahteine
fd2a0784ba
Add support for SOLENOID_PROBE
пре 7 година
Scott Lahteine
dac21ec680
Add support for an RGBW LED
пре 7 година
Scott Lahteine
e7746ffee4
Extend RGB LED support, adding Printer Events
пре 7 година
Scott Lahteine
36bda2bade
Add HAS_RESUME_CONTINUE shorthand macro
пре 7 година
Scott Lahteine
c56eec29f0
Configurable delay for BLTouch servo emulation
пре 7 година
Scott Lahteine
9e22184936
Add a "manual" option for ABL
пре 7 година
Stefan Brüns
0fe57ad4f5
Add Support TinyBoy2 OLED/Encoder panel
The OLED is driven by an SSD1306, connected to the board via
I2C, the rotary encoder is connected to 3 GPIO pins.
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de >
пре 7 година
Remo Kallio
d38b1bc4b1
Show filament width sensor values in LCD constantly if SD card support is not enabled.
пре 7 година
Scott Lahteine
0e410c9dfd
Software endstop options as simple switches
пре 7 година
Scott Lahteine
e4649c9044
Add HAS_SOFTWARE_ENDSTOPS macro
пре 7 година
Scott Lahteine
1c99ca82d8
Give encoder pulse/steps conditionals their own block
пре 7 година
Scott Lahteine
18ba31e9b5
Add Debug Menu with LCD_PROGRESS_BAR_TEST as an example
пре 8 година
Scott Lahteine
3391c785c6
Support for distinct E factors
пре 8 година
Scott Lahteine
145d9005d1
Fix BLTOUCH string and SERVO_DELAY
пре 8 година
Scott Lahteine
13523cbf29
Fix and extend BLTouch support
пре 8 година
Scott Lahteine
e05af606a8
Clean up probe config options
пре 8 година
Scott Lahteine
153e240cdd
Probe conditionals to Conditionals_LCD.h
пре 8 година
Scott Lahteine
1968983f35
Move PROBE_SELECTED to an earlier point
пре 8 година