请选择 进入手机版 | 继续访问电脑版
查看: 10439|回复: 6

orangepi做3D打印机控制器

[复制链接]

7

主题

41

帖子

262

积分

中级会员

Rank: 3Rank: 3

积分
262
发表于 2015-5-21 18:40:34 | 显示全部楼层 |阅读模式
系统:LUbuntu  打印软件:printrun
控制方式:vncserver远程控制操作


第一步安装 git
sudo aplt-get install git
第二步获取源码 在github上面有自己搜下地址
git clone https://github.com/kliment/Printrun.git cd Printrun./pronterface.py如果有报错提示 某个组件未安装可以先行安装比如 apt-get install Python-gtk2.8 Python-serial Python-namy然后 插入usb
ls /dev/*tty有么有一个ttyusb0的设备有然后打开

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

7

主题

41

帖子

262

积分

中级会员

Rank: 3Rank: 3

积分
262
 楼主| 发表于 2015-5-21 18:50:01 | 显示全部楼层
献上鄙人的QQ:307198558

7

主题

41

帖子

262

积分

中级会员

Rank: 3Rank: 3

积分
262
 楼主| 发表于 2015-11-7 21:28:45 | 显示全部楼层
我发现 在 prontface下打印会遇到 内存瓶颈。正在解决.......

7

主题

41

帖子

262

积分

中级会员

Rank: 3Rank: 3

积分
262
 楼主| 发表于 2015-11-8 23:30:30 | 显示全部楼层
### Cython-based G-Code parser

Printrun default G-Code parser is quite memory hungry, but we also provide a much lighter one which just needs an extra build-time dependency (Cython), plus compiling the extension with:

    python setup.py build_ext --inplace

The warning message

    WARNING:root:Memory-efficient GCoder implementation unavailable: No module named gcoder_line

means that this optimized G-Code parser hasn't been compiled. To get rid of it and benefit from the better implementation, please install Cython and run the command above.

7

主题

41

帖子

262

积分

中级会员

Rank: 3Rank: 3

积分
262
 楼主| 发表于 2015-11-8 23:31:00 | 显示全部楼层
在printrun 根目录底下执行 sudo python setup.py build_ext --inplace

7

主题

41

帖子

262

积分

中级会员

Rank: 3Rank: 3

积分
262
 楼主| 发表于 2015-11-8 23:31:17 | 显示全部楼层
WARNING:root:Memory-efficient GCoder implementation unavailable: No module named gcoder_line 这个问题就没有 了

2

主题

9

帖子

39

积分

新手上路

Rank: 1

积分
39
QQ
发表于 2016-11-25 21:36:11 | 显示全部楼层
这个可以,在这里终于看到一个像样的贴了,赞一个
不去征服将被征服!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表