Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
projects:3dprinter [2021/12/04 09:37] – [Resources] scipio | projects:3dprinter [2022/01/23 15:31] (current) – [Thermocouple tuning] scipio | ||
---|---|---|---|
Line 14: | Line 14: | ||
z offset: subtract 0.25 to A4 paper without friction and without warm up | z offset: subtract 0.25 to A4 paper without friction and without warm up | ||
</ | </ | ||
+ | |||
+ | ===== Printing tips ===== | ||
+ | |||
+ | * Initial Layer Speed: 20mm/s | ||
+ | * Combing mode: not in skin | ||
+ | * Maximum Comb Distance with No Retract: 10mm | ||
+ | * Initial Layer Line Width: 140% | ||
+ | |||
+ | PLA: | ||
+ | * z-hop: 0 | ||
+ | |||
+ | PETG: | ||
+ | * first layer: 245 | ||
+ | * other layer: 245 | ||
+ | * bed: 80 | ||
+ | * z-hop: 0.6 | ||
+ | * cooling: 50% | ||
+ | |||
+ | ABS: | ||
+ | * first layer: 250 | ||
+ | * other layer: 240 | ||
+ | * bed: 100 | ||
+ | * z-hop: 0.6 or 0 | ||
+ | * adhesion: brim | ||
+ | * speed: | ||
+ | * 30mm/s for stronger material | ||
+ | * 50mm/s for weaker material | ||
+ | |||
+ | |||
+ | ===== Anycubic 4max pro 2 ===== | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | |||
+ | <code | anycubic_4max_4maxpro2.0_petg_fast> | ||
+ | [general] | ||
+ | version = 4 | ||
+ | name = 4MAXpro2.0 PETG fast | ||
+ | definition = anycubic_4max | ||
+ | |||
+ | [metadata] | ||
+ | type = quality_changes | ||
+ | quality_type = normal | ||
+ | intent_category = default | ||
+ | position = 0 | ||
+ | setting_version = 19 | ||
+ | |||
+ | [values] | ||
+ | cool_fan_enabled = True | ||
+ | cool_fan_speed = 50 | ||
+ | infill_pattern = grid | ||
+ | infill_sparse_density = 20 | ||
+ | initial_layer_line_width_factor = 140 | ||
+ | material_initial_print_temperature = =max(-273.15, | ||
+ | material_print_temperature = 245 | ||
+ | material_print_temperature_layer_0 = 245 | ||
+ | optimize_wall_printing_order = True | ||
+ | raft_margin = 5 | ||
+ | retraction_combing_max_distance = 10 | ||
+ | retraction_hop = 0.6 | ||
+ | retraction_hop_enabled = True | ||
+ | speed_layer_0 = 20 | ||
+ | speed_print = 50 | ||
+ | speed_print_layer_0 = =speed_layer_0 | ||
+ | speed_travel = 100 | ||
+ | speed_travel_layer_0 = =speed_layer_0 * speed_travel / speed_print | ||
+ | top_layers = =0 if infill_sparse_density == 100 else math.ceil(round(top_thickness / resolveOrValue(' | ||
+ | travel_avoid_other_parts = False | ||
+ | wall_line_count = =1 if magic_spiralize else max(1, round((wall_thickness - wall_line_width_0) / wall_line_width_x) + 1) if wall_thickness != 0 else 0 | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | <code | anycubic_4max_extruder_0_# | ||
+ | [general] | ||
+ | version = 4 | ||
+ | name = 4MAXpro2.0 PETG fast | ||
+ | definition = anycubic_4max | ||
+ | |||
+ | [metadata] | ||
+ | type = quality_changes | ||
+ | quality_type = normal | ||
+ | setting_version = 19 | ||
+ | |||
+ | [values] | ||
+ | adaptive_layer_height_enabled = False | ||
+ | adhesion_type = skirt | ||
+ | default_material_bed_temperature = 60 | ||
+ | layer_height = 0.3 | ||
+ | material_bed_temperature = 80 | ||
+ | material_bed_temperature_layer_0 = 80 | ||
+ | retraction_combing = noskin | ||
+ | support_enable = False | ||
+ | support_type = buildplate | ||
+ | |||
+ | </ | ||
===== Flsun Super Racer ===== | ===== Flsun Super Racer ===== | ||
Line 139: | Line 236: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
==== Marlin firmware predator ==== | ==== Marlin firmware predator ==== | ||
- | clone this [[https:// | + | clone this <del>[[https:// |
+ | clone this [[https:// | ||
- | add to Marlin/ | + | or update scipio |
+ | <code | download> | ||
+ | cd / | ||
+ | # only one time | ||
+ | #git remote add upstream https:// | ||
+ | git fetch upstream | ||
+ | git rebase upstream/ | ||
+ | </ | ||
+ | |||
+ | <del>add to Marlin/ | ||
< | < | ||
#define LCD_SCREEN_ROT_180 | #define LCD_SCREEN_ROT_180 | ||
Line 161: | Line 271: | ||
</ | </ | ||
- | build project | + | build project: in platformio select trigorilla-pro |
< | < | ||
- | scp .pio/ | + | scp .pio/ |
</ | </ | ||
Line 271: | Line 381: | ||
Recv: T:200.47 /200.00 (138.06) B:21.64 /0.00 (982.37) @:47 B@:0 | Recv: T:200.47 /200.00 (138.06) B:21.64 /0.00 (982.37) @:47 B@:0 | ||
</ | </ | ||
+ | |||
+ | |||
+ | {{: |