Configurations/config/examples/MakerTech3D/Proforge2sDual
Scott Lahteine 7f1571e317 CONFIGURE_FILAMENT_CHANGE
MarlinFirmware/Marlin#26613

Co-Authored-By: plampix <19209306+plampix@users.noreply.github.com>
2024-01-03 09:41:03 -06:00
..
Configuration.h CONFIGURE_FILAMENT_CHANGE 2024-01-03 09:41:03 -06:00
Configuration_adv.h CONFIGURE_FILAMENT_CHANGE 2024-01-03 09:41:03 -06:00
Proforge2sDual.zip MakerTech3D Proforge 2s Dual (#797) 2022-08-25 18:30:43 -05:00
README.md MakerTech3D Proforge 2s Dual (#797) 2022-08-25 18:30:43 -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 toggle activation.
#define PID_PARAMS_PER_HOTEND // Use separate PID parameters for each extruder (useful for mismatched extruders)