Configurations/config/examples/FlyingBear/P905H
Scott Lahteine 29dbaf9c78 ♻️ MINIMUM_STEPPER_PULSE_NS
MarlinFirmware/Marlin#27113

Co-Authored-By: Mihai <299015+mh-dm@users.noreply.github.com>
2024-05-30 10:00:39 -05:00
..
Configuration.h 📝 MPCTEMP is tested 2024-05-12 17:39:21 -05:00
Configuration_adv.h ♻️ MINIMUM_STEPPER_PULSE_NS 2024-05-30 10:00:39 -05:00
README.md FlyingBear P905H (Single Extruder) (#66) 2020-04-13 14:09:01 -05:00

Flying Bear P905H configuration

This configuration is for a P905H with a single extruder and inductive Z-sensor. It's been thoroughly tested, and I've tried to make the printer work smoothly, so this configuration is more focused on print quality than speed.

  • Use this firmware as a baseline for other P905 modifications.
  • Find other notes in the config files by searching for "P905H".

Build Instructions

  • Get Visual Studio Code and install the "Auto Build Marlin" extension.
  • Download the Marlin source code.
  • Copy the two Configuration files from this folder into the 'Marlin' folder (replacing the existing files).
  • Open the 'MarlinFirmware' project folder in Visual Studio Code.
  • Click the "Auto Build Marlin" button and then the Upload button.
  • Don't forget to reset your EEPROM with M502 and M500 after flashing.