Configurations/config/examples/MakerTech3D/Proforge2sDual
Scott Lahteine 2e02635137
Some checks failed
Deploy / deploy (push) Has been cancelled
🔧 FT Motion final config
MarlinFirmware/Marlin#28055

Co-Authored-By: David Buezas <david.buezas@gmail.com>
2025-09-25 03:06:08 -05:00
..
Configuration.h 🔧 DWIN_CREALITY_LCD string heading/title 2025-08-26 12:27:48 -05:00
Configuration_adv.h 🔧 FT Motion final config 2025-09-25 03:06:08 -05:00
README.md 📝 Update PID, other comments 2025-04-01 23:34:45 -05:00

Troubleshooting tips for Proforge 2s Dual

Servomotor switch overheating?

// Only power servos during movement, otherwise leave off to prevent jitter
#define DEACTIVATE_SERVOS_AFTER_MOVE

Don't forget to Tune PID with M303

  • Enable EEPROM_SETTINGS so tuned PID values can persist after reboot.
  • Enable PIDTEMPBED to enable PID tuning for the bed.
#define PID_DEBUG             // Print PID debug data to the serial port. Use 'M303 D' to enable/disable.
#define PID_PARAMS_PER_HOTEND // Use separate PID parameters for each extruder (useful for mismatched extruders)