-
line 310 in dxf.tpl references the arc_angle method, but the interpreter fails to find the method. I made it work by adding "this." in front of the reference to arc_anglt at line 310.
-
Is it possible to import the definitions that MeshCAM writes into G-code headers when post-processing? This is intended for integration with the Cutviewer CNC simulation program, but perhaps it could …
-
Can someone help me with this terminal error:
ERROR:Exception: Exception @/home/wbright/NC/O100.nc:2:0
ERROR:Caused by: Expected ID_TOKEN found EOL_TOKEN
I wrote a simple *.nc file and configured on…
-
When building Camotics on Linux Mint 17.3 (ubuntu edition) I got this error:
```
NameError: global name 'env' is not defined:
File "USER_DIRECTORY/CAMotics/SConstruct", line 79:
conf.CBConfig('…
hyOzd updated
8 years ago
-
Attached are some g-code files rendered from SVG glyphs for testing.
I'm not familiar with the g-code format so what I've done I'm sure isn't best practice! However the output does seem to render OK …
-
Looks like z-bridge is only set during the first pass. On subsequent passes, it's ignored, cutting right through the bridge.
Picture/simulation for reference. Confirmed with real cut.
Attaching:
Ref…
-
Hi,
I have a problem while trying to build the latest camotics on debian testing. Here is an error log:
```
g++ -o camotics -Wl,-S -Wl,-x -pthread -Wl,-rpath=/usr/lib build/camotics.o build/qrc_camot…
f3nix updated
9 years ago
-
For some reason Camotics is prepending a character to a gcode file which does not exist when the file is viewed in any text editor.
Here is the file, http://millcrum.com/camotics_reads_wrong.gcode
T…
-
Using v1.03 for Windows (but happens in Debian Whezzy, too). With some G-Code files the position slider will not move. The file will load and render but the position slider will remain on the left sid…
-
If a calling program calls a function in a library and that same calling program accesses functions within another library and that other library also accesses functions within the first library an er…