5b11b33854
Add support for Průša MK2 Multiplexer
2017-06-27 04:55:30 -05:00
9651d01e1a
Add Skynet/ANET A10 support
2017-06-24 19:07:03 -05:00
6c45fa7dcc
Apply #elif in LCD conditionals
2017-06-24 13:56:33 -05:00
786cdea124
Ensure REPRAPWORLD_KEYPAD_MOVE_STEP is defined
2017-06-23 14:53:01 -05:00
325f09ea6c
Add link to custom LiquidCrystal library by F. Malpartida
2017-06-22 13:07:08 -05:00
445227c807
Fix missing LCD_STR_REFRESH
2017-06-12 01:28:52 -05:00
0bc66bf22c
PCA9632 PWM color LED support
...
Add support for the PCA9632 PWM color LED driver used on the Ultimaker 2 and Wanhao Duplicator 6.
2017-06-12 01:09:24 -05:00
efc198f952
Spacing, const, comments
2017-06-07 16:07:38 -05:00
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
2017-06-05 17:02:00 -05:00
445865ea03
REPRAPWORLD_KEYPAD is NEWPANEL but not ULTIPANEL
2017-05-31 23:48:03 -05:00
75badae2f8
Disable PROBE_MANUALLY for UBL
...
Plus some other UBL tweaks.
2017-05-19 07:13:18 -05:00
c2321b1cdd
Separate SWITCHING_NOZZLE and SWITCHING_EXTRUDER
2017-05-16 19:25:17 -05:00
081bf1f879
Patch #else / #endif comments
2017-05-09 12:37:23 -05:00
a9487c9443
Reduce redundancy in BLTOUCH conditionals
2017-05-09 11:52:24 -05:00
a20d0794e6
Automatically define Z_MIN_PROBE_ENDSTOP_INVERTING for BLTouch
2017-05-08 16:28:44 +00:00
ff0018e287
Format hex values as uppercase
2017-04-21 21:42:41 -05:00
fd2a0784ba
Add support for SOLENOID_PROBE
2017-04-14 17:24:36 -05:00
dac21ec680
Add support for an RGBW LED
2017-04-11 12:58:55 -05:00
e7746ffee4
Extend RGB LED support, adding Printer Events
2017-04-11 12:15:41 -05:00
36bda2bade
Add HAS_RESUME_CONTINUE shorthand macro
2017-04-11 12:15:40 -05:00
c56eec29f0
Configurable delay for BLTouch servo emulation
2017-04-02 11:14:53 -05:00
9e22184936
Add a "manual" option for ABL
2017-03-31 11:50:18 -05:00
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 >
2017-03-31 04:05:34 -05:00
d38b1bc4b1
Show filament width sensor values in LCD constantly if SD card support is not enabled.
2017-03-29 04:03:08 -05:00
0e410c9dfd
Software endstop options as simple switches
2017-03-17 06:05:17 -05:00
e4649c9044
Add HAS_SOFTWARE_ENDSTOPS macro
2017-03-17 06:05:17 -05:00
1c99ca82d8
Give encoder pulse/steps conditionals their own block
2017-02-12 03:57:57 -06:00
18ba31e9b5
Add Debug Menu with LCD_PROGRESS_BAR_TEST as an example
2016-12-19 22:57:14 -08:00
3391c785c6
Support for distinct E factors
2016-12-05 07:26:18 -06:00
145d9005d1
Fix BLTOUCH string and SERVO_DELAY
2016-09-21 01:45:23 -05:00
13523cbf29
Fix and extend BLTouch support
2016-09-20 16:20:36 -05:00
e05af606a8
Clean up probe config options
2016-09-19 00:26:16 -05:00
153e240cdd
Probe conditionals to Conditionals_LCD.h
2016-09-19 00:25:53 -05:00
1968983f35
Move PROBE_SELECTED to an earlier point
2016-08-25 20:59:44 -05:00
3cccaa9885
Allow encoder pulse/step override for more LCDs
2016-08-02 15:57:26 -07:00
cebd2bfff0
Auto-select power plugs for RAMPS derivatives
2016-08-02 11:59:25 -07:00
93ea281061
Split up Conditionals.h into two files
...
Rather than include twice, which is tricky but may confuse
2016-07-25 20:30:45 -07:00