help for beginners
-
@sergei said in help for beginners:
firmware 2.05 and how to raise it to 3
If you still have access to DWC. Upload these 3 zip files, one at a time in the system tab. Don't extract them. Reboot after each. Use M115 to verify the firmware has been applied.
https://github.com/Duet3D/RepRapFirmware/releases/download/2.05.1/Duet2Firmware-2.05.1.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.0/Duet2and3Firmware-3.0.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.2.2/Duet2and3Firmware-3.2.2.zip
That will get your firmware and DWC up to date.For your config, might be a good idea to run through the configurator tool and generate a fresh set for RRF3.
https://configtool.reprapfirmware.org/Start@sergei said in help for beginners:
Tell me how I can connect and activate drivers to the board that are much more powerful than those installed on the board
https://duet3d.dozuki.com/Wiki/Using_external_stepper_motor_drivers
-
you can tell how to connect external drivers nevertheless. to those links that you sent me. I do not understand anything at all how to do it. I tried to flash the board to version 3, but it remained 2. how can I debug all this
-
in which program should I flash the board? I have duo 2 internet
-
how can I register external drivers here?
-
-
Hello. Tell me how to correctly implement the Z probe after the probe passes the entire surface of the table during printing, the z axis should move. and she stands
-
@sergei said in help for beginners:
Hello. Tell me how to correctly implement the Z probe after the probe passes the entire surface of the table during printing, the z axis should move. and she stands
I don't understand the question.
What is the probe? How is it configured? How are you trying to activate it? -
tell me. is it possible to make SNS on the Duet 2 board
-
@sergei What is SNS?
-
CNC milling machine
-
-
Can I get a ready-made firmware somewhere?
-
It already is available in the firmware. You just need to send the gcode command to switch to CNC mode.
Maybe I don't understand what you actually mean here.
-
and what kind of command it is and where to register it. can you tell in more detail
-
-
Hello . how can i make the interface in russian language control on the touch screen
-
@sergei There would need to be a Russian translation first.
-
how can all this be implemented and what would work?
-
@sergei said in help for beginners:
how can all this be implemented and what would work?
Two steps needed:
- Expand the font to include any characters that you need that are not already in the font, at the correct Unicode code points. The font is generated using GLCD Font Creator.
- Add the Russian translations to the existing file Strings.hpp .
-
In which program to do this and where?