hzeller / beagleg

G-code interpreter and stepmotor controller for crazy fast coordinated moves of up to 8 steppers. Uses the Programmable Realtime Unit (PRU) of the Beaglebone.
http://beagleg.org/
GNU General Public License v3.0
122 stars 51 forks source link

config-pin location has changed; provide path to script. #57

Closed hzeller closed 2 years ago

hzeller commented 2 years ago

The old 'config-pin' script is not compatible with the config-pin binary found in newer installations. Until the *.pin files are adapted, make sure to have the documentation point to the right place.

codecov-commenter commented 2 years ago

Codecov Report

Merging #57 (baacf80) into main (be0c432) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #57   +/-   ##
=======================================
  Coverage   45.32%   45.32%           
=======================================
  Files          37       37           
  Lines        4170     4170           
=======================================
  Hits         1890     1890           
  Misses       2280     2280           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update be0c432...baacf80. Read the comment docs.

hzeller commented 2 years ago

First part for #48 : document the current location of the config-pin utility.

CC @bigguiness