Hello, all,
I’m still working on generating my first part, cut from plywood on a ShopBot PRSalpha CNC router. I was creating an opensbp format gcode, that was at least doing something on lthe ShopBot, but now, Im not generating anything usable.
When I post-process, I get this error message:
14:54:32 Running the Python command 'Path_Post' failed:
Traceback (most recent call last):
File "/tmp/.mount_freecatszyYk/usr/Mod/Path/Path/Post/Command.py", line 590, in Activated
finalgcode += gcode
can only concatenate str (not "NoneType") to str
When I generate opensbp format gcode, I just get this in the output file:
'Exported by FreeCAD
'Post Processor: opensbp_post
'Output Time:2024-01-26 15:00:45.241976
If I generate FANUC gcode, I get:
%
;
GoldenRatioRectangle_Chalkboard_inch_fanuc.sbp (FREECAD-FILENAME-GOES-HERE, JOB-NAME-GOES-HERE)
(/HOME/KEVIN/.LOCAL/SHARE/FREECAD/MACRO/TOOLS/BIT/GOLDENRATIORECTANGLE_CHALKBOARD_INCH_FANUC.SBP,EXPORTED BY FREECAD!)
(POST PROCESSOR: FANUC_POST)
(OUTPUT TIME:2024-01-26 15:02:21.642629)
(BEGIN PREAMBLE)
G17 G54 G40 G49 G80 G90
G20
(BEGIN POSTAMBLE)
M05
G17 G54 G90 G80 G40
M6 T0
M2
%
… which I think is just the pre-amble and post-amble.
I’m willing to bet money that this is operator error, but I’m not sure what I’m doing wrong. Can anyone correct me?
Thanks for any advice and guidance. File attached for curious.
-Kevin
OS: Ubuntu 22.04.3 LTS (ubuntu:GNOME/ubuntu-xorg)
Word size of FreeCAD: 64-bit
Version: 0.21.1.33694 (Git) AppImage
Build type: Release
Branch: (HEAD detached at 0.21.1)
Hash: f6708547a9bb3f71a4aaade12109f511a72c207c
Python 3.10.12, Qt 5.15.8, Coin 4.0.0, Vtk 9.2.5, OCC 7.6.3
Locale: English/United States (en_US)
Installed mods:
* A2plus 0.4.62
* FeedsAndSpeeds 0.5.0
* Assembly3 0.12.1 (Disabled)
* Help 1.0.3
* Assembly4 0.50.6
* woodworking 0.21.1.33694