Folgertech FT5 E3D Titan/V6 + 713Maker Hotrod Extruder Upgrade (PART2) guide custom installation

Опубликовано: 17 Июль 2026
на канале: Extruder Joe
6,147
65

Thank you for watching! Check out part 1 here:
   • Folgertech FT5 E3D Titan/V6 + 713Maker Hot...  

Folgertech Facebook Group:
  / folgertech3dprinters  

Here is the code for Marlin :
Use Notepad ++ for this and insert this around line 638
-------------------------------------------------------------
#define DEFAULT_AXIS_STEPS_PER_UNIT {AXIS_STEPS_PER_UNIT_X, AXIS_STEPS_PER_UNIT_Y, AXIS_STEPS_PER_UNIT_Z, AXIS_STEPS_PER_UNIT_E}
#define DEFAULT_AXIS_STEPS_PER_UNIT {80.256,80,399,442} // default steps per unit for Ultimaker
#define DEFAULT_MAX_FEEDRATE {300, 300, 20, 22} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {2500,2500,200,1000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot.


#define DEFAULT_ACCELERATION 1500 // X, Y, Z and E acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION 600 // E acceleration in mm/s^2 for retracts
#define DEFAULT_TRAVEL_ACCELERATION 2500 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves


// The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
#define DEFAULT_XYJERK 15.0 // (mm/sec)
#define DEFAULT_ZJERK 0.4 // (mm/sec)
#define DEFAULT_EJERK 5.0 // (mm/sec)
------------------------------------------------------------------


Parts in this upgrade:
THESE LINKS ARE AFFILIATE LINKS
E3D V6: http://bit.ly/e3dV6
E3D Titan: http://bit.ly/e3dTitan
Nema 17 Pancake Stepper: http://bit.ly/NEMApancake

NON-AFFILIATE LINKS:
713Maker.com: http://713maker.com/ft5.html
I ordered the ultralight kit

Special thanks to
Chris, Drew, Rick and everyone else that helped me over on the FT Forums!