From 5be7515a92f19513213f93ad4417d3027ac4358b Mon Sep 17 00:00:00 2001 From: Henrik Muehe Date: Thu, 30 Apr 2026 11:36:05 +0200 Subject: [PATCH] Fix gplan.so: use armv7 binary from official 1.6.6 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The gplan.so (CAMotics G-code planner) must be a 32-bit ARM binary matching the Pi's Python 3.5. Source it from the official release package rather than cross-compiling (SCons ignores CC/CXX overrides). Also revert install.sh gplan.so preservation logic — simpler to just ship the correct binary in the package. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e061fb..0a91749 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( license = pkg['license'], url = pkg['homepage'], package_dir = {'': 'src/py'}, - packages = ['bbctrl', 'inevent', 'lcd', 'camotics','iw_parse'], + packages = ['bbctrl', 'inevent', 'lcd', 'camotics', 'iw_parse'], include_package_data = True, entry_points = { 'console_scripts': [