Scott Lahteine
172ce67344
New feature: BED_SKEW_CORRECTION
7 years ago
Scott Lahteine
1f770bb103
Config updates, spacing mainly
7 years ago
Scott Lahteine
d786fb99e2
Add an option to segment leveled moves
7 years ago
Scott Lahteine
51d09bb9c9
Tweak BLOCK_BUFFER_SIZE config
7 years ago
Scott Lahteine
b5c5b175f1
Dont use Z_MIN_PROBE_ENDSTOP for DELTA
7 years ago
oliver
a7d82bd73b
MK2_MULTIPLEXER does not require E2/E3 stepper pins
7 years ago
Scott Lahteine
c0190eff00
Adapt MESH_EDIT_GFX_OVERLAY for 1.1.x
7 years ago
Roxy-3D
8282d732c1
Make G26 work with all mesh leveling.
...
Example Configuration.h files are not updated yet. You need to cross
your settings over to the default Configuration.h file in the \Marlin
directory. (UBL_G26_MESH_VALIDATION enablement has moved to a new
location in the file.)
7 years ago
Scott Lahteine
ad879a1f90
Clarify some motion code
7 years ago
Scott Lahteine
1d0739d6d1
Patch G33 misuse of PROBE_MANUALLY
7 years ago
Scott Lahteine
8ab368559a
Implement CNC_COORDINATE_SYSTEMS
7 years ago
Scott Lahteine
318c419f77
Implement support for Dual X and Y endstops
7 years ago
Scott Lahteine
f06f4b40b8
Apply physical limits to mesh bounds
7 years ago
Scott Lahteine
a7398a0459
Prevent SDCARD_SORT_ALPHA from exploding
7 years ago
Scott Lahteine
060d16d26b
Split the software endstop capability by axis.
...
Based on #7975 and #7979
7 years ago
Scott Lahteine
b07a2aa23c
Add HAS_MESH conditional
7 years ago
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 years ago
Scott Lahteine
f835245ee1
Merge pull request #7908 from thinkyhead/bf1_goodbye_legacy_advance
...
[1.1.x] Remove legacy ADVANCE feature
7 years ago
deram
9239fcf0da
Allow UBL G29 and G26 to build without a probe
7 years ago
jmdearras
c7e0a49c94
Add some new LCD displays
...
- Original CR-10
- MKS Mini Display
7 years ago
Scott Lahteine
ae256576e1
Bring configs into parity with 2.0.x
7 years ago
Scott Lahteine
cbfcce09fa
Remove legacy ADVANCE feature
7 years ago
Scott Lahteine
e2ceb1b800
Merge pull request #7632 from GMagician/Wrong-sanitycheck-message-fix
...
Addressing #7612
7 years ago
DecoyPlatypus
70a64355f6
Fixed LCD_FOR_MELZI SanityCheck
...
Sanity Check for LCD_FOR_MELZI would fail with "Please select no more than one LCD controller option" any time #define LCD_FOR_MELZI was enabled in Configuration.h, even if there were no other LCD options enabled.
7 years ago
GMagician
5b87843fae
Addressing #7612
...
Replaced extruder with hotend
7 years ago
Marcio Teixeira
d69c5317df
Added option for graphical overlay for Z-offset
7 years ago
Vben
c0409b85e7
New feature: Part-Cooling Fan Multiplexer
7 years ago
Vben
4817b39d98
Added new feature for AutoParking Extruder (APE)
7 years ago
Scott Lahteine
b2822a59f9
Add a sanity check for valid bed size
7 years ago
Scott Lahteine
dd66d21749
Extend DEACTIVATE_SERVOS_AFTER_MOVE sanity-check
...
As proposed in #7429
7 years ago
Dave Johnson
936dfb965c
Clarify LCD_BED_LEVELING requirements
...
LCD_BED_LEVELING requires PROBE_MANUALLY with auto bed leveling enabled. See #7396
7 years ago
Scott Lahteine
423b0f3a1e
Replace MIN_RETRACT with MIN_AUTORETRACT, MAX_AUTORETRACT
7 years ago
Scott Lahteine
51864fd365
Add bed size as a configuration option
7 years ago
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 years ago
LVD-AC
3efe4aeef8
Add PROBE_MANUALLY support to G33
7 years ago
Dave Johnson
20f6676d63
DISABLE_[XYZ] compatibility check
...
DISABLE_[XYZ] is incompatible with HOME_AFTER_DEACTIVATE and Z_SAFE_HOMING
7 years ago
Scott Lahteine
167169e1bf
Sanity check for a real probe with M48
7 years ago
Scott Lahteine
232a10410d
LCD_FOR_MELZI
7 years ago
Scott Lahteine
6c97c5595c
Add a sanity check for DELTA_AUTO_CALIBRATION
7 years ago
Scott Lahteine
fc140c4962
Followup for I2C_POSITION_ENCODERS
7 years ago
Scott Lahteine
5b11b33854
Add support for Průša MK2 Multiplexer
7 years ago
Bob-the-Kuhn
9651d01e1a
Add Skynet/ANET A10 support
7 years ago
Bob-the-Kuhn
41bfff14e2
Merge pull request #6991 from Bob-the-Kuhn/Mesh-with-babystepping
...
Mesh with BABYSTEP_ZPROBE_OFFSET: add sanity check
7 years ago
Scott Lahteine
907cafcbfd
Support for two switching extruders
7 years ago
Bob-the-Kuhn
8fb30aaed6
warn user of an invalid combination
7 years ago
Jim Brown
3d043976f7
Add option to disallow filament change without homing first
7 years ago
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 years ago
Thomas Moore
e47029199e
Remove ADVANCED_PAUSE_FEATURE requirement for PROBING_HEATERS_OFF ( #7000 )
...
* Remove ADVANCED_PAUSE_FEATURE requirement for PROBING_HEATERS_OFF
* Add HEATER_IDLE_HANDLER conditional
7 years ago
bgort
2f55870edb
[New Feature] I2C position encoder support ( #6946 )
...
* [New Feature] I2C position encoder support
I plan to continue improving/cleaning this up, as there areas that need work.
* let the cleanups begin.
* progress
* more progress
* comments, rename files, etc.
* clean
* Cleanups per thinkyhead
* a few more cleanups
* cleanups, bugfixes, etc.
* remove unnecessary passes_test(), additional cleanups/optimizations
* cleanups
* misc.
* Fix up I2CPEM.init() and a few other things.
* organize, fix, rename, etc.
* more optimization
* a few more tweaks
8 years ago
Scott Lahteine
9128d9ab45
Improve sanity checks with static_assert, organize
8 years ago