YouTube Channels

3D Printing Nerd – https://www.youtube.com/c/3DPrintingNerd ModBot – https://www.youtube.com/c/ModBotArmy Chris’s Basement – https://www.youtube.com/c/ChrisRiley Kersey Fabrications – https://www.youtube.com/c/KerseyFabrications Zack Freedman – https://www.youtube.com/c/ZackFreedman Teaching Tech – https://www.youtube.com/c/TeachingTech Filament Friday – https://www.youtube.com/user/beginnerelectronics Maker’s Muse – https://www.youtube.com/c/MakersMuse Adam Savage’s Tested – https://www.youtube.com/c/tested Need It Make It – https://www.youtube.com/c/NeedItMakeIt Make Anything – https://www.youtube.com/c/MakeAnythingChannel Prusa 3D – https://www.youtube.com/c/JosefPrusaRepRap BV3D: Bryan Vines – … Read more

Test Prints

CHEP Cube – https://www.thingiverse.com/thing:3189377 Benchy – https://www.thingiverse.com/thing:763622 Cali Cat – https://www.thingiverse.com/thing:1545913 First Layer Calibration – https://www.prusaprinters.org/prints/20306-first-layer-calibration

Printing Calibration

Teaching Tech Printing Calibration Tool https://teachingtechyt.github.io/calibration.html First Layer Calibration Square https://www.prusaprinters.org/prints/20306-first-layer-calibration

Prusa Lack Enclosure v2

Prusa Lack Enclosure v2 – https://blog.prusaprinters.org/mmu2s-printer-enclosure_30215 Parts needed: Lack Table x2 – https://www.ikea.com/us/en/p/lack-side-table-black-20011408 Acrylic Panels Pre-cut and Magnets – https://www.amazon.com/gp/product/B07YRTRMC9 6x50mm Screws – https://www.amazon.com/gp/product/B07MJQB6M5 6x30mm Screws – https://www.amazon.com/gp/product/B00EALQOFU 5x20mm Screws – https://www.amazon.com/gp/product/B07M5SRLTF M3 Screws – https://www.amazon.com/gp/product/B07VNDFYNQ

Load Filament Gcode

load filament – ender3 w/bondtech extruder G21 ;metric valuesG90 ;absolute positioningM109 S215.000 ;Heat hotend to 215CM300 S440 P200 ; Play toneM300 S660 P250 ; Play toneM300 S880 P300 ; Play toneG4 S5 ; wait 5 secondsM300 S440 P200 ; Play toneG92 E0 ;Reset the position of the extruderG1 E280 F2000 ;Feed 250 mm of filament … Read more

Unload Filament Gcode

unload filament – ender3 w/bondtech extruder G21 ;metric valuesG90 ;absolute positioningM109 S215.000 ;Heat hotend to 215C for PLAG92 E0 ;Reset the position of the extruderG1 E-400 F2000 ;Retract 400 mm of filament at 2000 mm/minute speedG92 E0 ;Reset the position of the extruderM400; Wait for commad to finishM117 REMOVE FILAMENT NOW ;Display messageM400; Wait for … Read more

Ender 3 v2 Firmware

Jyers Ender 3 v2 Extensible UI – https://github.com/Jyers/Marlin/releases Creality – https://forums.creality3dofficial.com/download/ender-series/ender-3-v2/

Ender 3 Start Gcode – PrusaSlicer

PrusaSlicer start Gcode for Ender3 w/BLtouch M117 Heating… ;Put printing message on LCD screen;M300 S2500 P100; BeepM204 T1250 ; sets acceleration (P, T) and retract acceleration (R), mm/sec^2M221 S{if layer_height<0.075}100{else}100{endif} ; Set flowM104 S140 ; set extruder tempM140 S[first_layer_bed_temperature] ; set bed tempG28 X Y; Home X YG1 Y10 ; this is a good start … Read more