FabLab EDP
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # RhinoCAM **[Wiki Home](https://hackmd.io/@fablabedp/home)** ###### tags: `CAD` `CAM` `rhino` `cnc` ## Knowledgebases (kb) - proprietary MecSoft file format - saves machining operations from a project with all configurations - also stores tools - loading a kb will import the setups/operations without any control geometry selected and no toolpath yet generated - can import all operations from a kb to currect job in Machining Browser window (Program tab > Knowledge Base > Load KB). - or can selectively load operations using Machining Objects window. In this case does not load tools. - can import tools only from kb in tools tab. can also selectively import specific tools. ## Tools library `Qsync\FORMAÇÃO\CNC\RhinoCAM\Tools_FabLabEDP\` `fablabedp_tools.xlsx` - editable list of all tools for CNC and seperate tab for quantities and other references - data from first tab also converted to fablabedp_tools.csv and fablabedp_tools.vkb `fablabedp_tools_knife.xlsx` - seperate table for knife tools which have different parameters to spindle-based tools `fablabedp_tools_user-defined.vkb` - tools with user-defined custom profiles, that can only be saved in knowledgebase file ### Editing the library 1. Edit `fablabedp_tools.xlsx` and then export the `tools` tab as a .csv file. 2. Load the csv into rhinocam in the machining objects window. 3. Save the tool library to `fablabedp_tools.vkb` to update the knowledgebase file. - The 'quantidades' tab in excel is just for reference and is not used by rhinocam - Column notes: - 'Shank Diameter' - Rhinocam considers the shank of a tool flush to the cut surface as a collision. To avoid this, we can set the shank diameter slightly less than the tool diameter. - 'Tool #' - always 1 by default, and then changed on a job basis if needed. - 'AA > AL' - default feeds and speeds for the tool, but these will be overwritten if following these steps > [#Setting-Feeds-and-Speeds](#Setting-Feeds-and-Speeds). - 'Comments' - part number for reference - Importing VEE type tools from .csv is a bit funky. 'Flute Length' in the csv will be interpreted as 'Shoulder Len.' and used to recalculate the tool diameter. To get the correct values for the table: 1. Import the csv with the measured flute length. 2. Correct the tool diameter and re-export the csv, the flute length will now have the recalculated value from rhinocam and the tool diameter will be 0. 3. Update the excel table with the recalculated flute length and set the tool diameter to 0. - Tools with custom profiles must be edited in rhinocam and do not exist on the excel table. ## Feeds and Speeds **Surface Speed**: Speed of cutting edge relative to material **Chip Load**: Amount of material removed with each pass of the cutting edge **Feed Rate**: Speed of toolhead relative to material Using Surface Speed and Chipload to calculate Spindle RPM and Feedrate: `Spindle RPM = surface speed / (PI * Tool Diameter)` `Feed Rate = Spindle RPM * No. Flutes * Chip Load` Some reference values: [Fablab Speed and Feeds Calculator](https://pub.pages.cba.mit.edu/feed_speeds/) ### Materials Library Material libraries can be used to automatically calculate approximate feeds and speeds. These are loaded from a directory path that does not seem to be configurable: `C:\ProgramData\MecSoft Corporation\RhinoCAM 2022 for Rhino 7.0\Materials` We have a custom library file here: `\Qsync\FORMAÇÃO\CNC\RhinoCAM\Materials_FabLabEDP\FeedsSpeedsDataMM_fablabEDP.xml` Copy this file to the directory used by RhinoCAM to use material settings from this library. To add a new material to the library, add a new node between the `<FeedsSpeeds>...</FeedsSpeeds>` tags: ``` <Material> <Name>NEW_MATERIAL_NAME</Name> <TextureFile>texture.bmp</TextureFile> <FeedsSpeedsRecord>MILLING, CARBIDE, SURFACE_SPEED, FEED_PER_TOOTH</FeedsSpeedsRecord> <FeedsSpeedsRecord>MILLING, HSS, SURFACE_SPEED, FEED_PER_TOOTH</FeedsSpeedsRecord> <FeedsSpeedsRecord>MILLING, CERAMIC, SURFACE_SPEED, FEED_PER_TOOTH</FeedsSpeedsRecord> </Material> ``` - `texture.bmp` does not need to be edited, RhinoCAM does not seem to care if this texture file exists or not. - For `SURFACE_SPEED`(m/min) & `FEED_PER_TOOTH` (mm) you can use the *Fablab Speed and Feeds Calculator* as reference for some materials, choosing a tool diameter roughly similar to what will normally be used for this material. - The parameters for `CARBIDE`, `HSS`, and `CERAMIC` can be identical unless some customisation is really needed here. ### Setting Feeds and Speeds - Default tool settings are defined in the tools library and imported automatically into a new operation when the tool is selected. - Preset Surface Speed and Chip Load values are stored in Material Files: `C:\ProgramData\MecSoft Corporation\RhinoCAM 2019 for Rhino 6.0\Materials` `FeedsSpeedsDataMM` (RhinoCAM defaults) `FeedsSpeedsDataMM_fablabEDP` (Custom values) Feedrates can then be automatically calculated based on the % weightings in defined in the RhinoCAM preferences (Feeds & Speeds > % s to use for transferring from computed cut feed) - Must first choose a Material File in Job Stock Material settings (Program > Material) - Can then generate the feeds either in operation configuration (Feeds & Speeds > Load from File) or in Tool settings (Feeds & Speeds > Load from File) #### Reccommended Feeds and Speeds Some suggested values adequate for most operations (via Feeds & Speeds > Load from File). Milling operations: - Spindle Speed: 18000 - Feedrate: 3500 Drilling operations: - Spindle Speed: 7000 - Feedrate: 2000 ## 4th Axis In `General Parameters` of `Machine Tool Setup`: - Make sure `Output all coordinates in local Setup Coordinate System` is deselected - ie: do not use any configured work zero - will use the world coordinate system as the work coordinate system. - `Tool Change Pt` - define a point outside the area of rotation of the stock/workpiece to avoid collisions when the work rotates between processes (ie: via Rotate Table Setup), mainly when the workpiece is non-cylindrical. ## Errors *"No Curves found! Cannot proceed"* when trying to select edges for Machining Regions - This error will appear if only polysurfaces are visible. You need to have a curve visible somewhere, even though you can select polysurface edges as Curve Regions.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully