Browse Source

update instructions

main
Hendrik Langer 5 years ago
parent
commit
777f30f79c
  1. 14
      README.md

14
README.md

@ -10,7 +10,7 @@ Set-up guide and related things for the Anycubic Kossel Linear Plus 3D Printer.
* [Instructions for Anycubic Kossel](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x/config/examples/delta/Anycubic/Kossel)
```bash
git clone https://github.com/MarlinFirmware/Marlin.git -b bugfix-2.0.x
git clone https://github.com/MarlinFirmware/Marlin.git -b 2.0.x
cd Marlin
cp config/examples/delta/Anycubic/Kossel/Configuration.h Marlin/
cp config/examples/delta/Anycubic/Kossel/Configuration_adv.h Marlin/
@ -149,7 +149,9 @@ Generally not enjoyable with bowden-type extruders. Buy another printer.
Print and mount the [extruder mod](https://www.thingiverse.com/thing:2672773), otherwise the filament will jam between the extruder gear and the Ptfe-tube.
Print slowly, not too small layer height, reduce retraction distance as it won't work anyways. Avoid models that require many travel moves.
Print slowly, not too small layer height, reduce retraction distance as it won't work anyways. Disable fan, disable heated bed.
Avoid models that require many travel moves.
### Plotting
@ -218,10 +220,16 @@ print [rails](https://www.thingiverse.com/thing:3076641)
and connect the led-strip to the trigorilla board at D11, +5V and GND
if you connect more than a few leds, a step-down converter is needed! don't supply them via the trigorilla's 5V rail.
In the Marlin/Configuration.h uncomment:
#define NEOPIXEL_LED
#define NEOPIXEL_TYPE NEO_GRB + NEO_KHZ800
#define NEOPIXEL_PIN 11
#define NEOPIXEL_PIXELS 5
#define NEOPIXEL_PIXELS 35
In the Marlin/Configuration_adv.h uncomment:
#define LED_CONTROL_MENU
## Original Anycubic Links

Loading…
Cancel
Save