1. Hey guyz. Welcome to the All New Phlatforum!



    Sign Up and take a look around. There are so many awesome new features.

    The Phlatforum is a place we can all hang out and

    have fun sharing our RC adventures!

  2. Dismiss Notice

Phlatscript Version 0.919 Chat

Discussion in 'SketchUcam DOWNLOAD' started by kram242, Aug 30, 2009.

  1. kram242

    kram242 Administrator Staff Member

    Offline
    Messages:
    6,311
    Trophy Points:
    13
    Location:
    NJ
    Here we can chat about the Phlat script version 0.919
     
  2. Evil-Tunes

    Evil-Tunes Moderator Staff Member

    Offline
    Messages:
    659
    Trophy Points:
    16
    Location:
    Southern N.J.
    Ok here is my first Question? :mrgreen:

    In the .918 Script I had to Group in the order I wanted to cut. Now in .919 that is not needed to do. Can I still group the objects and or will it make a differance :ugeek:


    Thanks
    E-T
     
  3. gasmasher

    gasmasher New Member

    Offline
    Messages:
    402
    Trophy Points:
    0
    Location:
    Atlanta, GA
    Yes you can still group. If you name the group in SU it will even put the name of the group as a comment in the gcode file.
     
  4. Jnida63

    Jnida63 Member

    Offline
    Messages:
    749
    Trophy Points:
    18
    I like it, alot...... but i miss the right click setting for centerline and fold line depths
     
  5. 66tbird

    66tbird Moderator Staff Member

    Offline
    Messages:
    431
    Trophy Points:
    18
    Location:
    Deserts of Arizona
    uninitialized constant PhlatScript::phlatTool::pB_MENU_TOOLBARError Loading File phlatboyztools.rb
    uninitialized constant PhlatScript::phlatTool::pB_MENU_TOOLBAR

    That's what I get when I unzip to my sk7 folder. I've check the pref box and restarted also
     
  6. gasmasher

    gasmasher New Member

    Offline
    Messages:
    402
    Trophy Points:
    0
    Location:
    Atlanta, GA
    It sounds like the SU7ToolsPhlatboyzConstants.rb file isn't getting updated since the last 5 lines is where PB_MENU_TOOLBAR is defined. If that file wasn't overwritten when you unzipped then there may be others that aren't updated. You could try moving the Constants.rb file some where if it has changes you are trying to preserve and then unzip again.
     
  7. 66tbird

    66tbird Moderator Staff Member

    Offline
    Messages:
    431
    Trophy Points:
    18
    Location:
    Deserts of Arizona
    Still no luck after downloading and unzipping again. all the file are the same. The constants is 4.84kb btw and I even did a direct paste of all files. Then I re-installed SU and did it again, its the same error.

    these five lines are in the SU constants file

    module PhlatScript
    PB_MENU_TOOLBAR = 1
    PB_MENU_MENU = 2
    PB_MENU_CONTEXT = 4
    end
     
  8. gasmasher

    gasmasher New Member

    Offline
    Messages:
    402
    Trophy Points:
    0
    Location:
    Atlanta, GA
    Is the Phlatboyz folder in SU7Tools capitalized or all lowercase? Ruby is case sensitive and expects the folder to start with a capital 'P'. It may be all lowercase from your previous installation of the script. If it is all lowercase can you rename with the cap? You will have to rename it to a temp name first since Windows isn't case sensitive and won't pickup the change if you just change the case.

    If that doesn't work for you try these steps:

    - Open sketchup and clear the error message
    - Open the Ruby Console under the Window menu
    - Type the following line in the edit box and press enter [pre]require "Phlatboyz/Constants.rb"[/pre]
    - Paste the output here of the result
     
  9. kram242

    kram242 Administrator Staff Member

    Offline
    Messages:
    6,311
    Trophy Points:
    13
    Location:
    NJ
    New version quick fix for centers and folds not showing up in groups, along with the group entity names not being outputted to the code. I have done a few quick test and it is working great now.
    Tim has fixed this already! You guys can get it here. Nice work Tim
    Phlatscript version 0.920
    viewtopic.php?f=98&t=2&start=0

    Here is the new version 0.920 Chat thread
    viewtopic.php?f=98&t=1096&start=0

    Have fun guys
     
  10. 66tbird

    66tbird Moderator Staff Member

    Offline
    Messages:
    431
    Trophy Points:
    18
    Location:
    Deserts of Arizona
    It is capitalized and here is the result

    require "Phlatboyz/Constants.rb"
    false
     
  11. gasmasher

    gasmasher New Member

    Offline
    Messages:
    402
    Trophy Points:
    0
    Location:
    Atlanta, GA
    I'm really grasping at straws trying to figure out the problem. The "false" you pasted means that the Ruby interpreter in Sketchup cannot find the file specified. Would you mind zipping up your Phlatboyz folder and PMing to me? I'll try to recreate the problem on one of my machines.
     

Share This Page