Smoothieware

用面向对象的 C++ 编写的模块化、开源、高性能的 G 代码解释器和 CNC 控制器。「Modular, opensource, high performance G-code interpreter and CNC controller written in Object-Oriented C++」

  • 所有者: Smoothieware/Smoothieware
  • 平台: Windows,Linux,Mac
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Overview

Smoothie is a free, opensource, high performance G-code interpreter and CNC controller written in Object-Oriented C++ for the LPC17xx micro-controller ( ARM Cortex M3 architecture ). It will run on a mBed, a LPCXpresso, a SmoothieBoard, R2C2 or any other LPC17xx-based board. The motion control part is a port of the awesome grbl.

Documentation can be found here : http://smoothieware.org/

NOTE it is not necessary to build Smoothie yourself unless you want to. prebuilt binaries are available here: recent stable build

Quick Start

These are the quick steps to get Smoothie dependencies installed on your computer:

  • Pull down a clone of the Smoothie github project to your local machine.

  • In the root subdirectory of the cloned Smoothie project, there are install scripts for the supported platforms. Run the install script appropriate for your platform:

    • Windows: win_install.cmd
    • OS X: mac_install
    • Linux: linux_install
  • You can then run the BuildShell script which will be created during the install to properly configure the PATH environment variable to point to the required version of GCC for ARM which was just installed on your machine. You may want to edit this script to further customize your development environment.

Building Smoothie

Follow this guide... http://smoothieware.org/compiling-smoothie

In short... From a shell, switch into the root Smoothie project directory and run:

make clean
make all

To upload you can do

make upload

if you have dfu-util installed.

Alternatively copy the file LPC1768/main.bin to the sdcard calling it firmware.bin and reset.

Filing issues (for bugs ONLY)

Please follow this guide https://github.com/Smoothieware/Smoothieware/blob/edge/ISSUE_TEMPLATE.md

Contributing

Please take a look at : 

Contributions very welcome !

The Smoothie firmware is free software developed by volunteers. If you find this software useful, want to say thanks and encourage development, please consider a Donation

License

Smoothieware is released under the GNU GPL v3, which you can find at http://www.gnu.org/licenses/gpl-3.0.en.html

主要指标

概览
名称与所有者Smoothieware/Smoothieware
主编程语言C++
编程语言Perl (语言数: 11)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2011-09-19 22:21:05
推送于2024-11-04 14:55:23
最后一次提交2017-01-02 14:43:55
发布数0
用户参与
星数1.3k
关注者数218
派生数1k
提交数4.3k
已启用问题?
问题数364
打开的问题数3
拉请求数908
打开的拉请求数11
关闭的拉请求数227
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?