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
-
@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?
-
I just checked the source code, and Cyrillic characters are already supported as an option because a Ukrainian language translation was added recently. So the characters you need may already be present. In which case, all you needs to do is add the Russian translations to file Strings.hpp. You can find that file at https://github.com/Duet3D/PanelDueFirmware/blob/master/src/Strings.hpp.
-
I understand correctly . Editing inscriptions in Russian. Then what should be done?
-
@sergei Probably the easiest thing to do is create an account on github, clone the repository that holds the file @dc42 linked above, edit it in a text editor (copy the English section, edit the words to Russian, then paste it back in as a new section), then submit your new version of this file back to github as a 'pull request'. For example, here is the Italian translation pull request: https://github.com/Duet3D/PanelDueFirmware/pull/91
This is how most open source projects work, if you want to get involved it's worth learning.
Ian
-
Thanks for the advice. I will try now
-
@sergei If you want to test it, you'll need to compile your new version of the firmware in Eclipse. This is... not easy to set up. See the instructions here:
You will need Projects PanelDue (from the PanelDueFirmware repo, master branch https://github.com/Duet3D/PanelDueFirmware/tree/master) and RRFLibraries (dev branch https://github.com/Duet3D/RRFLibraries/tree/3.3-dev).
I suggest you start a new thread if you want support getting this working, in the PanelDue category.
Ian