-
Given a simple 2D piece in OpenSCAD (2021.01), e.g.
```
square([10, 10]);
```
CAMotics (1.2.0) via TPL will not load the results of exporting to DXF. The following TPL statement:
```
var l…
-
I tried to mill/drill a hole with G2 codes (I using Marlin RC8) but finally it ended up in a hole with triangular like shape.
I simulate the g code with CAMotics and their the hole looks fine. Maybe …
-
Hi there,
I use the JTP tool for converting my 3d printer into a vinyl cutter.
However, I always encounter a flaw regarding the gcode generation.
The last cut/line/movement (which in this example i…
-
As a follow-up to a forum posting here: https://forum.grid.space/t/snapmaker-2-profile-s-request-fdm-laser-cnc/295
To quote the original poster:
> SnapMaker...is a combo FDM/Laser/CNC modular unit…
-
I'm trying to build CAMotics 1.2.0 with C! 1.6.0 and [embedded-v8](https://github.com/CauldronDevelopmentLLC/embedded-v8).
I've run into multiple problems during the compilation:
1. embedded-v8 …
tpimh updated
3 years ago
-
I was under the impression that `scons install` would install machines and examples under `${install_prefix}/share/doc/camotics`, but seems that it doesn't. Everything works fine if I copy these two d…
tpimh updated
3 years ago
-
We just upgraded to scons-4.3.0 (using python-3.10.2) and also updated the qt4 tool as well. I'm getting many errors such as:
```scons: *** [build/linux_x86_64_rhel7/Optimized/gui/moc_GUBase.cc] T…
-
Selecting the Vectorize function for a particular PNG image (attached) generates a set of instructions containing a G3 command with extreme I and J parameters that cause the laser to move massively ou…
-
Fedora 34's v8-314 package as distributed has V8_COMPRESS_POINTERS disabled. C! on the other hand, in the source files sets V8_COMPRESS_POINTERS, which causes the camotics command to fail with a notic…
-
I built cbang using V8 version 9.0.136. Here is the cbang build command I used:
```
scons cxxstd="c++14" disable_local="libevent sqlite3 re2 libyaml zlib bzip2 expat"
```
Here is my camotics build…