sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Export For CAM software

    Scheduled Pinned Locked Moved Extensions & Applications Discussions
    extensions
    51 Posts 14 Posters 15.8k Views 14 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • X Offline
      xrok1
      last edited by

      project or product? πŸ˜‰

      β€œThere are three classes of people: those who see. Those who see when they are shown. Those who do not see.”

      http://www.Twilightrender.com try it!

      1 Reply Last reply Reply Quote 0
      • D Offline
        dedmin
        last edited by

        @sketchdata said:

        We are currently working on a project to export data from SUP to the 2020 Shopware software Product Planner. We are also beginning work on a reporting program to generate PDF and text files, but having trouble finding a solution that will work on both PC and Mac. Future plans do include SUP plug-ins for defining and exporting CNC machining operations to a DXF file.

        I checked some of yours plugins and dynamic components and they look promising. We badly need reporting plugin and CNC connection. It is a shame that all the power of dynamic components cannot be used for calculations, cut list and reporting!

        1 Reply Last reply Reply Quote 0
        • Y Offline
          yvan
          last edited by

          @dedmin said:

          @sketchdata said:

          We are currently working on a project to export data from SUP to the 2020 Shopware software Product Planner. We are also beginning work on a reporting program to generate PDF and text files, but having trouble finding a solution that will work on both PC and Mac. Future plans do include SUP plug-ins for defining and exporting CNC machining operations to a DXF file.

          I checked some of yours plugins and dynamic components and they look promising. We badly need reporting plugin and CNC connection. It is a shame that all the power of dynamic components cannot be used for calculations, cut list and reporting!

          Do you have a link to your plugins?

          Catalyst Interiors Pty. Ltd. - shopfitters Adelaide South Australia

          1 Reply Last reply Reply Quote 0
          • D Offline
            dedmin
            last edited by

            @yvan said:

            @dedmin said:

            @sketchdata said:

            We are currently working on a project to export data from SUP to the 2020 Shopware software Product Planner. We are also beginning work on a reporting program to generate PDF and text files, but having trouble finding a solution that will work on both PC and Mac. Future plans do include SUP plug-ins for defining and exporting CNC machining operations to a DXF file.

            I checked some of yours plugins and dynamic components and they look promising. We badly need reporting plugin and CNC connection. It is a shame that all the power of dynamic components cannot be used for calculations, cut list and reporting!

            Do you have a link to your plugins?

            See my post above - the first link.

            1 Reply Last reply Reply Quote 0
            • D Offline
              dedmin
              last edited by

              I'm not very familiar with the CAM technology, but could the way SketchUP handles the geometry be a problem? That everything is just a bunch of lines, instead of real curves?

              1 Reply Last reply Reply Quote 0
              • D Offline
                dedmin
                last edited by

                I know this, but the question remains.

                1 Reply Last reply Reply Quote 0
                • Y Offline
                  yvan
                  last edited by

                  @dedmin said:

                  I'm not very familiar with the CAM technology, but could the way SketchUP handles the geometry be a problem? That everything is just a bunch of lines, instead of real curves?

                  Sketchup is a mesh modelling software. you can find more info about mesh modelling here: http://en.wikipedia.org/wiki/Polygon_mesh.
                  Smooth curves can be achieved by increasing the number of segments.
                  With a CNC flatbed router we currently export faces as DXF polylines with [url=http://www.guitar-list.com/download-software/convert-sketchup-skp-files-dxf-or-stl:lzs2i8uh]skp_to_dxf plugin[/url:lzs2i8uh] and then import these dxf files in the CAM software for tooling and G code generation.

                  Catalyst Interiors Pty. Ltd. - shopfitters Adelaide South Australia

                  1 Reply Last reply Reply Quote 0
                  • Y Offline
                    yvan
                    last edited by

                    I will not give-up!
                    SU's dynamic components architecture is so powerful that it would be a shame if it cannot be used for manufacturing.
                    My wish is to find a script that would let you select a face in each components as primary face to be sent to the CNC.
                    http://www.catalystinteriors.com.au/images/stories/sketchup/select_pmf.png

                    Then,
                    http://www.catalystinteriors.com.au/images/stories/sketchup/exported_face.png

                    http://www.catalystinteriors.com.au/images/stories/sketchup/layers.png

                    Then all parts should be exported as individual dxf polylines in a specified folder ready for import in a CAM/nesting package.

                    Catalyst Interiors Pty. Ltd. - shopfitters Adelaide South Australia

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      dedmin
                      last edited by

                      Fully agree with You!! I wonder why nobody did this already - there are so many fellow woodworkers ready to pay for this!! But when You export a 5mm circle from SketchUP as .dxf it is not a circle anymore - that is why I asked above if this is a problem with CAM?

                      1 Reply Last reply Reply Quote 0
                      • D Offline
                        dedmin
                        last edited by

                        And there is need for a hole drilling plugin like this one - http://www.smartmachining.com/

                        1 Reply Last reply Reply Quote 0
                        • S Offline
                          sketchdata
                          last edited by

                          I think holes will work better if a component is used, that way center point is easy to determine, and overall number of entities is reduced. Thinking there would be a component for 5mm system holes, 8mm construction holes, etc, and an attribute for export DXF layer. For routing paths, I think a DXF Export Layer attribute should handle tool diameter, depth of cut, any cutter compensation, and lead in/outs, depending on the CAM post. So the plan is to create a script that writes a DXF for each face thats defined for machining and create any routing and/or drilling on that face.

                          1 Reply Last reply Reply Quote 0
                          • Y Offline
                            yvan
                            last edited by

                            @dedmin said:

                            Fully agree with You!! I wonder why nobody did this already - there are so many fellow woodworkers ready to pay for this!! But when You export a 5mm circle from SketchUP as .dxf it is not a circle anymore - that is why I asked above if this is a problem with CAM?

                            It is not a problem. If you place the holes in a layer called a certain way ex: "DV_5" you can then set your CAM software to automatically use a 5mm bit to drill to the centre of any geometry placed in the layer "DV_5". no matter what shape the geometry is.
                            For curved free form shapes, increasing the number of segments will produce an acceptable result.

                            Catalyst Interiors Pty. Ltd. - shopfitters Adelaide South Australia

                            1 Reply Last reply Reply Quote 0
                            • D Offline
                              dedmin
                              last edited by

                              That is good news - I was wondering for a long time can this be a problem!

                              1 Reply Last reply Reply Quote 0
                              • TIGT Offline
                                TIG Moderator
                                last edited by

                                Note that you can extract a DC's 'attributes' and use them in your 'reports'... there are several threads about this already... πŸ˜•

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • D Offline
                                  dedmin
                                  last edited by

                                  Still, there isn't a clear solution for exporting DC options.

                                  1 Reply Last reply Reply Quote 0
                                  • TIGT Offline
                                    TIG Moderator
                                    last edited by

                                    Since an 'option' is itself an attribute can't you use that to 'filter' the other attributes as needed ?
                                    http://code.google.com/apis/sketchup/docs/tutorial_attrreporting.html

                                    TIG

                                    1 Reply Last reply Reply Quote 0
                                    • D Offline
                                      dedmin
                                      last edited by

                                      Maybe I could give You an answer if I know anything about Ruby programing 😲 Downloaded the book "Automatic SketchUP" and I'm even more confused! πŸ˜’ πŸ˜’

                                      1 Reply Last reply Reply Quote 0
                                      • TIGT Offline
                                        TIG Moderator
                                        last edited by

                                        Can we recap on the issues under discussion here...

                                        Someone wants a tool that lets you export a selected DC as a 2D DXF - you pick the face to be 'up'.
                                        So the tool needs to find the picked face in the DC and then make a 2D DXF from it ?
                                        Perhaps the DC options are only needed for other reporting and not the DXF making ??
                                        The DXF is made a report is made referencing the DXF and containing certain info extracted from the DC ?

                                        Please could the 'requester' post a step-sheet with images, results etc on how this is currently done 'manually' so that the automation is then clearer... I must be readily doable ? πŸ€“

                                        TIG

                                        1 Reply Last reply Reply Quote 0
                                        • D Offline
                                          dedmin
                                          last edited by

                                          I can comment only on exporting DC options, not attributes! Here we put all the valuable information that is visible and usable in SketchUp and in SketchUp Pro. We can make different components and put the info we need - for legs, doors, panels, handles and etc. that have the same options - we can select all the legs and change their options at once - for instance color or price. Then we need to export all this for reporting - the best as cvs so we can import in Excel or Calc and combine all the elements to get this

                                          2010-08-03_142524.jpg
                                          2010-08-03_143103.jpg

                                          1 Reply Last reply Reply Quote 0
                                          • TIGT Offline
                                            TIG Moderator
                                            last edited by

                                            The the options are the attributes. You need a [new] attribute reader customized to your needs... ❓

                                            TIG

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement