Configurations/config/examples/MakerTech3D/Proforge2sDual
Scott Lahteine ae0594b07d FTM_RESONANCE_TEST
MarlinFirmware/Marlin#28158

Co-Authored-By: narno2202 <130909513+narno2202@users.noreply.github.com>
2025-11-07 13:55:57 -06:00
..
Configuration.h PROBE_WAKEUP_TIME_MS 2025-11-02 00:57:49 -05:00
Configuration_adv.h FTM_RESONANCE_TEST 2025-11-07 13:55:57 -06: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)