Mod Template - Chinstrap777/Chinstrap_3DP_Reference GitHub Wiki

Model

link to markdown cheatsheat and example hyperlinked text
Place a picture of the mod here

Information

This is how you create a copy-able code line 
  • Pros of this mod:
    • Pro #1
    • Pro #2
  • Cons of this mod:
    • Con #1
    • Con #2

BOM

Description QTY Link to product
Item #1 1 Amazon
Item #2 1 Amazon
Item #3 1 Amazon

Tools required

  • 2.5mm hex key

Recommended Print Setting

Parameter Setting
Material ASA
Layer Height 0.2
Perimeters/walls 0.6
Top/Bottom 1 mm
infill 50%
supports tree
Brim 8 mm

INSERT ORIENTATION PREVIEW HERE

Assembly \ Installation

  • Step 1
    • substep 1
    • substep 2

Configuration

  • Provide one copy-able block to add into printer.cfg. You may add more blocks if there are separate areas to copy/paste
[stepper_x]
step_pin: PC2
dir_pin: !PB9
enable_pin: !PC3
microsteps: 32
rotation_distance: 72
endstop_pin: tmc2209_stepper_x:virtual_endstop
position_endstop: 306.5
position_min: -2
position_max: 306.5
homing_speed: 36
homing_retract_dist:0

Then add another block for macros.

[gcode_macro LOAD_MATERIAL]
gcode:
  LOAD_MATERIAL_CLOSE_FAN2
  M109 S{printer.custom_macro.default_extruder_temp}
  G91
  G1 E80 F180
  LOAD_MATERIAL_RESTORE_FAN2

Credits

  • Be sure to give credit to those who have helped you and others with this mod.