Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
junkcnc [2018/12/18 15:16] yairjunkcnc [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://github.com/robottini/grbl-servo|grbl-servo]] mod that uses pin11 as pwm for the tiny servo 
  
 +see the grbl wiki for some tips> https://github.com/gnea/grbl/wiki
 +
 +other options, [[https://github.com/bdring/Grbl_Esp32/wiki/Pen-Servo-Feature|Grbl-esp32]]
 +
 +====bCNC====
 [[https://github.com/vlachoudis/bCNC|bCNC]] is a gui im trying\\ [[https://github.com/vlachoudis/bCNC|bCNC]] is a gui im trying\\
 +=== release ===
 +https://github.com/vlachoudis/bCNC/releases
 +
 +=== manual install===
 needs python2.7, so we will use [[https://conda.io/miniconda.html|miniconda]] to manage python versions needs python2.7, so we will use [[https://conda.io/miniconda.html|miniconda]] to manage python versions
  
Line 21: 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
 +  
  
 {{:pasted:20181218-131418.png}} {{:pasted:20181218-131418.png}}