Update Marlin Firmware of Anycubic Kossel Pulley: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Anycubic Kossel Pulley = == Current Environment == * TriGorilla Board, based on AtMega 2560 * Marlin 1.1.9, selfcompiled for RGB support == Parameters == * Latest Marlin...") |
|||
Line 24: | Line 24: | ||
cd marlin | cd marlin | ||
git checkout 2.0.5.3 | git checkout 2.0.5.3 | ||
cd - | |||
== Configure == | == Configure == |
Revision as of 12:27, 26 June 2020
Anycubic Kossel Pulley
Current Environment
- TriGorilla Board, based on AtMega 2560
- Marlin 1.1.9, selfcompiled for RGB support
Parameters
- Latest Marlin (2.0.5.3)
- PlatformIO 4.3.4
- OpenSuse 15.1
Prepare
mkdir ~/git cd ~/git git clone https://github.com/MarlinFirmware/Configurations.git marlin-config cd marlin-config git checkout 2.0.5.3 cd - git clone https://github.com/MarlinFirmware/Marlin.git marlin cd marlin git checkout 2.0.5.3 cd -
Configure
ln -sf ~/git/marlin-config/config/examples/delta/Anycubic/Kossel/Configuration.h ~/git/marlin/Marlin/ ln -sf ~/git/marlin-config/config/examples/delta/Anycubic/Kossel/Configuration_adv.h ~/git/marlin/Marlin/