Giter Site home page Giter Site logo

klipper_esp32's Introduction

Klipper_ESP32

Klipper_ESP32 is an implementation of the Klipper protocol for Espressif's ESP32 microcontroller set.

Important Notice

Klipper_ESP32 acts as a wrapper on the original Klipper protocol from the master branch of the Klipper repository, utilizing the underlying Klipper source to facilitate communication between ESP32-based chips and the Klipper software. Please note that this project is currently experimental and not stable. We are not responsible for any damages caused by using this framework.

Installation and Usage

Prerequisites

Before using Klipper_ESP32, ensure you have the following prerequisites installed:

  • ESP-IDF >= 5.2.1 development environment set up.
  • Klipper firmware source code.

Setup Steps

  1. Clone the Repository:

    git clone --recursive https://github.com/nikhil-robinson/klipper_esp32
  2. Navigate to the Project Directory:

    cd klipper-esp32
  3. Configure ESP-IDF:

    Follow the instructions in the ESP-IDF documentation to set up your environment.

  4. Build the Firmware:

    idf.py build
  5. Flash the Firmware:

    Connect your ESP32 board and run:

    idf.py -p PORT flash

    Replace PORT with the port your ESP32 is connected to.

  6. Configure Klipper Settings:

    Configure your 3D printer settings in the printer.cfg file.

  7. Connect and Start Printing:

    Connect your 3D printer hardware to the ESP32 board, power on your printer, and start sending G-code commands to Klipper running on ESP32.

Contributing

Contributions to Klipper_ESP32 are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.

Licensing

Please refer to the individual source files within the klipper _esp32 for detailed licensing information.

Acknowledgements

This project is not officially endorsed by the Klipper project. Please refrain from directing any support requests to the Klipper project.

klipper_esp32's People

Contributors

nikhil-robinson avatar

Stargazers

 avatar  avatar  avatar  avatar y0din avatar Daniël avatar  avatar Branden Cash avatar Simon Pilepich avatar ProgrammerMao avatar  avatar RoCry avatar  avatar Roman Priesol avatar  avatar xxxsam avatar XiaoK avatar Code_PhantomPain avatar

Watchers

Roman Priesol avatar Simon Pilepich avatar  avatar  avatar

Forkers

kluoyun

klipper_esp32's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.