mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-16 11:17:54 -06:00
✨ MakerTech3D Proforge 2s Dual (#797)
This commit is contained in:
parent
0d18b2ff75
commit
f5aac90689
6 changed files with 7744 additions and 9 deletions
3364
config/examples/MakerTech3D/Proforge2sDual/Configuration.h
Normal file
3364
config/examples/MakerTech3D/Proforge2sDual/Configuration.h
Normal file
File diff suppressed because it is too large
Load diff
4354
config/examples/MakerTech3D/Proforge2sDual/Configuration_adv.h
Normal file
4354
config/examples/MakerTech3D/Proforge2sDual/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load diff
BIN
config/examples/MakerTech3D/Proforge2sDual/Proforge2sDual.zip
Normal file
BIN
config/examples/MakerTech3D/Proforge2sDual/Proforge2sDual.zip
Normal file
Binary file not shown.
17
config/examples/MakerTech3D/Proforge2sDual/README.md
Normal file
17
config/examples/MakerTech3D/Proforge2sDual/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Troubleshooting tips for Proforge 2s Dual
|
||||
|
||||
## Servomotor switch overheating?
|
||||
```cpp
|
||||
// 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.
|
||||
|
||||
```cpp
|
||||
#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)
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue