Skip to content

Commit

Permalink
1.4d release
Browse files Browse the repository at this point in the history
version numbers updated.
help corrections
  • Loading branch information
swarfer committed Jan 18, 2017
1 parent 3787a99 commit 80c0152
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions Plugins/Phlatboyz/html/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<br>
<a href="http://www.phlatboyz.com/">PHLATBOYZ.COM</a>

<div class="intro-name">Phlatboyz SketchUcam(PhlatScripT)<div><b>SketchUcam Version 1.4c</b><br>Dec 2016</div></div>
<div class="intro-name">Phlatboyz SketchUcam(PhlatScripT)<div><b>SketchUcam Version 1.4d</b><br>Jan 2016</div></div>

<br> <a href="http://www.phlatforum.com/xenforo/index.php?forums/sketchucam-download/">Check for Latest Version of SketchUcam</a>
<hr width="100%">
Expand Down Expand Up @@ -145,12 +145,16 @@ <h4>New in V1.4d (Jan 2017)</h4>
<dt>Help updates
<dd>added <a href="machelp.html">MAC help section</a>
<dt>arcmoveij() is INCREMENTAL mode.
<dd>the 'incremental' form of IJ is used so make sure you set your controller to incremental mode by issuing G91.1
<dd>you can add this code to the G-code via the <a href="howto_options.html#a4">Options menu</a>
<dd>an option to output G91.1 as part of the Gcode header has been added to the Feature Options menu.
<dd><ul>
<li>the 'incremental' form of IJ is used so make sure you set your controller to incremental mode by issuing G91.1
<li>Setting or un-setting this does not change the actual Gcode, arcs are ALWAYS incremental mode, this setting just tells the controller what to expect.
<li>you can add this code to the G-code via the <a href="howto_options.html#a4">Options menu</a>
<li>an option to output G91.1 as part of the Gcode header has been added to the Feature Options menu.
<li>GPLOT will NOT like this option and will not display the plot. You should rather set your controller to default to this mode.
</ul>
<dt>Solve failure to find <a href="howto_profileexchange.html">profile path</a> on Mac (for real this time)
<dd>Sketchup on MAC still has the old .openpanel bug that prevents the use of wildcards. Mac platform is now detected and wildcards avoided.
<dd>Note that the file select dialog allows selection of a flder, but the profiles folder will always be used no matter what you select.
<dd>Note that the file select dialog allows selection of a folder, but the profiles folder will always be used no matter what you select.
</dl>
</dl>
</div>
Expand Down
4 changes: 2 additions & 2 deletions Plugins/phlatboyz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -80,7 +80,7 @@ def initialize
end

self.creator = 'Phlatboyz'
self.copyright = '2016, Phlatboyz'
self.copyright = '2017, Phlatboyz'
end

def load
Expand Down
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 80c0152

Please sign in to comment.