Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akscf/firmware-marlin-1.1.x
Customised Marlin-1.1.6 firmware for ANYCUBIC Kossel Linear Plus
https://github.com/akscf/firmware-marlin-1.1.x
anycubic avr firmware kossel marlin-firmware
Last synced: 1 day ago
JSON representation
Customised Marlin-1.1.6 firmware for ANYCUBIC Kossel Linear Plus
- Host: GitHub
- URL: https://github.com/akscf/firmware-marlin-1.1.x
- Owner: akscf
- License: gpl-3.0
- Created: 2017-11-22T02:33:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T02:35:42.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T14:23:44.514Z (about 2 months ago)
- Topics: anycubic, avr, firmware, kossel, marlin-firmware
- Language: C
- Size: 1000 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marlin 3D Printer Firmware
This firmware is customized version of the original [Marlin-1.1.6](https://github.com/MarlinFirmware/Marlin/tree/1.1.6) firmware.
The necessary parameters for delta printers were taken from the CN firmware (from sd card), and modified for the Linear Plus model.
If you want to use this firmware for a non plus model, you need to change the following parameters:
DELTA_PRINTABLE_RADIUS 116.0 // 90.0 for pulley
DELTA_RADIUS 116.0 // 90.4 for pulley
DELTA_DIAGONAL_ROD 269 //
DELTA_HEIGHT 300 // no sense to change, because have a automatic calibrationZ_PROBE_OFFSET_FROM_EXTRUDER -24.4 // height of a V2 probe (from the switch bottom to nozzle).
The latest firmware have a auto-calibration mode (G33).
For use this feature you need to assemble the probe and connect it to the pins of the Z- (https://www.thingiverse.com/thing:1976680)
More information about of the auto-calibration see in the documentation: http://marlinfw.org/docs/gcode/G033.html