UltiMaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
The full stable release of UltiMaker Cura 5.4 is here and it makes it easier than ever to remove brims and supports from your finished prints. UltiMaker S series users can also look forward to print profiles for our newest UltiMaker PET CF composite material!
Recommended Posts
tinkergnome 926
The schematics can be found here:
https://github.com/Ultimaker/Ultimaker-Original-Plus/tree/master/1091_Main_board_v2.1.1_(x1)
It seems like TP46-TP49 are connected to the output pins of the stepper driver.
...while the pin numbers from pins.h are related to pins of the mega2560 (this are just two different things).
In addition: Marlin firmware uses the Arduino pin mapping:
https://www.arduino.cc/en/Hacking/PinMapping2560
For example:
#define X_DIR_PIN 23
You can see in the schematics that pin PA1 from the mega2560 is connected to the "DIR" input on the stepper driver for the x-axis.
And the Arduino pin mapping shows that PA1 = digital pin 23.
Link to post
Share on other sites