Code Monkey home page Code Monkey logo

eis's Introduction

Easy Input Shaper UI

It provide a web-ui for running SHAPER_CALIBRATE and generate charts.

image-20230426104629163

image-20230426105049366

Usage

Install

The current executable only works on ARM. If you use it on x86, you need to compile it yourself.

cd ~
git clone https://github.com/MagicPhoenix/EIS
cd EIS
chmod +x ./eis
chmod +x install.sh
sudo ./install.sh  
nohup ./eis &

Open http://<your-ip>:8080

Set Socket Config and Path Config

Only need to set them once, and it will be saved automatically.

You can see socket address here

image-20230426111842338

image-20230426111854094

image-20230426112046247

Path is your klipper path, usually it's /home/pi/klipper, for CB1 it's /home/biqu/klipper

image-20230426112136416

That's all, now you can click +New Test , when it shows 100% Command completed, just refresh the webpage.

** Must home and qgl before test

Compile

If the stock binary file does not work, you can try compiling it

cd ~
git clone https://github.com/MagicPhoenix/EIS
cd EIS
wget -qO- https://raw.githubusercontent.com/voidint/g/master/install.sh | bash
source /home/pi/.g/env
g install 1.18
go mod tidy 
rm eis
go build -o eis main.go 
chmod +x eis

Then follow Install above

PR

Welcome any PR.

eis's People

Contributors

livezxy avatar

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.