📝 AlephObjects => LulzBot

This commit is contained in:
Scott Lahteine
2021-08-27 17:23:08 -05:00
parent fd594ab176
commit 9b0e196ba2
6 changed files with 11 additions and 14 deletions

View File

@ -589,6 +589,8 @@
#warning "Onboard temperature sensor for BOARD_DUE3DOM_MINI has moved from TEMP_SENSOR_2 (TEMP_2_PIN) to TEMP_SENSOR_BOARD (TEMP_BOARD_PIN)."
#elif MOTHERBOARD == BOARD_BTT_SKR_E3_TURBO && PIN_EXISTS(TEMP_2) && DISABLED(TEMP_SENSOR_BOARD)
#warning "Onboard temperature sensor for BOARD_BTT_SKR_E3_TURBO has moved from TEMP_SENSOR_2 (TEMP_2_PIN) to TEMP_SENSOR_BOARD (TEMP_BOARD_PIN)."
#elif defined(LCD_ALEPHOBJECTS_CLCD_UI)
#warning "LCD_ALEPHOBJECTS_CLCD_UI is now LCD_LULZBOT_CLCD_UI."
#endif
constexpr float arm[] = AXIS_RELATIVE_MODES;

View File

@ -138,7 +138,7 @@
* Settings for the Aleph Objects Color LCD User Interface
* Datasheet https://www.hantronix.com/files/data/s1501799605s500-gh7.pdf
*/
#elif defined(LCD_ALEPHOBJECTS_CLCD_UI)
#elif defined(LCD_LULZBOT_CLCD_UI)
#if !HAS_RESOLUTION
#define TOUCH_UI_800x480
#endif

View File

@ -53,7 +53,7 @@
#elif ENABLED(AO_EXP1_DEPRECATED_PINMAP)
/**
* This AlephObjects pinout re-purposes the UltraLCD
* This LulzBot pinout re-purposes the UltraLCD
* connector EXP1 for Software SPI (rev B, obsolete)
*/
@ -74,7 +74,7 @@
/**
* AO_EXP1_PINMAP with TOUCH_UI_ULTIPANEL
*
* This AlephObjects mapping re-purposes the UltraLCD
* This LulzBot mapping re-purposes the UltraLCD
* connector EXP1 for Software SPI for display (rev C):
*
* EXP2: FTDI: SD -or- USB [1]: ULTRA_LCD:
@ -106,7 +106,7 @@
/**
* AO_EXP2_PINMAP with TOUCH_UI_ULTIPANEL
*
* The AlephObjects mapping for re-purposing the UltraLCD
* The LulzBot mapping for re-purposing the UltraLCD
* connector EXP2 for hardware SPI for display and SD card
* or USB (rev C):
*

View File

@ -40,7 +40,4 @@ under the "MIT" license, as documented here:
==== MARLIN INTEGRATION WORK ====
All additional work done to integrate USB into Marlin was performed by AlephObjects, Inc.
and is licensed under the GPLv3.
-- marcio@alephobjects.com
All additional work done to integrate USB into Marlin was performed by LulzBot and is licensed under the GPLv3.

View File

@ -16,7 +16,7 @@ usb_flashdrive/lib github.com/felis/UHS30 GPLv2 or later
==== MARLIN INTEGRATION WORK ====
All additional work done to integrate USB into Marlin was performed by
AlephObjects, Inc. and is licensed under the GPLv3.
LulzBot and is licensed under the GPLv3.
This version of UHS3 has been modified for better compatibility with Marlin.
The upstream version of UHS 3.0 runs a frame timer interrupt every 1 ms to
@ -27,5 +27,3 @@ IRQ.
SKIP_PAGE3F and USB_NO_TEST_UNIT_READY were added to work around bugs with
certain devices.
-- marcio@alephobjects.com