It's pretty buggy right now, and hasn't been tested to work in anything the
but the latest version of Chrome. But if you'd like to give it a shot, go
for it, and let me know what issues you run into and what features you'd
like!
On Wed, Oct 3, 2012 at 12:01 AM, Brian Baker <m000z...@gmail.com> wrote:
> Here's the development URL for Cool End, the web-based OpenSCAD / JSCAD
> editor I talked about tonight:
> It's pretty buggy right now, and hasn't been tested to work in anything
> the but the latest version of Chrome. But if you'd like to give it a shot,
> go for it, and let me know what issues you run into and what features you'd
> like!
> Thanks,
> -Brian
> --
> You received this message because you are subscribed to the Google Groups
> "Sector67 Public" group.
> To post to this group, send email to sector67@googlegroups.com.
> To unsubscribe from this group, send email to
> sector67+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sector67?hl=en.
Was there no syntax highlighting? You may not actually have a tab open.
I've been having issues with it not opening an actual tab when it starts.
Hit the plus button above the code editor, select the new tab, and try
pasting in again...
>> It's pretty buggy right now, and hasn't been tested to work in anything
>> the but the latest version of Chrome. But if you'd like to give it a shot,
>> go for it, and let me know what issues you run into and what features you'd
>> like!
>> Thanks,
>> -Brian
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Sector67 Public" group.
>> To post to this group, send email to sector67@googlegroups.com.
>> To unsubscribe from this group, send email to
>> sector67+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/sector67?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "Sector67 Public" group.
> To post to this group, send email to sector67@googlegroups.com.
> To unsubscribe from this group, send email to
> sector67+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sector67?hl=en.
Chris, looks like your code isn't working in the OpenJSCAD site because of the incorrect casing of the method. It's "cube" not "Cube". With that fixed, I also wasn't able to get it to work on your dev site Brian (with syntax highlighting working correctly).
On Wednesday, October 3, 2012 at 10:12 PM, Brian Baker wrote:
> Was there no syntax highlighting? You may not actually have a tab open. I've been having issues with it not opening an actual tab when it starts. Hit the plus button above the code editor, select the new tab, and try pasting in again...
> On Wed, Oct 3, 2012 at 10:30 AM, Chris Meyer <water...@gmail.com (mailto:water...@gmail.com)> wrote:
> > I put in:
> > function main()
> > {
> > var resolution = 24; // increase to get smoother corners (will get slow!)
> > Coming from the OpenJSCAD site (http://joostn.github.com/OpenJsCad/) and it just says "Error: Must have function main() which returns a CSG solid" > > Any ideas what I'm doing incorrectly?
> > Chris
> > On Wed, Oct 3, 2012 at 12:01 AM, Brian Baker <m000z...@gmail.com (mailto:m000z...@gmail.com)> wrote:
> > > Here's the development URL for Cool End, the web-based OpenSCAD / JSCAD editor I talked about tonight:
> > > It's pretty buggy right now, and hasn't been tested to work in anything the but the latest version of Chrome. But if you'd like to give it a shot, go for it, and let me know what issues you run into and what features you'd like!
> > > Thanks,
> > > -Brian
> > > -- > > > You received this message because you are subscribed to the Google Groups "Sector67 Public" group.
> > > To post to this group, send email to sector67@googlegroups.com (mailto:sector67@googlegroups.com).
> > > To unsubscribe from this group, send email to sector67+unsubscribe@googlegroups.com (mailto:sector67%2Bunsubscribe@googlegroups.com).
> > > For more options, visit this group at http://groups.google.com/group/sector67?hl=en.
> > -- > > You received this message because you are subscribed to the Google Groups "Sector67 Public" group.
> > To post to this group, send email to sector67@googlegroups.com (mailto:sector67@googlegroups.com).
> > To unsubscribe from this group, send email to sector67+unsubscribe@googlegroups.com (mailto:sector67%2Bunsubscribe@googlegroups.com).
> > For more options, visit this group at http://groups.google.com/group/sector67?hl=en.
> -- > You received this message because you are subscribed to the Google Groups "Sector67 Public" group.
> To post to this group, send email to sector67@googlegroups.com (mailto:sector67@googlegroups.com).
> To unsubscribe from this group, send email to sector67+unsubscribe@googlegroups.com (mailto:sector67+unsubscribe@googlegroups.com).
> For more options, visit this group at http://groups.google.com/group/sector67?hl=en.
I think you might want to check if(selectedTab.file) instead. Looks like when the file is unsaved, selectedTab isn't undefined, but the file prop is. It's blowing up on filename = file.name with "cannot read property of undefined".
Chris, If you link with dropbox and save a file it should work. Does for me at least.
On Wednesday, October 3, 2012 at 10:46 PM, Issac Gerges wrote:
> Chris, looks like your code isn't working in the OpenJSCAD site because of the incorrect casing of the method. It's "cube" not "Cube". With that fixed, I also wasn't able to get it to work on your dev site Brian (with syntax highlighting working correctly).
> -- > Issac Gerges
> On Wednesday, October 3, 2012 at 10:12 PM, Brian Baker wrote:
> > Was there no syntax highlighting? You may not actually have a tab open. I've been having issues with it not opening an actual tab when it starts. Hit the plus button above the code editor, select the new tab, and try pasting in again...
> > On Wed, Oct 3, 2012 at 10:30 AM, Chris Meyer <water...@gmail.com (mailto:water...@gmail.com)> wrote:
> > > I put in:
> > > function main()
> > > {
> > > var resolution = 24; // increase to get smoother corners (will get slow!)
> > > var result = cube1;
> > > return result;
> > > }
> > > Coming from the OpenJSCAD site (http://joostn.github.com/OpenJsCad/) and it just says "Error: Must have function main() which returns a CSG solid" > > > Any ideas what I'm doing incorrectly?
> > > Chris
> > > On Wed, Oct 3, 2012 at 12:01 AM, Brian Baker <m000z...@gmail.com (mailto:m000z...@gmail.com)> wrote:
> > > > Here's the development URL for Cool End, the web-based OpenSCAD / JSCAD editor I talked about tonight:
> > > > It's pretty buggy right now, and hasn't been tested to work in anything the but the latest version of Chrome. But if you'd like to give it a shot, go for it, and let me know what issues you run into and what features you'd like!
> > > > Thanks,
> > > > -Brian
> > > > -- > > > > You received this message because you are subscribed to the Google Groups "Sector67 Public" group.
> > > > To post to this group, send email to sector67@googlegroups.com (mailto:sector67@googlegroups.com).
> > > > To unsubscribe from this group, send email to sector67+unsubscribe@googlegroups.com (mailto:sector67%2Bunsubscribe@googlegroups.com).
> > > > For more options, visit this group at http://groups.google.com/group/sector67?hl=en.
> > > -- > > > You received this message because you are subscribed to the Google Groups "Sector67 Public" group.
> > > To post to this group, send email to sector67@googlegroups.com (mailto:sector67@googlegroups.com).
> > > To unsubscribe from this group, send email to sector67+unsubscribe@googlegroups.com (mailto:sector67%2Bunsubscribe@googlegroups.com).
> > > For more options, visit this group at http://groups.google.com/group/sector67?hl=en.
> > -- > > You received this message because you are subscribed to the Google Groups "Sector67 Public" group.
> > To post to this group, send email to sector67@googlegroups.com (mailto:sector67@googlegroups.com).
> > To unsubscribe from this group, send email to sector67+unsubscribe@googlegroups.com (mailto:sector67+unsubscribe@googlegroups.com).
> > For more options, visit this group at http://groups.google.com/group/sector67?hl=en.
> I think you might want to check if(selectedTab.file) instead. Looks like
> when the file is unsaved, selectedTab isn't undefined, but the file prop
> is. It's blowing up on filename = file.name with "cannot read property of
> undefined".
> Chris,
> If you link with dropbox and save a file it should work. Does for me at
> least.
> --
> Issac Gerges
> On Wednesday, October 3, 2012 at 10:46 PM, Issac Gerges wrote:
> Chris, looks like your code isn't working in the OpenJSCAD site because
> of the incorrect casing of the method. It's "cube" not "Cube". With that
> fixed, I also wasn't able to get it to work on your dev site Brian (with
> syntax highlighting working correctly).
> --
> Issac Gerges
> On Wednesday, October 3, 2012 at 10:12 PM, Brian Baker wrote:
> Was there no syntax highlighting? You may not actually have a tab open.
> I've been having issues with it not opening an actual tab when it starts.
> Hit the plus button above the code editor, select the new tab, and try
> pasting in again...
> On Wed, Oct 3, 2012 at 10:30 AM, Chris Meyer <water...@gmail.com> wrote:
> I put in:
> function main()
> {
> var resolution = 24; // increase to get smoother corners (will get slow!)
> It's pretty buggy right now, and hasn't been tested to work in anything
> the but the latest version of Chrome. But if you'd like to give it a shot,
> go for it, and let me know what issues you run into and what features you'd
> like!
> Thanks,
> -Brian
> --
> You received this message because you are subscribed to the Google Groups
> "Sector67 Public" group.
> To post to this group, send email to sector67@googlegroups.com.
> To unsubscribe from this group, send email to
> sector67+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sector67?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "Sector67 Public" group.
> To post to this group, send email to sector67@googlegroups.com.
> To unsubscribe from this group, send email to
> sector67+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sector67?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "Sector67 Public" group.
> To post to this group, send email to sector67@googlegroups.com.
> To unsubscribe from this group, send email to
> sector67+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sector67?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "Sector67 Public" group.
> To post to this group, send email to sector67@googlegroups.com.
> To unsubscribe from this group, send email to
> sector67+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sector67?hl=en.
On Wed, Oct 3, 2012 at 11:56 PM, Brian Baker <m000z...@gmail.com> wrote:
> Thanks Isaac and Chris!. Just pushed a fix for that and the issue with not
> opening a default tab, so it should be easier to get up and running.
> On Wed, Oct 3, 2012 at 10:59 PM, Issac Gerges <ger...@gmail.com> wrote:
>> I think you might want to check if(selectedTab.file) instead. Looks like
>> when the file is unsaved, selectedTab isn't undefined, but the file prop is.
>> It's blowing up on filename = file.name with "cannot read property of
>> undefined".
>> Chris,
>> If you link with dropbox and save a file it should work. Does for me at
>> least.
>> --
>> Issac Gerges
>> On Wednesday, October 3, 2012 at 10:46 PM, Issac Gerges wrote:
>> Chris, looks like your code isn't working in the OpenJSCAD site because of
>> the incorrect casing of the method. It's "cube" not "Cube". With that fixed,
>> I also wasn't able to get it to work on your dev site Brian (with syntax
>> highlighting working correctly).
>> --
>> Issac Gerges
>> On Wednesday, October 3, 2012 at 10:12 PM, Brian Baker wrote:
>> Was there no syntax highlighting? You may not actually have a tab open.
>> I've been having issues with it not opening an actual tab when it starts.
>> Hit the plus button above the code editor, select the new tab, and try
>> pasting in again...
>> On Wed, Oct 3, 2012 at 10:30 AM, Chris Meyer <water...@gmail.com> wrote:
>> I put in:
>> function main()
>> {
>> var resolution = 24; // increase to get smoother corners (will get
>> slow!)
>> Coming from the OpenJSCAD site (http://joostn.github.com/OpenJsCad/) and
>> it just says "Error: Must have function main() which returns a CSG solid"
>> Any ideas what I'm doing incorrectly?
>> Chris
>> On Wed, Oct 3, 2012 at 12:01 AM, Brian Baker <m000z...@gmail.com> wrote:
>> Here's the development URL for Cool End, the web-based OpenSCAD / JSCAD
>> editor I talked about tonight:
>> It's pretty buggy right now, and hasn't been tested to work in anything
>> the but the latest version of Chrome. But if you'd like to give it a shot,
>> go for it, and let me know what issues you run into and what features you'd
>> like!
>> Thanks,
>> -Brian
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Sector67 Public" group.
>> To post to this group, send email to sector67@googlegroups.com.
>> To unsubscribe from this group, send email to
>> sector67+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/sector67?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Sector67 Public" group.
>> To post to this group, send email to sector67@googlegroups.com.
>> To unsubscribe from this group, send email to
>> sector67+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/sector67?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Sector67 Public" group.
>> To post to this group, send email to sector67@googlegroups.com.
>> To unsubscribe from this group, send email to
>> sector67+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/sector67?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Sector67 Public" group.
>> To post to this group, send email to sector67@googlegroups.com.
>> To unsubscribe from this group, send email to
>> sector67+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/sector67?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "Sector67 Public" group.
> To post to this group, send email to sector67@googlegroups.com.
> To unsubscribe from this group, send email to
> sector67+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sector67?hl=en.
On Thu, Oct 4, 2012 at 11:56 AM, Joe Kerman <jker...@gmail.com> wrote:
> This is awesome! Ill play around and have some feedback for you. Im a
> huge SCAD junkie, and this would be crazy convenient!
> On Wed, Oct 3, 2012 at 11:56 PM, Brian Baker <m000z...@gmail.com> wrote:
>> Thanks Isaac and Chris!. Just pushed a fix for that and the issue with not
>> opening a default tab, so it should be easier to get up and running.
>> On Wed, Oct 3, 2012 at 10:59 PM, Issac Gerges <ger...@gmail.com> wrote:
>>> I think you might want to check if(selectedTab.file) instead. Looks like
>>> when the file is unsaved, selectedTab isn't undefined, but the file prop is.
>>> It's blowing up on filename = file.name with "cannot read property of
>>> undefined".
>>> Chris,
>>> If you link with dropbox and save a file it should work. Does for me at
>>> least.
>>> --
>>> Issac Gerges
>>> On Wednesday, October 3, 2012 at 10:46 PM, Issac Gerges wrote:
>>> Chris, looks like your code isn't working in the OpenJSCAD site because of
>>> the incorrect casing of the method. It's "cube" not "Cube". With that fixed,
>>> I also wasn't able to get it to work on your dev site Brian (with syntax
>>> highlighting working correctly).
>>> --
>>> Issac Gerges
>>> On Wednesday, October 3, 2012 at 10:12 PM, Brian Baker wrote:
>>> Was there no syntax highlighting? You may not actually have a tab open.
>>> I've been having issues with it not opening an actual tab when it starts.
>>> Hit the plus button above the code editor, select the new tab, and try
>>> pasting in again...
>>> On Wed, Oct 3, 2012 at 10:30 AM, Chris Meyer <water...@gmail.com> wrote:
>>> I put in:
>>> function main()
>>> {
>>> var resolution = 24; // increase to get smoother corners (will get
>>> slow!)
>>> Coming from the OpenJSCAD site (http://joostn.github.com/OpenJsCad/) and
>>> it just says "Error: Must have function main() which returns a CSG solid"
>>> Any ideas what I'm doing incorrectly?
>>> Chris
>>> On Wed, Oct 3, 2012 at 12:01 AM, Brian Baker <m000z...@gmail.com> wrote:
>>> Here's the development URL for Cool End, the web-based OpenSCAD / JSCAD
>>> editor I talked about tonight:
>>> It's pretty buggy right now, and hasn't been tested to work in anything
>>> the but the latest version of Chrome. But if you'd like to give it a shot,
>>> go for it, and let me know what issues you run into and what features you'd
>>> like!
>>> Thanks,
>>> -Brian
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Sector67 Public" group.
>>> To post to this group, send email to sector67@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> sector67+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/sector67?hl=en.
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Sector67 Public" group.
>>> To post to this group, send email to sector67@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> sector67+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/sector67?hl=en.
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Sector67 Public" group.
>>> To post to this group, send email to sector67@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> sector67+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/sector67?hl=en.
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Sector67 Public" group.
>>> To post to this group, send email to sector67@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> sector67+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/sector67?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Sector67 Public" group.
>> To post to this group, send email to sector67@googlegroups.com.
>> To unsubscribe from this group, send email to
>> sector67+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/sector67?hl=en.
> --
> You received this message because you are subscribed to the Google Groups "Sector67 Public" group.
> To post to this group, send email to sector67@googlegroups.com.
> To unsubscribe from this group, send email to sector67+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/sector67?hl=en.
On Thu, Oct 4, 2012 at 1:08 PM, Nick Daly <nick.m.d...@gmail.com> wrote:
> Brian, it would be great if you included a working example in the
> default tab. The following example has amused me for nearly 15
> minutes now:
> : function main() {
> : var demo = 3;
> :
> : var resolution = 24; // increase to get smoother corners (will get slow!)
> : var data;
> :
> : if (demo == 1) {
> : data = CSG.cube({center: [0,0,0], radius: [10,10,10]});
> : } else if (demo == 2) {
> : data = CSG.sphere({center: [0,0,0], radius: 10});
> : } else {
> : var a = CSG.cube({radius: [10, 10, 10]});
> : var b = CSG.sphere({ radius: 13.5, stacks: 12 });
> : var c = CSG.cylinder({ radius: 7, start: [-10, 0, 0], end:
> [10, 0, 0] });
> : var d = CSG.cylinder({ radius: 7, start: [0, -10, 0], end:
> [0, 10, 0] });
> : var e = CSG.cylinder({ radius: 7, start: [0, 0, -10], end:
> [0, 0, 10] });
> : data = a.intersect(b).subtract(c.union(d).union(e));
> : }
> : return data;
> : }
> On Thu, Oct 4, 2012 at 11:56 AM, Joe Kerman <jker...@gmail.com> wrote:
>> This is awesome! Ill play around and have some feedback for you. Im a
>> huge SCAD junkie, and this would be crazy convenient!
>> On Wed, Oct 3, 2012 at 11:56 PM, Brian Baker <m000z...@gmail.com> wrote:
>>> Thanks Isaac and Chris!. Just pushed a fix for that and the issue with not
>>> opening a default tab, so it should be easier to get up and running.
>>> On Wed, Oct 3, 2012 at 10:59 PM, Issac Gerges <ger...@gmail.com> wrote:
>>>> I think you might want to check if(selectedTab.file) instead. Looks like
>>>> when the file is unsaved, selectedTab isn't undefined, but the file prop is.
>>>> It's blowing up on filename = file.name with "cannot read property of
>>>> undefined".
>>>> Chris,
>>>> If you link with dropbox and save a file it should work. Does for me at
>>>> least.
>>>> --
>>>> Issac Gerges
>>>> On Wednesday, October 3, 2012 at 10:46 PM, Issac Gerges wrote:
>>>> Chris, looks like your code isn't working in the OpenJSCAD site because of
>>>> the incorrect casing of the method. It's "cube" not "Cube". With that fixed,
>>>> I also wasn't able to get it to work on your dev site Brian (with syntax
>>>> highlighting working correctly).
>>>> --
>>>> Issac Gerges
>>>> On Wednesday, October 3, 2012 at 10:12 PM, Brian Baker wrote:
>>>> Was there no syntax highlighting? You may not actually have a tab open.
>>>> I've been having issues with it not opening an actual tab when it starts.
>>>> Hit the plus button above the code editor, select the new tab, and try
>>>> pasting in again...
>>>> On Wed, Oct 3, 2012 at 10:30 AM, Chris Meyer <water...@gmail.com> wrote:
>>>> I put in:
>>>> function main()
>>>> {
>>>> var resolution = 24; // increase to get smoother corners (will get
>>>> slow!)
>>>> var result = cube1;
>>>> return result;
>>>> }
>>>> Coming from the OpenJSCAD site (http://joostn.github.com/OpenJsCad/) and
>>>> it just says "Error: Must have function main() which returns a CSG solid"
>>>> Any ideas what I'm doing incorrectly?
>>>> Chris
>>>> On Wed, Oct 3, 2012 at 12:01 AM, Brian Baker <m000z...@gmail.com> wrote:
>>>> Here's the development URL for Cool End, the web-based OpenSCAD / JSCAD
>>>> editor I talked about tonight:
>>>> It's pretty buggy right now, and hasn't been tested to work in anything
>>>> the but the latest version of Chrome. But if you'd like to give it a shot,
>>>> go for it, and let me know what issues you run into and what features you'd
>>>> like!
>>>> Thanks,
>>>> -Brian
>>>> --
>>>> You received this message because you are subscribed to the Google Groups
>>>> "Sector67 Public" group.
>>>> To post to this group, send email to sector67@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> sector67+unsubscribe@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/sector67?hl=en.
>>>> --
>>>> You received this message because you are subscribed to the Google Groups
>>>> "Sector67 Public" group.
>>>> To post to this group, send email to sector67@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> sector67+unsubscribe@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/sector67?hl=en.
>>>> --
>>>> You received this message because you are subscribed to the Google Groups
>>>> "Sector67 Public" group.
>>>> To post to this group, send email to sector67@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> sector67+unsubscribe@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/sector67?hl=en.
>>>> --
>>>> You received this message because you are subscribed to the Google Groups
>>>> "Sector67 Public" group.
>>>> To post to this group, send email to sector67@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> sector67+unsubscribe@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/sector67?hl=en.
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Sector67 Public" group.
>>> To post to this group, send email to sector67@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> sector67+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/sector67?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups "Sector67 Public" group.
>> To post to this group, send email to sector67@googlegroups.com.
>> To unsubscribe from this group, send email to sector67+unsubscribe@googlegroups.com.
>> For more options, visit this group at http://groups.google.com/group/sector67?hl=en.
> --
> You received this message because you are subscribed to the Google Groups "Sector67 Public" group.
> To post to this group, send email to sector67@googlegroups.com.
> To unsubscribe from this group, send email to sector67+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/sector67?hl=en.
Thanks everyone! I just made a quick google group
(cool-...@googlegroups.comI think? I'm new to this) for Cool End stuff
for those who are interested;
I invited everyone's who's responded to this thread so far, and anyone else
should be able to sign up if interested. There isn't going to be a lot of
movement on it this weekend, but I'm going to try and get some feedback
built into things soon. The current roadmap is probably something like this:
-Get feedback into the site
-Get folders working in filesystem so include & use can work in OpenSCAD
-Refactor the crap out of things and get it on github with proper
attribution for all the libraries I'm using
Nick, thanks for the awesome demo code! I'm pushing that now as the
default. Also, is the stack parameter supposed to do anything? I don't
recall seeing that in CSG.js.
Also, one thing I added that's NOT in JSCAD: you can do .debug() on any
solid to see a pulsating semitransparent version of whatever you call it
on. Useful for quickly viewing intermediate objects. .debug(false) will
disable it but make it easy to reenable. And, one of the buttons above the
viewer shows/hides solids marked for debug in thsi way.
Tim, glad you're liking the dropbox integration - that's been one of the
handiest parts during development :) Any feedback you have on that is
definitely appreciated, as right now it's only the dev version of dropbox
API, and I need some testing I think before applying for production status
(with dev, only 5 users can use the application)
On Thu, Oct 4, 2012 at 2:25 PM, Tim Bertram <bertr...@gmail.com> wrote:
> I have to say that this is awesome!
> The dropbox integration is very handy too.
> On Thu, Oct 4, 2012 at 1:08 PM, Nick Daly <nick.m.d...@gmail.com> wrote:
> > Brian, it would be great if you included a working example in the
> > default tab. The following example has amused me for nearly 15
> > minutes now:
> > : function main() {
> > : var demo = 3;
> > :
> > : var resolution = 24; // increase to get smoother corners (will get
> slow!)
> > : var data;
> > :
> > : if (demo == 1) {
> > : data = CSG.cube({center: [0,0,0], radius: [10,10,10]});
> > : } else if (demo == 2) {
> > : data = CSG.sphere({center: [0,0,0], radius: 10});
> > : } else {
> > : var a = CSG.cube({radius: [10, 10, 10]});
> > : var b = CSG.sphere({ radius: 13.5, stacks: 12 });
> > : var c = CSG.cylinder({ radius: 7, start: [-10, 0, 0], end:
> > [10, 0, 0] });
> > : var d = CSG.cylinder({ radius: 7, start: [0, -10, 0], end:
> > [0, 10, 0] });
> > : var e = CSG.cylinder({ radius: 7, start: [0, 0, -10], end:
> > [0, 0, 10] });
> > : data = a.intersect(b).subtract(c.union(d).union(e));
> > : }
> > : return data;
> > : }
> > On Thu, Oct 4, 2012 at 11:56 AM, Joe Kerman <jker...@gmail.com> wrote:
> >> This is awesome! Ill play around and have some feedback for you. Im a
> >> huge SCAD junkie, and this would be crazy convenient!
> >> On Wed, Oct 3, 2012 at 11:56 PM, Brian Baker <m000z...@gmail.com>
> wrote:
> >>> Thanks Isaac and Chris!. Just pushed a fix for that and the issue with
> not
> >>> opening a default tab, so it should be easier to get up and running.
> >>> On Wed, Oct 3, 2012 at 10:59 PM, Issac Gerges <ger...@gmail.com>
> wrote:
> >>>> I think you might want to check if(selectedTab.file) instead. Looks
> like
> >>>> when the file is unsaved, selectedTab isn't undefined, but the file
> prop is.
> >>>> It's blowing up on filename = file.name with "cannot read property of
> >>>> undefined".
> >>>> Chris,
> >>>> If you link with dropbox and save a file it should work. Does for
> me at
> >>>> least.
> >>>> --
> >>>> Issac Gerges
> >>>> On Wednesday, October 3, 2012 at 10:46 PM, Issac Gerges wrote:
> >>>> Chris, looks like your code isn't working in the OpenJSCAD site
> because of
> >>>> the incorrect casing of the method. It's "cube" not "Cube". With that
> fixed,
> >>>> I also wasn't able to get it to work on your dev site Brian (with
> syntax
> >>>> highlighting working correctly).
> >>>> --
> >>>> Issac Gerges
> >>>> On Wednesday, October 3, 2012 at 10:12 PM, Brian Baker wrote:
> >>>> Was there no syntax highlighting? You may not actually have a tab
> open.
> >>>> I've been having issues with it not opening an actual tab when it
> starts.
> >>>> Hit the plus button above the code editor, select the new tab, and try
> >>>> pasting in again...
> >>>> On Wed, Oct 3, 2012 at 10:30 AM, Chris Meyer <water...@gmail.com>
> wrote:
> >>>> I put in:
> >>>> function main()
> >>>> {
> >>>> var resolution = 24; // increase to get smoother corners (will get
> >>>> slow!)
> >>>> var result = cube1;
> >>>> return result;
> >>>> }
> >>>> Coming from the OpenJSCAD site (http://joostn.github.com/OpenJsCad/)
> and
> >>>> it just says "Error: Must have function main() which returns a CSG
> solid"
> >>>> Any ideas what I'm doing incorrectly?
> >>>> Chris
> >>>> On Wed, Oct 3, 2012 at 12:01 AM, Brian Baker <m000z...@gmail.com>
> wrote:
> >>>> Here's the development URL for Cool End, the web-based OpenSCAD /
> JSCAD
> >>>> editor I talked about tonight:
> >>>> It's pretty buggy right now, and hasn't been tested to work in
> anything
> >>>> the but the latest version of Chrome. But if you'd like to give it a
> shot,
> >>>> go for it, and let me know what issues you run into and what features
> you'd
> >>>> like!
> >>>> Thanks,
> >>>> -Brian
> >>>> --
> >>>> You received this message because you are subscribed to the Google
> Groups
> >>>> "Sector67 Public" group.
> >>>> To post to this group, send email to sector67@googlegroups.com.
> >>>> To unsubscribe from this group, send email to
> >>>> sector67+unsubscribe@googlegroups.com.
> >>>> For more options, visit this group at
> >>>> http://groups.google.com/group/sector67?hl=en.
> >>>> --
> >>>> You received this message because you are subscribed to the Google
> Groups
> >>>> "Sector67 Public" group.
> >>>> To post to this group, send email to sector67@googlegroups.com.
> >>>> To unsubscribe from this group, send email to
> >>>> sector67+unsubscribe@googlegroups.com.
> >>>> For more options, visit this group at
> >>>> http://groups.google.com/group/sector67?hl=en.
> >>>> --
> >>>> You received this message because you are subscribed to the Google
> Groups
> >>>> "Sector67 Public" group.
> >>>> To post to this group, send email to sector67@googlegroups.com.
> >>>> To unsubscribe from this group, send email to
> >>>> sector67+unsubscribe@googlegroups.com.
> >>>> For more options, visit this group at
> >>>> http://groups.google.com/group/sector67?hl=en.
> >>>> --
> >>>> You received this message because you are subscribed to the Google
> Groups
> >>>> "Sector67 Public" group.
> >>>> To post to this group, send email to sector67@googlegroups.com.
> >>>> To unsubscribe from this group, send email to
> >>>> sector67+unsubscribe@googlegroups.com.
> >>>> For more options, visit this group at
> >>>> http://groups.google.com/group/sector67?hl=en.
> >>> --
> >>> You received this message because you are subscribed to the Google
> Groups
> >>> "Sector67 Public" group.
> >>> To post to this group, send email to sector67@googlegroups.com.
> >>> To unsubscribe from this group, send email to
> >>> sector67+unsubscribe@googlegroups.com.
> >>> For more options, visit this group at
> >>> http://groups.google.com/group/sector67?hl=en.
> >> --
> >> You received this message because you are subscribed to the Google
> Groups "Sector67 Public" group.
> >> To post to this group, send email to sector67@googlegroups.com.
> >> To unsubscribe from this group, send email to
> sector67+unsubscribe@googlegroups.com.
> >> For more options, visit this group at
> http://groups.google.com/group/sector67?hl=en.
> > --
> > You received this message because you are subscribed to the Google
> Groups "Sector67 Public" group.
> > To post to this group, send email to sector67@googlegroups.com.
> > To unsubscribe from this group, send email to
> sector67+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> http://groups.google.com/group/sector67?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "Sector67 Public" group.
> To post to this group, send email to sector67@googlegroups.com.
> To unsubscribe from this group, send email to
> sector67+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sector67?hl=en.