码迷,mamicode.com
首页 > 其他好文 > 详细

grbl controller 安装在树莓派上

时间:2017-08-24 21:27:45      阅读:348      评论:0      收藏:0      [点我收藏+]

标签:trie   title   send   creat   got   ssi   dir   hub   not   

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

grbl controller 安装在树莓派上

标签:trie   title   send   creat   got   ssi   dir   hub   not   

原文地址:http://www.cnblogs.com/51yi/p/7425001.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!