projects:3dprinter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:3dprinter [2021/12/17 16:25] – [Anycubic 4max pro 2] scipioprojects:3dprinter [2022/01/23 15:31] (current) – [Thermocouple tuning] scipio
Line 21: Line 21:
   * Maximum Comb Distance with No Retract: 10mm   * Maximum Comb Distance with No Retract: 10mm
   * Initial Layer Line Width: 140%   * Initial Layer Line Width: 140%
 +
 +PLA:
 +  * z-hop: 0
  
 PETG: PETG:
 +  * first layer: 245
 +  * other layer: 245
 +  * bed: 80
 +  * z-hop: 0.6
 +  * cooling: 50%
 +
 +ABS:
   * first layer: 250   * first layer: 250
   * other layer: 240   * other layer: 240
-  * bed: 80 +  * bed: 100 
- +  * z-hop: 0.6 or 0 
 +  * adhesion: brim 
 +  * speed: 
 +    * 30mm/s for stronger material 
 +    * 50mm/s for weaker material 
  
  
Line 33: Line 46:
  
   * [[https://www.thingiverse.com/thing:4783386|fan duct]]   * [[https://www.thingiverse.com/thing:4783386|fan duct]]
 +  * [[https://www.youtube.com/watch?v=yUAeUtXBBNA|extruder disassemble, head replace]]
 +
 +
 +<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 - 10)
 +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('layer_height'), 4))
 +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>
 +
 +
 +<code | anycubic_4max_extruder_0_#2_4maxpro2.0_petg_fast>
 +[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
 +
 +</code>
 ===== Flsun Super Racer ===== ===== Flsun Super Racer =====
  
Line 158: Line 236:
   * [[https://www.thingiverse.com/thing:4133801|smoothers holder]]   * [[https://www.thingiverse.com/thing:4133801|smoothers holder]]
   * [[https://www.thingiverse.com/thing:3665598|Filament Sensor Relocation]]   * [[https://www.thingiverse.com/thing:3665598|Filament Sensor Relocation]]
 +  * [[https://www.thingiverse.com/thing:4622676/files|Ultimate Anycubic Predator Effector]]
 +  * [[https://www.thingiverse.com/thing:3757187/files|Anycubic Predator E3D V6 and Volcano Versions Effector]]
 +  * [[https://www.thingiverse.com/thing:4690736/files|V6 Super Effector for Anycubic Predator (SB3D)]]
  
 ==== Marlin firmware predator ==== ==== Marlin firmware predator ====
  
  
-clone this [[https://github.com/SXHXC/Marlin-Anycubic-Predator-Trigorilla-PRO|repository]]+clone this <del>[[https://github.com/SXHXC/Marlin-Anycubic-Predator-Trigorilla-PRO|repository]]</del> 
 +clone this [[https://github.com/scipioni/Marlin.git|marlin 2.0.9]]
  
-add to Marlin/Configuration.h+or update scipio  
 +<code | download> 
 +cd /lab/printer3d/marlin-predator 
 +# only one time 
 +#git remote add upstream https://github.com/MarlinFirmware/Marlin.git 
 +git fetch upstream 
 +git rebase upstream/2.0.x 
 +</code> 
 + 
 +<del>add to Marlin/Configuration.h</del>
 <code> <code>
 #define LCD_SCREEN_ROT_180 #define LCD_SCREEN_ROT_180
Line 180: Line 271:
 </code> </code>
  
-build project+build project: in platformio select trigorilla-pro
 <code> <code>
-scp .pio/build/trigorilla_pro/firmware.bin root@octoprint:/root+scp .pio/build/trigorilla_pro/firmware.bin root@octoprint.local:/root
 </code> </code>
  
Line 290: 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
 </code> </code>
 +
 +
 +{{:projects:calibration.png?400|}}
  • projects/3dprinter.1639754709.txt.gz
  • Last modified: 2021/12/17 16:25
  • by scipio