This is a branch of the Smoothieware firmware for the Makera Carvera CNC Machine.Checkout the Releases Pagefor downloads Carvera Firmware.
Smoothie is a free, opensource, high performance G-code interpreter and CNC controller written in Object-Oriented C++ for the LPC17xx micro-controller ( ARM Cortex M3 architecture ). It will run on a mBed, a LPCXpresso, a SmoothieBoard, R2C2 or any other LPC17xx-based board. The motion control part is a port of the awesome grbl.
To let the Carvera work perfectly, please make sure both your controller software and firmware are up to date. For firmware, download the new firmware first, then use the 'update' function to upgrade the firmware, and reset the machine after the update is complete.
Documentation can be found here :
NOTE: it is not necessary to build Smoothie yourself unless you want to. prebuilt binaries are available here: Releases Page
These are the quick steps to get Smoothie dependencies installed on your computer:
Open the BuildShell.cmd and run:
make clean
make all AXIS=5 PAXIS=3 CNC=1
this will create a file in LPC1768/main.bin rename it to firmware.bin or another name with firmware in it and either upload it using the carvera controller or copy the file to the sdcard and reset your machine.
Please follow this guide https://github.com/Smoothieware/Smoothieware/blob/edge/ISSUE_TEMPLATE.md
https://smoothieware.github.io/Webif-pack/documentation/web/html/compiling-smoothie.html
Please take a look at :
http://smoothieware.org/coding-standards http://smoothieware.org/developers-guide http://smoothieware.org/contribution-guidlines Contributions very welcome !
The Smoothie firmware is free software developed by volunteers. If you find this software useful, want to say thanks and encourage development, please consider a Donation
Smoothieware is released under the GNU GPL v3, which you can find at http://www.gnu.org/licenses/gpl-3.0.en.html
C++
58.4%
C
39.4%
Makefile
1.1%
This is a branch of the Smoothieware firmware for the Makera Carvera CNC Machine.Checkout the Releases Pagefor downloads Carvera Firmware.
Smoothie is a free, opensource, high performance G-code interpreter and CNC controller written in Object-Oriented C++ for the LPC17xx micro-controller ( ARM Cortex M3 architecture ). It will run on a mBed, a LPCXpresso, a SmoothieBoard, R2C2 or any other LPC17xx-based board. The motion control part is a port of the awesome grbl.
To let the Carvera work perfectly, please make sure both your controller software and firmware are up to date. For firmware, download the new firmware first, then use the 'update' function to upgrade the firmware, and reset the machine after the update is complete.
Documentation can be found here :
NOTE: it is not necessary to build Smoothie yourself unless you want to. prebuilt binaries are available here: Releases Page
These are the quick steps to get Smoothie dependencies installed on your computer:
Open the BuildShell.cmd and run:
make clean
make all AXIS=5 PAXIS=3 CNC=1
this will create a file in LPC1768/main.bin rename it to firmware.bin or another name with firmware in it and either upload it using the carvera controller or copy the file to the sdcard and reset your machine.
Please follow this guide https://github.com/Smoothieware/Smoothieware/blob/edge/ISSUE_TEMPLATE.md
https://smoothieware.github.io/Webif-pack/documentation/web/html/compiling-smoothie.html
Please take a look at :
http://smoothieware.org/coding-standards http://smoothieware.org/developers-guide http://smoothieware.org/contribution-guidlines Contributions very welcome !
The Smoothie firmware is free software developed by volunteers. If you find this software useful, want to say thanks and encourage development, please consider a Donation
Smoothieware is released under the GNU GPL v3, which you can find at http://www.gnu.org/licenses/gpl-3.0.en.html
C++
58.4%
C
39.4%
Makefile
1.1%