mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2026-01-04 13:47:44 -07:00
* ✨🐛 HC32 - Add SERIAL_DMA, fix SDIO and MEATPACK Co-authored-by: Chris <52449218+shadow578@users.noreply.github.com> * 📝Improve Freeze Feature comment Co-authored-by: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| Configuration.h | ||
| Configuration_adv.h | ||
| Proforge2sDual.zip | ||
| README.md | ||
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_SETTINGSso tuned PID values can persist after reboot. - Enable
PIDTEMPBEDto 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)