2016年10月10日

bCNC Python環境設置

安裝Python環境 :
  1.  下載Python 2.7 (連結),bCNC目前建議使用Pythin 2。
  2.  在windows 環境變數 的 系統變數 裡的 Path 最後面寫入";C:\Python27"
安裝Python Pyserial :
-方法一(使用pip)
  1. pip官網下載 get-pip.py,先準備安裝pip。
  2. 執行CMD,cd到get-pip.py 所在目錄下,輸入 python get-pip.py 安裝pip。
  3. 輸入 "C:\Python27\Scripts\pip install pyserial",安裝 Pyserial。
-方法二(使用easy install)
  1. 執行CMD,輸入:
    "C:\Python27\Scripts\easy_install pyserial"
開啟bCNC :
  1. 下載bCNC,Downland ZIP。
  2. 解壓縮後執行 "bCNC.bat" 就會開啟bCNC 介面。