Browse Source

include current cura settings and more updates

main
Hendrik Langer 5 years ago
parent
commit
727168d913
  1. 128
      README.md
  2. BIN
      addons/Anycubic_I3_Mega_TPU_Mod_.zip
  3. BIN
      addons/Anycubic_KLP_-_Extruder_Cable_Clamp.zip
  4. BIN
      addons/Anycubic_Kossel_-_ws2812b_led_strip_rail.zip

128
README.md

@ -18,13 +18,15 @@ cp config/examples/delta/Anycubic/Kossel/Configuration_adv.h Marlin/
Adjust the `Marlin/Configuration.h` for your model:
> #define ANYCUBIC_KOSSEL_PLUS
> #define ANYCUBIC_PROBE_VERSION 2
> #define ANYCUBIC_KOSSEL_ENABLE_BED 1
>
> ( #if ANYCUBIC_PROBE_VERSION == 2
> #define NOZZLE_TO_PROBE_OFFSET { 0, 0, -15.00 }
> )
#define ANYCUBIC_KOSSEL_PLUS
#define ANYCUBIC_PROBE_VERSION 2
#define ANYCUBIC_KOSSEL_ENABLE_BED 1
optional:
( #if ANYCUBIC_PROBE_VERSION == 2
#define NOZZLE_TO_PROBE_OFFSET { 0, 0, -15.10 }
)
```bash
virtualenv -p python --no-site-packages .
@ -38,7 +40,7 @@ pio run --target upload
* `Configuration > Advanced Settings > Initialize EEPROM`
* `Configuration > Delta Calibration > Set Delta Height` ( G33 P1 )
* `Configuration > Delta Configuration > Probe Z-offset` ( Set manually to 15.00 )
* `Configuration > Delta Configuration > Probe Z-offset` ( Set manually to 15.10 )
* `Configuration > Delta Calibration > Set Delta Height` ( G33 P1 )
* connect the Z-Probe and start `Configuration > Delta Calibration > Auto Calibration`
* `Configuration > Delta Calibration > Store Settings`
@ -73,6 +75,62 @@ use `Configuration > Advanced Settings > Probe Z Offset` to correct the differen
Download the profiles and put the json-Files into: `$HOME/.local/share/cura/4.4/definitions/`
## Cura settings
#### Shell
* alternate_extra_perimeter = True
#### Infill
* infill_sparse_density = 10
* infill_pattern = gyroid
* zig_zaggify_infill = True
#### Material
* material_print_temperature = 204
* material_bed_temperature = 30
* material_bed_temperature_layer_0 = 55
* retraction_amount = 5
* retraction_speed = 65
#### Speed
* speed_print = 60
* speed_layer_0 = 20
* speed_equalize_flow_enabled = True
* speed_z_hop = 60
#### Travel
* retraction_combing = infill
* retraction_combing_max_distance = 20
* retraction_hop = 0.2
* retraction_hop_enabled = True
* retraction_hop_only_when_collides = True
#### Cooling
* cool_fan_speed = 60
* cool_fan_speed_0 = 20
* cool_lift_head = True
#### Support
* support_z_distance = 0.2
* support_angle = 50
#### Build Plate Adhesion
* adhesion_type = skirt
* skirt_line_count = 2
* skirt_brim_minimal_length = 250
#### Experimental
* coasting_enable = True
* bridge_settings_enabled = True
### To test
* line_width = 0.38 (for 0.15 else: 0.4)
* optimize wall printing order = True
* infill_enable_travel_optimization = True
* use adaptive layers
* print thin walls
## Snippets
@ -85,6 +143,14 @@ Download the profiles and put the json-Files into: `$HOME/.local/share/cura/4.4/
[3dp.rocks Image to Litophane Converter](http://3dp.rocks/lithophane/)
### TPU
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.
### Plotting
use Inkscape and the included [Gcodetools](https://github.com/cnc-club/gcodetools).
@ -128,24 +194,34 @@ A 3d-printable pen holder (to use with rubber-bands) is attached in the `addons/
#### Experimental Cura settings:
> Layer Height: 10 mm
> Initial Layer Height: 10 mm
> Wall Line Count: 1
> Top/Bottom Thickness: 10 mm
> Print Thin Walls: True
> Infill Density: 0 %
> Default Printing Temperature: 0 °C
> Build Plate Temperature: 0 °C
> Enable Retraction: True
> Retraction Minimum Travel: 2 mm
> Combing Mode: off
> Z Hop When Retracted: True
> Z Hop Height: 2 mm
> Enable Print Cooling: False
> Generate Support: False
> Build Plate Adhesion Type: none
> Slicing Tolerance: Inclusive
> Maximum Resolution: 0.2 mm
* Layer Height: 10 mm
* Initial Layer Height: 10 mm
* Wall Line Count: 1
* Top/Bottom Thickness: 10 mm
* Print Thin Walls: True
* Infill Density: 0 %
* Default Printing Temperature: 0 °C
* Build Plate Temperature: 0 °C
* Enable Retraction: True
* Retraction Minimum Travel: 2 mm
* Combing Mode: off
* Z Hop When Retracted: True
* Z Hop Height: 2 mm
* Enable Print Cooling: False
* Generate Support: False
* Build Plate Adhesion Type: none
* Slicing Tolerance: Inclusive
* Maximum Resolution: 0.2 mm
### LEDs (WS2812)
print [rails](https://www.thingiverse.com/thing:3076641)
and connect the led-strip to the trigorilla board at D11, +5V and GND
In the Marlin/Configuration.h uncomment:
#define NEOPIXEL_LED
#define NEOPIXEL_PIN 11
#define NEOPIXEL_PIXELS 5
## Original Anycubic Links

BIN
addons/Anycubic_I3_Mega_TPU_Mod_.zip

Binary file not shown.

BIN
addons/Anycubic_KLP_-_Extruder_Cable_Clamp.zip

Binary file not shown.

BIN
addons/Anycubic_Kossel_-_ws2812b_led_strip_rail.zip

Binary file not shown.
Loading…
Cancel
Save