登录|立即注册
论坛 > 自动化与机器人应用
发帖|
看21610|回6|收藏
nerfg 看全部
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的设备有然后打开

附件: 您需要登录才可以下载或查看附件。没有账号?立即注册
nerfg 看全部
2015-5-21 18:50:01
献上鄙人的QQ:307198558
nerfg 看全部
2015-11-7 21:28:45
我发现 在 prontface下打印会遇到 内存瓶颈。正在解决.......
nerfg 看全部
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.
nerfg 看全部
2015-11-8 23:31:00
在printrun 根目录底下执行 sudo python setup.py build_ext --inplace
12下一页

orange pi.

Powered by Discuz! X3.4

首页|简易版|触屏版|电脑版