sketchucation logo sketchucation
    • Login
    1. Home
    2. lunkwill
    3. Posts
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    L
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: SketchUp and Rubies on Linux (yes, it works)

      I found a workaround to the refresh bug: in another terminal window, I run:

      watch -n 0.3 xrefresh -geometry 1x1+500+500

      That uses the xrefresh program to create a 1x1 window at 500,500 on the screen every 0.3 seconds. The refresh is enough to make sketchup update itself without totally disrupting the screen.

      posted in Developers' Forum
      L
      lunkwill
    • RE: [Plugin] "Drill" extension for making holes

      Neat! The main difference seems to be that drill.rb only drills round holes, and it drills them with only one click.

      Not being able to drill holes in components and groups (even if the component is in 'edit' mode) is pretty annoying, though. I had hoped that the API wouldn't make me worry about this distinction. Surely there's a standard way in ruby to draw on a face regardless of whether it's part of a component or group?

      posted in Plugins
      L
      lunkwill
    • [Plugin] "Drill" extension for making holes

      I'm making a cabinet in sketchup for export to a shopbot, and it's really a pain to make all the drill holes in the pieces. So here's my first ruby extension, drill.rb. Select it, type a diameter in the VCB, then click on a face. It creates a hole of that diameter (and leaves that "drill bit" installed until you change it) in the face then pushes it through if it can find an opposite, parallel face.


      Drill a hole in an object with one click.

      posted in Plugins
      L
      lunkwill
    • 1 / 1