Yaml config and fluid nc installer version

what version of yaml file should you use for a lr4 and what are the other files under the yaml config on github are they just yaml files that were renamed ? also what fluidnc installer should be used thank you…

You want the version from here:

I assume you’re talking about all these files? You want all of them. They are for different things:

  • config.yaml - This is the FluidNC configuration that defines motors, endstops, etc.
  • favicon.ico - This is just the little icon that appears in the browser.
    image
  • macro[1-6].g - These define individual macros with gcode.
  • macrocfg.json - This defines the list of macros and references the macro[1-6].g files.
  • preferences.json - This is the WebUI configuration.

They should all be uploaded to the flash memory. You can do this in the WebUI.

Go to the FluidNC tab:
image

Click the green “Manage local files” button:

Upload the files here:

You can use the FluidNC web installer:
https://installer.fluidnc.com/

But, you want to use version 3.9.1 which is the current recommended version. Here is the V1 documentation regarding firmware updates:
https://docs.v1e.com/electronics/jackpot/#firmware

3 Likes

thank you very much