Commit Graph

236 Commits (0b49bddec27fdfaed3ebd4cfee5402d945d989ec)

Author SHA1 Message Date
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.
Bob-the-Kuhn 1c107b3949 delete problem line
Scott Lahteine e556ab1dff Find three-point leveling points on Delta
Scott Lahteine 1919cb0d1e Config cleanups
Roxy-3D 364f8fb613 Update Configuration.h files to better names ()
Changed UBL_G26_MESH_EDITING to UBL_G26_MESH_VALIDATION
Added UBL_MESH_EDIT_MOVES_Z to prepare for that change (coming next)
Scott Lahteine 99c4900a98 SPINDLE/LASER config changes
fixoid c2321b1cdd Separate SWITCHING_NOZZLE and SWITCHING_EXTRUDER
Scott Lahteine 1c4ed8b106 Note 5 extruders in config comments
Brian faa270071d Improve BLTOUCH_HEATERS_OFF functionality
- rename to PROBING_HEATERS_OFF
 - move heater pausing functionality into thermalManager
   - add variables, pause(), ispaused(), other functions
 - add fan pausing functionality -> PROBING_FANS_OFF
 - add probing_pause() wrapper
 - move pausing into do_homing_move() and do_probe_move() to minimize quiet time and so other probe types can benefit
 - example configs
Scott Lahteine 77769e284f Edit configuration comments
Scott Lahteine da08e11acd Add EXTRAPOLATE_BEYOND_GRID option to bilinear leveling
Scott Lahteine 54751e8557 Put DISTINCT_E_FACTORS adjacent to the affected settings
Scott Lahteine 0dbe4b3e54 Edit configurations to reduce verbosity, arrange logically
Scott Lahteine d7d4378481 Remove inaccurate version description
Roxy-3D 4075b95519 Allow BL-Touch users to control heaters during probe event ()
The Configuration.h file entries for BL-Touch have been updated to:
```cpp
//#define BLTOUCH
//#define BLTOUCH_DELAY 375      // (ms) Enable and increase if needed
//#define BLTOUCH_HEATERS_OFF // if defined the printer's heaters are
turned off during probe event
```
Scott Lahteine 959566cf0a Update note about M163 / M164
Scott Lahteine 0e97b3d6d0 Fix some configuration spacing
Scott Lahteine 153b0ae967 Tweak Delta Printer configuration note
Scott Lahteine fd2a0784ba Add support for SOLENOID_PROBE
Scott Lahteine dac21ec680 Add support for an RGBW LED
Scott Lahteine e7746ffee4 Extend RGB LED support, adding Printer Events
Scott Lahteine 9343f6a95f Put TOSHIBA with other stepper driver options
Scott Lahteine 1855534f20 Config files cleanup
Scott Lahteine c26a315d0b Additional missed patches
Scott Lahteine c54f6cf23d Updates to support 5 extruders
Scott Lahteine 824f3c1c0d Fix up configuration comments
Scott Lahteine 995ed90248 Clean up Filament Width Sensor comments
Scott Lahteine 2a84122edd Configuration changes to support 5 extruders
Bob-the-Kuhn 3b8926bd09 improved wording, consolidation of info, BLTouch warning
==============================================

clarified BLTouch calculation & changed comment delimitters/flags

I found it hard to pickout the various sections in this area so I
changed most comments from // style to /** ... */

Made the BLTouch calculation simpler and clarified the units of measure
for the result.

============================================

add changes to example configurations

============================================

add TinyBoy2 to this PR & add BLTouch Delay
Scott Lahteine d13991ae18 Use same config name for all mesh dimensions
Scott Lahteine c56eec29f0 Configurable delay for BLTouch servo emulation
Scott Lahteine 9e22184936 Add a "manual" option for ABL
Scott Lahteine 81136c1e82 Merge pull request from thinkyhead/rc_tinyboy
Support for TinyBoy 2 3D printer (and its OLED display)
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>
Scott Lahteine edbc024d76 Disable UBL_G26_MESH_EDITING by default
Stefan Brüns 5699e2b881 Add SOFT_PWM_DITHER to other configurations
Scott Lahteine 783338a0b8 Add UBL_MESH_EDIT_ENABLED to configs
Scott Lahteine e244399766 Additional cleanup of UBL code
Scott Lahteine 2512871a36 Patch configs UBL followup
Scott Lahteine 27b5666e15 Move Allen Key probe definition to the top
Scott Lahteine cf94688925 Univeral Bed Leveling - configuration
Scott Lahteine 0e410c9dfd Software endstop options as simple switches
Scott Lahteine 3e927ff204 Replace MBL Z hacking
Marek Pikuła 7698c5617a Added circle nozzle cleaning parameters to example configurations
Colin Gilgenbach 48b7e0f8d8 Nozzle Wipe Vertical Zig-Zag
- Add configuration support for zigzags in either the X or Y axis, for
wipe pads significantly longer in one dimension.
- Add configuration for default number of zig-zag triangles, vs. a
magic number in `Marlin_main.cpp`.
- Update description of auto nozzle wiping to match functionality
Scott Lahteine e282b72151 Remove non-applicable comment on MANUAL_Z_HOME_POS
esenapaj d38e335272 From "microseconds" to "milliseconds"
delay() is milliseconds
Scott Lahteine 5ab7b91615 Comment on filament runout sensor config
Scott Lahteine 1b2fb2bdc7 ABL_GRID_POINTS_* => ABL_GRID_MAX_POINTS_*
João Brázio 3f75edb1d6 Updated bq Hephestos 2 example configuration