Skip to content

Commit

Permalink
📝 AlephObjects => LulzBot
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and AlexColello committed Jan 14, 2022
1 parent 5835363 commit 8c5bd03
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/inc/SanityCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Marlin/src/lcd/extui/ftdi_eve_touch_ui/pin_mappings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/

Expand All @@ -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:
Expand Down Expand Up @@ -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):
*
Expand Down
5 changes: 1 addition & 4 deletions Marlin/src/sd/usb_flashdrive/lib-uhs2/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 1 addition & 3 deletions Marlin/src/sd/usb_flashdrive/lib-uhs3/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 8c5bd03

Please sign in to comment.