Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| junkcnc [2018/12/18 15:14] – created yair | junkcnc [2018/12/18 15:27] (current) – yair | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | we got grbl-servo mod running on the contraption | + | we got grbl-servo mod running on the contraption\\ |
| + | it currently running a [[https:// | ||
| - | bCNC is a gui im trying, needs python2.7, so we will use [[https://conda.io/miniconda.html|miniconda]] to handle virtualenv | + | see the grbl wiki for some tips> |
| - | so in cmd | + | other options, [[https:// |
| - | #use chocolate to install from cmd or just run the install above | + | |
| + | ====bCNC==== | ||
| + | [[https:// | ||
| + | === release === | ||
| + | https:// | ||
| + | |||
| + | === manual install=== | ||
| + | needs python2.7, so we will use [[https:// | ||
| + | |||
| + | so in **CMD** | ||
| + | #use chocolate to install from cmd, or just run the install above | ||
| choco install miniconda | choco install miniconda | ||
| #create virtual environment | #create virtual environment | ||
| Line 20: | Line 31: | ||
| pip install . #in git directory, note the dot | pip install . #in git directory, note the dot | ||
| pip install --upgrade bCNC | pip install --upgrade bCNC | ||
| + | | ||
| + | | ||
| to run | to run | ||
| + | #make sure you're in the virtualenv we set up before | ||
| + | activate py2k | ||
| python -m bCNC | python -m bCNC | ||
| + | | ||
| {{: | {{: | ||
| | | ||