📝 Use new Markdown Alert styles (#964)

This commit is contained in:
Keith Bennett 2023-10-04 21:43:50 -07:00 committed by GitHub
parent d64c8bb724
commit 401b40c81f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 45 additions and 30 deletions

View file

@ -3,13 +3,11 @@ Configuration for the Wanhao Duplicator i3 v2.1
[Made by Bot-In-a-Box Educational Robotics](https://botinabox.ca)
[See original configuration repo](https://github.com/BotInABoxER/marlin2-for-wanhao-i3)
Notes:
- YMMV, but the included thermistor table has been tested to work with a 100k bed thermistor with a 10K pull-up resistor
- The smaller Marlin logo is used to save memory
- You may have a 4.7K pull-up resistor, in which case the included thermistor table will be off
- The included thermistor table was generated with `buildroot/share/scripts/createTemperatureLookupMarlin.py --rp=10000`
- Includes an optional custom Wanhao logo bootscreen designed to fit the stock LCD
- Includes an optional custom Chippy from Bot-In-a-Box bootscreen designed to fit the stock LCD
> [!NOTE]
> - The smaller Marlin logo is used to save memory
> - You may have a 4.7K pull-up resistor, in which case the included thermistor table will be off
> - Includes an optional custom Wanhao logo bootscreen designed to fit the stock LCD
> - Includes an optional custom Chippy from Bot-In-a-Box bootscreen designed to fit the stock LCD
Inspirations:
- https://www.thingiverse.com/thing:3378807 (Custom firmware 1.x by Nitrogen777)
@ -17,5 +15,4 @@ Inspirations:
Instructions:
- Copy the `Configuration.h`, `_Bootscreen.h` (or `Chippy_Bootscreen.h`; rename it `_Bootscreen.h`), and `Configuration_adv.h` to the `Marlin/ directory`
- Copy the `thermistor_99.h` and `thermistors.h` files to the `Marlin/src/modules/thermistors` directory
- Flash the firmware onto your Melzi (https://www.fission3d.com/guides/flash-bootloader-and-install-firmware-with-raspberry-pi might help)

View file

@ -13,4 +13,5 @@ The following similar models are not supported by this configuration out of the
* Wanhao Duplicator i3 Plus Mk 2
* Aldi Balco 3D Printer
Note that the touchscreen LCD is not currently supported by Marlin; you must either replace the LCD with another supported display, or operate the printer entirely through G-code.
> [!NOTE]
> The touchscreen LCD is not currently supported by Marlin; you must either replace the LCD with another supported display, or operate the printer entirely through G-code.