We use cookies to personalize content, interact with our analytics companies, advertising networks and cooperatives, and demographic companies, provide social media features, and to analyze our traffic. Our social media, advertising and analytics partners may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services. Learn more.
Hi all, Carvey is great and I’m working on fixing a bug between ChiliPeppr and the Carvey. I see when connected to Carvey that it’s running “gCarvin 1.1.5”, rather than a common Grbl version.
Is this code available somewhere? I assumed it was just running Grbl v0.9 but not so sure anymore.
I believe that Inventables hasn’t published the branch they build the Carvey image from.
git log --all -SgCarvin doesn’t produce any results in the github.com/inventables/grbl.git repo.
This is a little strange, because the inventables fork of grbl (at least for the X-carve, and so I assume for the Carvey) is from the post-v0.9 series, which is GPLv3.
Carvey is only approved for use with Easel, though you can use Easel to send g-code toolpaths generated by outside programs. At the moment, we support the following programs for generating gcode compatible with Carvey:
•AutoDesk Fusion 360
•MeshCAM
•Vectric V-Carve, Aspire, and Cut2D
Check to make sure that you have the correct board type selected in the IDE under the tools menu. In your IDE output picture the number of bytes maximum is greater than the 328P has.
Also, the version of the IDE you are using is pretty old.
The IDE is mean to be old, read that 1.6.10 and above doesn’t work with their boards as the file compiled is too large for the board. Why 1.0.6 though it’s the last classic version and actually I picked it up from an example video from inventables, although it’s for Uno not Mega. https://www.youtube.com/watch?v=nozWMg_87H0
Ok, I didn’t know they used the 2560 in the Carvey.
The “file to large for board” is an UNO issue. Notice in your upload attempt the image file size is 32,244 bytes and the maximum size for the 2560 is 258,048. You could load multiple copies in that much space.