Commit Graph

62 Commits (db1ace5e82b9aace342255a1e9341f48d9cbf458)

Author SHA1 Message Date
Scott Lahteine 16739264d3 Add UltiController v2.1 support
Add compatibility with the original screen bord from Ultimaker 2 printer (UltiController v2.1 with the PG-2864ALBP I2C display)
Scott Lahteine 3a1225e438 Sanity check SENSORLESS_HOMING
Scott Lahteine 582d073de1 Patch up digital microstepping and SPI CS pins
Scott Lahteine 8190fdb260
[2.0.x] Option to use Neopixel as case light ()
* Add option to use Neopixel as case light

* Apply CASE_LIGHT_USE_NEOPIXEL to example configs
Scott Lahteine 6a043eee55 Various updates for TMC support
Scott Lahteine a94104dbb5
Merge pull request from teemuatlut/TMC_followup
[2.0.x]TMC followup
Dave Johnson 554e577676 SERIAL_STATS_* features not supported on USBCON targets ()
teemuatlut 9d923c6c03 Fix TMC gcode commands
Scott Lahteine 7541316bb4 Add M701/M702 Filament Load/Unload, M603
Thomas Moore f0a8a1a853 [2.0.x] Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE ()
* Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE
Scott Lahteine 5bc2acc072 Restore position_float to fix LIN_ADVANCE
Scott Lahteine fdc5e72720 A single setting to validate filament width
Scott Lahteine 933f76fda3 Option to disable all volumetric extrusion
Scott Lahteine fc9ee1a4de Fix up serial sanity check
Scott Lahteine 957bbab57f Update inc files for parity with 1.1.x
Dan Delaney b055d8c39c [2.0.x] Adding support for using the MKS_12864OLED with the SSD1306 controller ()
* Adding support for using the MKS_12864OLED with the SSD1306 controller

* Update comment for correct controller type
Scott Lahteine 15d05748df Adding support for the Tronxy and Zonestar LCD
teemuatlut 0cd1e91056 [2.0.x] TMC driver update ()
Scott Lahteine a71d2f3f40 UBL_DELTA => UBL_SEGMENTED
Scott Lahteine ae663a4198 PROBE_DOUBLE_TOUCH => MULTIPLE_PROBING
Scott Lahteine f206b81cf7 Sanity check skew+UBL
Scott Lahteine 2fde60da12 Changes for parity with 1.1.x
Richard Wackerbarth c1184552ac Change K1 to required option PID_K1
Unknown 91b63f6d69 SERIAL_XON_XOFF not supported on USB-native AVR devices
User could enable SERIAL_XON_XOFF on USB-native devices and it would not be enabled without warning, but M115 would report the capability as available.
Unknown 4c5ffd2349 [2.0.x] Report SERIAL_XON_XOFF in M115
-Report SERIAL_XON_XOFF in Extended Capabilites M115 report for hosts
-Remove outdated 256 size limitation from comments on RX_BUFFER_SIZE defines
-Update error message conditions
Scott Lahteine 0154e3480c New feature: BED_SKEW_CORRECTION
Scott Lahteine 8f90642eea LED_CONTROL_MENU config changes
Scott Lahteine ef2531558c Add an option to segment leveled moves
Scott Lahteine 7be4857ab9 Tweak BLOCK_BUFFER_SIZE description
Scott Lahteine d06e29846d Loosen HAS_BED_PROBE definition
Scott Lahteine 7576ad7fc2
Merge pull request from tcm0116/2.0.x-cleanup
[2.0.x] Fix for  and other cleanup
Thomas Moore 2ea779e560 Allow bed probe sanity checks to run
Scott Lahteine d24b1190bd Don't use Z_MIN_PROBE_ENDSTOP on DELTA
oliver 92a0dc552a MK2_MULTIPLEXER does not require E2/E3 stepper pins
Scott Lahteine 5926c9c97b Followup for MESH_EDIT_GFX_OVERLAY
Scott Lahteine 5ce7f23afa Config option G26_MESH_VALIDATION for all meshes
Scott Lahteine 0cfb936dd1 Clarify some motion code
Scott Lahteine 82f45c3e6a Patch G33 misuse of PROBE_MANUALLY
Scott Lahteine 1b40e9c464 Implement CNC_COORDINATE_SYSTEMS
Scott Lahteine 723f2a77f6 Implement support for Dual X and Y endstops
Scott Lahteine bd78ca0ee3 Add M290 Babystepping
Scott Lahteine 3ac581eac9 Neopixel changes for parity with 1.1.x
Scott Lahteine f65fc7ffab Merge pull request from thinkyhead/bf2_mesh_consolidate
[2.0.x] Simplify mesh bounds config
Thomas Moore 51fafccc16 [2.0.x] Enable hardware serial ports on LPC1768 ()
* Enable hardware serial ports on LPC1768

* Fix compilation errors with other HALs

* FIx order of includes in LPC1768 HAL main.cpp

* Add support for RX_BUFFER_SIZE and TX_BUFFER_SIZE options in Configuration_adv.h
Scott Lahteine 580b6e9089 Apply physical limits to mesh bounds
Scott Lahteine 4e2baeb3e1 Update indentation, file-wrapping for Marlin 2.0.x
cdedwards 6296ab2173 Add GFX overlay to UBL mesh edit ()
* Add GFX overlay to UBL mesh edit

Fixed misplaced HAS_TEMP_BED in dogm_bitmaps.h

rename _lcd_babystep_zoffset_overlay to _lcd_zoffset_overlay_gfx and move it out of BABYSTEP_ZPROBE_OFFSET to we can use it for over things. Add this function into UBL mesh edit screen.

update all Configuration.h to add ENABLE_MESH_EDIT_GFX_OVERLAY

* Add Sanity to UBL  insanity

Need to check for DOGLCD  otherwise error out.
Scott Lahteine 3d2b2eb1ca Prevent SDCARD_SORT_ALPHA from exploding
Jeffrey Li eeb4611606 Add proper support for the AZSMZ 12864 LCD on a SMART RAMPS
Jeff Eberl b206f70693 Split the software endstop capability by axis.