Marlin 2.0.x.b firmware for Anycubic Kossel linear plus, delta
thingiverse
How to: * Download the latest Arduino Studio * Go to Tools > Boards > Board Management * Use older Arduino AVR Board version 1.6.21 * Select Mega 2560 * Open the Marlin.ino file in the folder called Marlin * Take a look at Configuration.h, especially at the first lines ```cpp // normal size or plus? comment with // for normal size #define ANYCUBIC_KOSSEL_PLUS // Anycubic Probe version 1 or 2 see README.md; 0 for no probe // Typically the probes for the Anycubic Delta Kossel printers come in two different versions. // * Version 1: Z Probe Offset of -19.0mm // ![Version 1 Probe](images/Version1Probe.jpg) // * Version 2: Z Probe Offset of -16.8mm // ![Version 2 Probe](images/Version2Probe.jpg) #define ANYCUBIC_PROBE_VERSION 2 // Heated Bed: // 0 ... no heated bed // 1 ... aluminium heated bed with "BuildTak-like" sticker // 2 ... ultrabase heated bed #define ANYCUBIC_KOSSEL_ENABLE_BED 1 ``` * After setting these parameters, compile and upload. * WIPE YOUR EEPROM SETTINGS AFTER THIS! * Make automatic delta calibration * Move the axis to a sheet of paper and note the height. For example, 0.8mm * Remove this from the probe-offset. For example, 16.85 -> 16.05mm * STORE SETTINGS * Make a Bed-Calibration * STORE SETTINGS **Have fun!** My Cura Settings: * Skirt for priming the nozzle Startscript: ``` G28 ``` Endscript: ``` M104 S0 M140 S0 G92 E1 G1 E-1 F300 G28 X0 Y0 M84 ```
With this file you will be able to print Marlin 2.0.x.b firmware for Anycubic Kossel linear plus, delta with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Marlin 2.0.x.b firmware for Anycubic Kossel linear plus, delta .