Reinforce Your 3D Prints with Steel

Reinforcing your 3D prints with steel wire is an easy and cheap method to greatly improve their strength. Simplify3D G-Code Script (replace XX with layer number): {REPLACE “ ; layer XX, Z = “ “; layer XX G1 X5 Y5 M25 ; layer XX“} “Manual“ G-Code (insert into the G-Code file at the start of the layer): G1 X5 Y5 ;moves printhead out of the way M25 ;pauses printer (only works if you print off SD card)
Back to Top