We welcome contributions to the wiki.
Click on the account icon and create a new account.
The email system is not working on the wiki, so you will not get an activation email. Reach out to us on Discord and ask to be activated and given permission to edit or create pages. Be sure to give your user name, so I don't have to guess.
Before making any additions or changes other than typos, please discuss them on Discord in advance.
If you are adding a hardware item of your design to the Existing Hardware Page, you must include your discord name from the FluidNC Discord server.
Wiki.js allows you to use different editors to create the pages, but once started, I think a page is stuck in that type. Only use the Markdown editor. All the other pages are done with that editor.
Seriously! I will likely delete any pages not done in Markdown.
Use heading tags where appropriate to get links in the navigation panel use heading 1 and heading 2 tags to put items in the navigation panel.
Anchor links allow cross linking in the wiki to specific items on a page. It is also helpful when providing links in support cases.
<a id="something"></a>Anchor Links
All header tagged items like ## My Text
an automatically anchors. In this case you would specify #my-text
in the URL. Blanks must be replaced by dashes.
They should not be too large. You can set the the width like this.
![discord-logo_trans.png](/discord-logo_trans.png =x80)
Set the aliment like this
![discord-logo_trans.png](/discord-logo_trans.png){.align-center}
Format all FluidNC commands with markdown's single tick block quotes.
`$CD`
This format appears to work well
°
for ° (degree symbol)
%pi;
for π (pi symbol)
Gcode can be formatted with the gcode tag in code sections.
; Gcode example
G17 G20 G90 G94 G54
G0 Z0.25
X-0.5 Y0.
Z0.1
G01 Z0. F5.
G02 X0. Y0.5 I0.5 J0. F2.5
M30
(MSG We are done)
The diagram editor is very easy to use once you learn the tricks: