Create a database for User Tools

Issue #308 resolved
cmstein created an issue

Hi.

The idea is ​​add a “my tools” database, where the user registers his milling tools (drill, end-mill and router bits).

The database would be independent of the PCB (and project), and the user would select the tool to use to drill a particular hole, slot or cutout from this list.

Thanks

Comments (5)

  1. Brian

    Good idea

    and going further, standardize other common variables, things like -z_move height with enable/disable across all processes, as clamps or pins are always the height for what the user uses.

    or process profiles, a laser profile and a spindle profile, so then you could say something like

    • laser, isolate, top layer, 0.17mm, outfile.nc
    • laser, ncc, top layer, 0.17mm, outfile.nc
    • drill, holes ,top layer, 0.5mm, outfile.nc
    • mill, outline, top layer, 3.0mm, outfile.nc
    • mill, slots, bottom layer, 1.0mm, outfile.nc

    so that every gcode output file for each process would be consistent with the same options in a lot less steps, because I often forget to change one box and need to go back and output the file again.

  2. bluecnc

    I opened question in the forum about it and I got an answer it is not exist yet in FlatCAM

    This is copy of the text from the forum:

    Is there a way to create predefined tool list in FlatCAM?

    I have several tools that I'm use to make PCBs, and for each operation I need to type the feeds and speeds and diameter. of the tool.

    Is there a way to automate it in a list, like any other CAM software?

    http://flatcam.org/discussion#!/usage:is-there-a-way-to-create-pr

    Blue CNC.

  3. cmstein reporter

    Marius, I appreciate the time and effort you put into developing this app. Thanks for implementing this feature, I believe it will be very useful to users.

  4. Log in to comment