<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[All parameters being ignored in local install.]]></title><description><![CDATA[<p dir="auto">I'm just getting started with setting up for contributing.  Followed all instructions on an Ubuntu 18.04 dev box.<br />
<strong>node</strong> -v : 12.18.1<br />
<strong>npm</strong> -v : 6.14.5<br />
<strong>npm test</strong> : all passed<br />
Starting the web server, and I can create objects in a simple script, but all parameters are being ignored. ie:</p>
<pre><code>function main() {
  return cylinder({r:12, h:1});
}
</code></pre>
<p dir="auto">returns a cylinder with radius 1, height 1.<br />
Similar results with other primitives, transforms, etc.</p>
<p dir="auto">Any ideas what could cause that?</p>
]]></description><link>https://openjscad.nodebb.com/topic/138/all-parameters-being-ignored-in-local-install</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 02:54:41 GMT</lastBuildDate><atom:link href="https://openjscad.nodebb.com/topic/138.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 27 Jun 2020 13:51:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to All parameters being ignored in local install. on Mon, 29 Jun 2020 18:10:05 GMT]]></title><description><![CDATA[<p dir="auto">thanks <a class="plugin-mentions-user plugin-mentions-a" href="https://openjscad.nodebb.com/uid/1">@z3dev</a>.  I made some bad assumptions about what docs were relevant <img src="https://openjscad.nodebb.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=k4h1pp0pk3c" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://openjscad.nodebb.com/post/266</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/266</guid><dc:creator><![CDATA[SimonClark]]></dc:creator><pubDate>Mon, 29 Jun 2020 18:10:05 GMT</pubDate></item><item><title><![CDATA[Reply to All parameters being ignored in local install. on Mon, 29 Jun 2020 14:31:53 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, I thought I did follow the directions there. I'll try it again on a local VM.</p>
]]></description><link>https://openjscad.nodebb.com/post/265</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/265</guid><dc:creator><![CDATA[SimonClark]]></dc:creator><pubDate>Mon, 29 Jun 2020 14:31:53 GMT</pubDate></item><item><title><![CDATA[Reply to All parameters being ignored in local install. on Mon, 29 Jun 2020 01:45:32 GMT]]></title><description><![CDATA[<p dir="auto">Hi Simon,</p>
<p dir="auto">When you say 'contributing' the I'm guessing that you are going to work with JSCAD V2. Please follow the notes in <a href="https://openjscad.org/dokuwiki/doku.php?id=early_v2" rel="nofollow ugc">Early Adoption of V2</a>.</p>
<p dir="auto">The JSCAD V2 API is different, so you'll also need to see the documentation. You can generate the documentation as well by running..</p>
<pre><code>npm run docs
</code></pre>
<p dir="auto">There will be a full set of documentation in the 'out' directory, i.e. HTML files. Just open 'index.html' with any browser.</p>
]]></description><link>https://openjscad.nodebb.com/post/264</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/264</guid><dc:creator><![CDATA[z3dev]]></dc:creator><pubDate>Mon, 29 Jun 2020 01:45:32 GMT</pubDate></item></channel></rss>