Titan Aero Prusa MK2S (WIP)

Titan Aero Prusa MK2S (WIP)

thingiverse

This is a heavy WIP, still many problems to solve and I will probably redo it several times. I've taken the idea of modularity from GregoryHolloway and expanded upon it with the goal of easier printing and eliminating zipties from bearings. As a bushing user, zipties are a major no-go for me. In addition to modularity, I also want to regain the lost printing area portion. I didn't include part cooling fan duct used in this design as I plan to create my own later on. If you need it, simply grab Gregory's design. Pinda probe holder and positioning are similar to those found in Prusa designs, with Y position matching and X slightly offset to the right due to the extruder fan being in the way. So far, it seems okay. Below are my Marlin settings, which I'm still learning about so they might not be entirely accurate. I've already calibrated the printer and printed some items, so it should work fine. ```cpp // Home position #define MANUAL_X_HOME_POS 0 #define MANUAL_Y_HOME_POS -15 #define MANUAL_Z_HOME_POS 0.15 // Travel limits after homing #define X_MAX_POS 250 #define X_MIN_POS 0 #define Y_MAX_POS 195 #define Y_MIN_POS -15 #define Z_MAX_POS 210 #define Z_MIN_POS 0.15 #define X_PROBE_OFFSET_FROM_EXTRUDER 31.3 // Z probe to nozzle X offset: -left +right #define Y_PROBE_OFFSET_FROM_EXTRUDER 9 // Z probe to nozzle Y offset: -front +behind #define Z_PROBE_OFFSET_FROM_EXTRUDER -0.4 // Z probe to nozzle Z offset: -below (always!) #endif Any suggestions are welcome. I apologize for the delayed responses; my free time is limited.

Download Model from thingiverse

With this file you will be able to print Titan Aero Prusa MK2S (WIP) with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Titan Aero Prusa MK2S (WIP).