diff --git a/Plugins/Phlatboyz/html/help.html b/Plugins/Phlatboyz/html/help.html index 0bdd254..6256062 100644 --- a/Plugins/Phlatboyz/html/help.html +++ b/Plugins/Phlatboyz/html/help.html @@ -11,7 +11,7 @@
PHLATBOYZ.COM -
Phlatboyz SketchUcam(PhlatScripT)
SketchUcam Version 1.4c
Dec 2016
+
Phlatboyz SketchUcam(PhlatScripT)
SketchUcam Version 1.4d
Jan 2016

Check for Latest Version of SketchUcam
@@ -145,12 +145,16 @@

New in V1.4d (Jan 2017)

Help updates
added MAC help section
arcmoveij() is INCREMENTAL mode. -
the 'incremental' form of IJ is used so make sure you set your controller to incremental mode by issuing G91.1 -
you can add this code to the G-code via the Options menu -
an option to output G91.1 as part of the Gcode header has been added to the Feature Options menu. +
Solve failure to find profile path on Mac (for real this time)
Sketchup on MAC still has the old .openpanel bug that prevents the use of wildcards. Mac platform is now detected and wildcards avoided. -
Note that the file select dialog allows selection of a flder, but the profiles folder will always be used no matter what you select. +
Note that the file select dialog allows selection of a folder, but the profiles folder will always be used no matter what you select. diff --git a/Plugins/phlatboyz.rb b/Plugins/phlatboyz.rb index b17f46a..b8c225f 100644 --- a/Plugins/phlatboyz.rb +++ b/Plugins/phlatboyz.rb @@ -67,7 +67,7 @@ class PhlatScriptExtention < SketchupExtension def initialize super 'Phlatboyz Tools', 'Phlatboyz/Phlatscript.rb' self.description = 'A set of tools for marking up Phlatland Sketchup drawings and generating Phlatprinter g-code.' - self.version = '1.4c' #after 8c2e + self.version = '1.4d' #after 3787 #try to find the phrev.dat file, if it exists add the version to the .version #this is purely internal, an ordinary user never sees this @@ -80,7 +80,7 @@ def initialize end self.creator = 'Phlatboyz' - self.copyright = '2016, Phlatboyz' + self.copyright = '2017, Phlatboyz' end def load diff --git a/make.bat b/make.bat index 621ecb8..47d3d29 100644 --- a/make.bat +++ b/make.bat @@ -62,7 +62,7 @@ rem del ..\sketchucam-1*.rbz cd .. REM subwcrev .\ phrev.txt phrev.dat // git does not support this - php move.php plugins\tp.zip SketchUcam-1_4c.rbz + php move.php plugins\tp.zip SketchUcam-1_4d.rbz goto end