zoukankan      html  css  js  c++  java
  • grbl controller 安装在树莓派上

    http://zapmaker.org/raspberry-pi/running-grbl-controller-on-raspberry-pi/

    按照方法测试成功。最好命令复制。不要自己输入 。

    1. sudo apt-get update (required for AlaMode)
    2. sudo apt-get install xrdp
    3. sudo apt-get install arduino (required for AlaMode) [For normal Pi, this step is optional, but good to have. NOTE: I got an error that not all items could be downloaded. I tried to repeat command by adding a --fix-missing, i.e. sudo apt-get install --fix-missing arduino but it didn't help. UPDATE: The latest download as of May 2013 doesn't have this problem]
    4. sudo apt-get install libudev-dev
    5. sudo apt-get install qtcreator [This step takes quite awhile to complete. Note: I got an error downloading as in a previous step. If you get an error, repeat command but add a --fix-missing, i.e. sudo apt-get install --fix-missing qtcreator, in this case the --fix-missing worked.]
    6. sudo apt-get install git
    7. mkdir github
    8. cd github
    9. git clone https://github.com/zapmaker/GrblHoming
    10. curl http://www.shapeoko.com/wiki/images/6/6a/Coaster.txt > Coaster.nc
    11. cd GrblHoming
    12. qmake GcodeSenderGUIthreads.pro
    13. make
    Make sure that you have your Grbl/Arduino plugged into the pi prior to running the last command:
     
    ./GrblController
  • 相关阅读:
    MySQL客户端mysqladmin命令
    13 Linux磁盘管理
    12 Linux软件管理
    11 Linux压缩打包
    09 Linux输入输出
    08 LinuxACL控制
    07 Linux特殊权限
    06 Linux基本权限
    05 Linux用户管理
    04 Linux文件编辑
  • 原文地址:https://www.cnblogs.com/51yi/p/7425001.html
Copyright © 2011-2022 走看看