@nikitas Just look into a GCode file. If there is anything specific, you will find it there, too.
Regarding Putty: You can also take a look onto "Termite" (https://www.compuphase.com/software_termite.htm), if you like to use a very simple tool.
Happy (printer) hacking! :)
- 1
Recommended Posts
ahoeben 2,011
At the heart of the UM2 is the same chip as an Arduino Mega. You should be able to talk to open its serial port (using PySerial) and send any gcode to it line by line.
The default Baud rate is 250000.
Link to post
Share on other sites
nikitas 0
Dear @ahoeben, Thank you. Can I use "PUTTY" for the initial testing with "COM3" and Baud rate of "250000" to send the g-code?
should I need to send some other initial g-code for the initialization?
Thanks
Link to post
Share on other sites