Latest

Vanilla Marlin Firmware for Ender 3 (8-bit) + Mesh bed leveling

 

This is the 1.1.9 version of vanilla Marlin Firmware pre-configured for Creality Ender 3 printers without bed leveling sensors. The standard configuration file from Marlin distribution was carefully reviewed to include the latest Ender 3 specific settings from the official Creality firmware and incorporates additional features like Mesh Bed leveling.

Are Samsung Galaxy S phones losing features over time?

Are you missing something in the latest Galaxy S10 or S20 series phones? Despite the better displays, processors and cameras are the phones becoming more or less featured? See the comparison below, I ignored any feature that is software based (like HDR) or incremental (like improved WiFi). I also ignored larger/smaller versions of the phone.

Fix for RTX Graphics Cards rebooting Dell XPS 8700

Symptons: NVidia RTX 2060, 2070 and 2080 cards cause random reboots in Dell XPS 8700 computers on low demmaning softwares like browsers or 3D viewers.

Solution: Disable PCI Express Link State Power Management

  1. Click on the Start Menu and then type "Power Options" to open the app with the green battery icon.
  2. Select "Change plan settings" for your current power scheme
  3. Select "Change advanced power settings"
  4. Disable the PCI Express link state power management.

Notes:

Ultimate Marlin 2 + BLTouch for Ender 3 (8-bit) with OctoPrint

This is the vanilla version of Marlin Firmware 2.x pre-configured for Creality Ender 3 printers with original or generic BL Touch sensors. This distribution is focused on professional/power users and is packed with the maximum amount of features the small 1284P chip can fit at the expense of the SD Card support. Because of the lack of the SD support this is only recommended for OctoPrint users.

Marlin 2.0 Firmware configured for Ender 3 (8-bit) + BL Touch

This is the vanilla version of Marlin Firmware 2.x pre-configured for Creality Ender 3 printers with original or generic BL Touch sensors. The standard configuration file from Marlin distribution was carefully reviewed to include the latest Ender 3 specific settings from the official Creality firmware and from Antclabs.

Control Arduino via USB OTG from Android

This script allows Johnny-Five to run from a Termux terminal communicating with other Android apps or external devices by using the TCP protocol without root, without bluetooth and without the WiFi shield. The reason for the TCP protocol is that Termux still does not implement USB-OTG to Serial drivers and the vanilla Johnny-Five would hang right out the box because of this limitation.