Git Product home page Git Product logo

midi2gcode-main's Introduction

midi2gcode 是一个把 MIDI 文件转换成 3D 打印机能够读取的 Gcode 开源软件。

使用效果展示:

它的主要特点是

  • 支持同时使用打印机的 X 和 Y 轴
  • 支持自定义打印机参数
  • 支持 CoreXY 结构
  • 支持多音轨的 MIDI 文件
  • 全部使用 Python 实现,简单易懂

使用说明

  1. 下载项目文件夹并解压缩
  2. 根据自己的打印机参数,修改配置文件 midi2gcode.config。 配置文件中默认设置为 Voron 0.1 3D 打印机。如果你的打印机参数设置与默认设置不同,那么生成的 Gcode 就有可能不能正常工作,甚至可能损坏打印机。所以请务必检查参数设置。
  3. 把需要生成的 MIDI 文件复制到文件夹下,修改配置文件 midi2gcode.config中的filename的值,或者把 MIDI 文件重命名成默认值 example.mid
  4. 双击运行 midi2gcode.exe
  5. MIDI 文件就会被转换成多个 .gcode的文件,分别对应 MIDI 文件从的不同音轨,从高频率到低频率排列。通常高频率的音轨表现更好。

midi2gcode-main's People

Contributors

mechredpanda 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.