1. The big one is you can now open an unpublished script in customizer. So
you can safely test things before making it public.
2. Added a Browse tab at the top to page through all scripts tagged
"customizer"
3. Added a Share link to the bottom of the customize screen so you can copy
paste that to share a link that goes right to the script you're currently
viewing.
4. Misc code parsing bug fixes. ;)
-- NOTICE: This email may contain information that is confidential or attorney-client privileged and may constitute inside information or trade secrets. The contents of this email are intended only for the recipient(s) listed above. If you are not the intended recipient, you are directed not to read, disclose, distribute or otherwise use this transmission. If you have received this email in error, please notify the sender immediately and delete the transmission. Delivery of this message is not intended to waive any applicable privileges.
On Wed, Feb 6, 2013 at 1:19 PM, Synchron <synchronisa...@gmx.de> wrote:
> Hi, is it possible to create a working share link for unpublished things
> so a friend can “beta-test“ the design?
> You received this message because you are subscribed to the Google
> Groups "thingiverse" group.
> To post to this group, send email to thingiverse@googlegroups.com
> To unsubscribe from this group, send email to
> thingiverse+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/thingiverse?hl=en > ---
> You received this message because you are subscribed to the Google Groups
> "thingiverse" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to thingiverse+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
-- NOTICE: This email may contain information that is confidential or attorney-client privileged and may constitute inside information or trade secrets. The contents of this email are intended only for the recipient(s) listed above. If you are not the intended recipient, you are directed not to read, disclose, distribute or otherwise use this transmission. If you have received this email in error, please notify the sender immediately and delete the transmission. Delivery of this message is not intended to waive any applicable privileges.
i would like to see a variable way to insert more items.
i think of something like this:
param_1 = 1;//[1:100]
param_2 = 1;//[1:100]
things = [[1,5],[3,1],[1,2],[1,5],[1,8]];//[[param_1,param_2]]
test(things);
module test(t){
for(i=[0:len(t)-1]){
translate([i*4,i*4,0])
square([t[i][0],t[i][1]]);
}
}
The things-array is filled with arrays of the two parameters. In customizer the UserInterface must get a "add one more"-button, which will double all Parameters that are included...
My english is not the best, but i hope you could understand what i mean...
>> You received this message because you are subscribed to the Google
>> Groups "thingiverse" group.
>> To post to this group, send email to thing...@googlegroups.com<javascript:>
>> To unsubscribe from this group, send email to
>> thingiverse...@googlegroups.com <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/thingiverse?hl=en >> ---
>> You received this message because you are subscribed to the Google Groups >> "thingiverse" group.
>> To unsubscribe from this group and stop receiving emails from it, send an >> email to thingiverse...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
> NOTICE: This email may contain information that is confidential or > attorney-client privileged and may constitute inside information or trade > secrets. The contents of this email are intended only for the recipient(s) > listed above. If you are not the intended recipient, you are directed not > to read, disclose, distribute or otherwise use this transmission. If you > have received this email in error, please notify the sender immediately and > delete the transmission. Delivery of this message is not intended to waive > any applicable privileges.
Hm, do you mean similar to how the customizable paper clip
http://www.thingiverse.com/thing:46605 allows you to specify a number for
the over and down parameters that creates multiple paper clips for a build
plate?
On Thu, Feb 7, 2013 at 3:25 AM, Synchron <synchronisa...@gmx.de> wrote:
> Hi,
> i would like to see a variable way to insert more items.
> i think of something like this:
> param_1 = 1;//[1:100]
> param_2 = 1;//[1:100]
> things = [[1,5],[3,1],[1,2],[1,5],[1,8]];//[[param_1,param_2]]
> test(things);
> module test(t){
> for(i=[0:len(t)-1]){
> translate([i*4,i*4,0])
> square([t[i][0],t[i][1]]);
> }
> }
> The things-array is filled with arrays of the two parameters. In
> customizer the UserInterface must get a "add one more"-button, which will
> double all Parameters that are included...
> My english is not the best, but i hope you could understand what i mean...
> Thanks
> Synchron
> On Wednesday, February 6, 2013 8:11:38 PM UTC+1, Tony Buser wrote:
>> Unfortunately, that is not possible due to the way files on an
>> unpublished thing are only accessible by the creator.
>> On Wed, Feb 6, 2013 at 1:19 PM, Synchron <synchro...@gmx.de> wrote:
>>> Hi, is it possible to create a working share link for unpublished things
>>> so a friend can “beta-test“ the design?
>>> You received this message because you are subscribed to the Google
>>> Groups "thingiverse" group.
>>> To post to this group, send email to thing...@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> thingiverse...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/thingiverse?hl=en >>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "thingiverse" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to thingiverse...@googlegroups.com.
>> NOTICE: This email may contain information that is confidential or
>> attorney-client privileged and may constitute inside information or trade
>> secrets. The contents of this email are intended only for the recipient(s)
>> listed above. If you are not the intended recipient, you are directed not
>> to read, disclose, distribute or otherwise use this transmission. If you
>> have received this email in error, please notify the sender immediately and
>> delete the transmission. Delivery of this message is not intended to waive
>> any applicable privileges.
> You received this message because you are subscribed to the Google
> Groups "thingiverse" group.
> To post to this group, send email to thingiverse@googlegroups.com
> To unsubscribe from this group, send email to
> thingiverse+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/thingiverse?hl=en > ---
> You received this message because you are subscribed to the Google Groups
> "thingiverse" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to thingiverse+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
-- NOTICE: This email may contain information that is confidential or attorney-client privileged and may constitute inside information or trade secrets. The contents of this email are intended only for the recipient(s) listed above. If you are not the intended recipient, you are directed not to read, disclose, distribute or otherwise use this transmission. If you have received this email in error, please notify the sender immediately and delete the transmission. Delivery of this message is not intended to waive any applicable privileges.
yes. but with the twist to change parameters for each object.
In this case there are only multiple objects of the same object. I want to have an unspecific number of object with changing parameters.
can you see unpublished things? then look at 47677 to know what i mean.
i want more than one note at a time... (it's unpublished because i want to add some features)
On Thursday, February 7, 2013 3:22:56 PM UTC+1, Tony Buser wrote:
> Hm, do you mean similar to how the customizable paper clip > http://www.thingiverse.com/thing:46605 allows you to specify a number for > the over and down parameters that creates multiple paper clips for a build > plate?
> On Thu, Feb 7, 2013 at 3:25 AM, Synchron <synchro...@gmx.de <javascript:>>wrote:
>> Hi,
>> i would like to see a variable way to insert more items.
>> i think of something like this:
>> param_1 = 1;//[1:100]
>> param_2 = 1;//[1:100]
>> things = [[1,5],[3,1],[1,2],[1,5],[1,8]];//[[param_1,param_2]]
>> test(things);
>> module test(t){
>> for(i=[0:len(t)-1]){
>> translate([i*4,i*4,0])
>> square([t[i][0],t[i][1]]);
>> }
>> }
>> The things-array is filled with arrays of the two parameters. In >> customizer the UserInterface must get a "add one more"-button, which will >> double all Parameters that are included...
>> My english is not the best, but i hope you could understand what i mean...
>> Thanks >> Synchron
>> On Wednesday, February 6, 2013 8:11:38 PM UTC+1, Tony Buser wrote:
>>> Unfortunately, that is not possible due to the way files on an >>> unpublished thing are only accessible by the creator.
>>> On Wed, Feb 6, 2013 at 1:19 PM, Synchron <synchro...@gmx.de> wrote:
>>>> Hi, is it possible to create a working share link for unpublished >>>> things so a friend can “beta-test“ the design?
>>>> You received this message because you are subscribed to the Google
>>>> Groups "thingiverse" group.
>>>> To post to this group, send email to thing...@googlegroups.com
>>>> To unsubscribe from this group, send email to
>>>> thingiverse...@googlegroups.com
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/thingiverse?hl=en >>>> ---
>>>> You received this message because you are subscribed to the Google >>>> Groups "thingiverse" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to thingiverse...@googlegroups.com.
>>> NOTICE: This email may contain information that is confidential or >>> attorney-client privileged and may constitute inside information or trade >>> secrets. The contents of this email are intended only for the recipient(s) >>> listed above. If you are not the intended recipient, you are directed not >>> to read, disclose, distribute or otherwise use this transmission. If you >>> have received this email in error, please notify the sender immediately and >>> delete the transmission. Delivery of this message is not intended to waive >>> any applicable privileges.
>> You received this message because you are subscribed to the Google
>> Groups "thingiverse" group.
>> To post to this group, send email to thing...@googlegroups.com<javascript:>
>> To unsubscribe from this group, send email to
>> thingiverse...@googlegroups.com <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/thingiverse?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "thingiverse" group.
>> To unsubscribe from this group and stop receiving emails from it, send an >> email to thingiverse...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
> NOTICE: This email may contain information that is confidential or > attorney-client privileged and may constitute inside information or trade > secrets. The contents of this email are intended only for the recipient(s) > listed above. If you are not the intended recipient, you are directed not > to read, disclose, distribute or otherwise use this transmission. If you > have received this email in error, please notify the sender immediately and > delete the transmission. Delivery of this message is not intended to waive > any applicable privileges.
Either way, you might need to just limit your script to have a limited
number of objects and an input to select how many to use out of that list
and multiple inputs for each object.
There has been some discussions requesting that you could have a set of
parameters only show based on the value of another parameter, which might
be useful in your case. However, I don't know when/if we'll support that.
On Thu, Feb 7, 2013 at 9:31 AM, Synchron <synchronisa...@gmx.de> wrote:
> yes. but with the twist to change parameters for each object.
> In this case there are only multiple objects of the same object.
> I want to have an unspecific number of object with changing parameters.
> can you see unpublished things? then look at 47677 to know what i mean.
> i want more than one note at a time... (it's unpublished because i want to
> add some features)
> On Thursday, February 7, 2013 3:22:56 PM UTC+1, Tony Buser wrote:
>> Hm, do you mean similar to how the customizable paper clip
>> http://www.thingiverse.com/thing:46605 allows you to specify a number
>> for the over and down parameters that creates multiple paper clips for a
>> build plate?
>> On Thu, Feb 7, 2013 at 3:25 AM, Synchron <synchro...@gmx.de> wrote:
>>> Hi,
>>> i would like to see a variable way to insert more items.
>>> i think of something like this:
>>> things = [[1,5],[3,1],[1,2],[1,5],[1,8]];//[[param_1,param_2]]
>>> test(things);
>>> module test(t){
>>> for(i=[0:len(t)-1]){
>>> translate([i*4,i*4,0])
>>> square([t[i][0],t[i][1]]);
>>> }
>>> }
>>> The things-array is filled with arrays of the two parameters. In
>>> customizer the UserInterface must get a "add one more"-button, which will
>>> double all Parameters that are included...
>>> My english is not the best, but i hope you could understand what i
>>> mean...
>>> Thanks
>>> Synchron
>>> On Wednesday, February 6, 2013 8:11:38 PM UTC+1, Tony Buser wrote:
>>>> Unfortunately, that is not possible due to the way files on an
>>>> unpublished thing are only accessible by the creator.
>>>> On Wed, Feb 6, 2013 at 1:19 PM, Synchron <synchro...@gmx.de> wrote:
>>>>> Hi, is it possible to create a working share link for unpublished
>>>>> things so a friend can “beta-test“ the design?
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "thingiverse" group.
>>>>> To post to this group, send email to thing...@googlegroups.com
>>>>> To unsubscribe from this group, send email to
>>>>> thingiverse...@googlegroups.com
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/thingiverse?hl=en >>>>> ---
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "thingiverse" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to thingiverse...@googlegroups.com.
>>>> NOTICE: This email may contain information that is confidential or
>>>> attorney-client privileged and may constitute inside information or trade
>>>> secrets. The contents of this email are intended only for the recipient(s)
>>>> listed above. If you are not the intended recipient, you are directed not
>>>> to read, disclose, distribute or otherwise use this transmission. If you
>>>> have received this email in error, please notify the sender immediately and
>>>> delete the transmission. Delivery of this message is not intended to waive
>>>> any applicable privileges.
>>> You received this message because you are subscribed to the Google
>>> Groups "thingiverse" group.
>>> To post to this group, send email to thing...@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> thingiverse...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/thingiverse?hl=en >>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "thingiverse" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to thingiverse...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>> NOTICE: This email may contain information that is confidential or
>> attorney-client privileged and may constitute inside information or trade
>> secrets. The contents of this email are intended only for the recipient(s)
>> listed above. If you are not the intended recipient, you are directed not
>> to read, disclose, distribute or otherwise use this transmission. If you
>> have received this email in error, please notify the sender immediately and
>> delete the transmission. Delivery of this message is not intended to waive
>> any applicable privileges.
> You received this message because you are subscribed to the Google
> Groups "thingiverse" group.
> To post to this group, send email to thingiverse@googlegroups.com
> To unsubscribe from this group, send email to
> thingiverse+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/thingiverse?hl=en > ---
> You received this message because you are subscribed to the Google Groups
> "thingiverse" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to thingiverse+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
-- NOTICE: This email may contain information that is confidential or attorney-client privileged and may constitute inside information or trade secrets. The contents of this email are intended only for the recipient(s) listed above. If you are not the intended recipient, you are directed not to read, disclose, distribute or otherwise use this transmission. If you have received this email in error, please notify the sender immediately and delete the transmission. Delivery of this message is not intended to waive any applicable privileges.
> Either way, you might need to just limit your script to have a limited > number of objects and an input to select how many to use out of that list > and multiple inputs for each object.
> There has been some discussions requesting that you could have a set of > parameters only show based on the value of another parameter, which might > be useful in your case. However, I don't know when/if we'll support that.
> On Thu, Feb 7, 2013 at 9:31 AM, Synchron <synchro...@gmx.de <javascript:>>wrote:
>> yes. but with the twist to change parameters for each object.
>> In this case there are only multiple objects of the same object. >> I want to have an unspecific number of object with changing parameters.
>> can you see unpublished things? then look at 47677 to know what i mean.
>> i want more than one note at a time... (it's unpublished because i want >> to add some features)
>> On Thursday, February 7, 2013 3:22:56 PM UTC+1, Tony Buser wrote:
>>> Hm, do you mean similar to how the customizable paper clip >>> http://www.thingiverse.com/thing:46605 allows you to specify a number >>> for the over and down parameters that creates multiple paper clips for a >>> build plate?
>>> On Thu, Feb 7, 2013 at 3:25 AM, Synchron <synchro...@gmx.de> wrote:
>>>> Hi,
>>>> i would like to see a variable way to insert more items.
>>>> i think of something like this:
>>>> things = [[1,5],[3,1],[1,2],[1,5],[1,8]];//[[param_1,param_2]]
>>>> test(things);
>>>> module test(t){
>>>> for(i=[0:len(t)-1]){
>>>> translate([i*4,i*4,0])
>>>> square([t[i][0],t[i][1]]);
>>>> }
>>>> }
>>>> The things-array is filled with arrays of the two parameters. In >>>> customizer the UserInterface must get a "add one more"-button, which will >>>> double all Parameters that are included...
>>>> My english is not the best, but i hope you could understand what i >>>> mean...
>>>> Thanks >>>> Synchron
>>>> On Wednesday, February 6, 2013 8:11:38 PM UTC+1, Tony Buser wrote:
>>>>> Unfortunately, that is not possible due to the way files on an >>>>> unpublished thing are only accessible by the creator.
>>>>> On Wed, Feb 6, 2013 at 1:19 PM, Synchron <synchro...@gmx.de> wrote:
>>>>>> Hi, is it possible to create a working share link for unpublished >>>>>> things so a friend can “beta-test“ the design?
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "thingiverse" group.
>>>>>> To post to this group, send email to thing...@googlegroups.com
>>>>>> To unsubscribe from this group, send email to
>>>>>> thingiverse...@googlegroups.com
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/thingiverse?hl=en >>>>>> ---
>>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "thingiverse" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to thingiverse...@googlegroups.com.
>>>>> NOTICE: This email may contain information that is confidential or >>>>> attorney-client privileged and may constitute inside information or trade >>>>> secrets. The contents of this email are intended only for the recipient(s) >>>>> listed above. If you are not the intended recipient, you are directed not >>>>> to read, disclose, distribute or otherwise use this transmission. If you >>>>> have received this email in error, please notify the sender immediately and >>>>> delete the transmission. Delivery of this message is not intended to waive >>>>> any applicable privileges.
>>>> You received this message because you are subscribed to the Google
>>>> Groups "thingiverse" group.
>>>> To post to this group, send email to thing...@googlegroups.com
>>>> To unsubscribe from this group, send email to
>>>> thingiverse...@googlegroups.com
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/thingiverse?hl=en >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "thingiverse" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to thingiverse...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>> NOTICE: This email may contain information that is confidential or >>> attorney-client privileged and may constitute inside information or trade >>> secrets. The contents of this email are intended only for the recipient(s) >>> listed above. If you are not the intended recipient, you are directed not >>> to read, disclose, distribute or otherwise use this transmission. If you >>> have received this email in error, please notify the sender immediately and >>> delete the transmission. Delivery of this message is not intended to waive >>> any applicable privileges.
>> You received this message because you are subscribed to the Google
>> Groups "thingiverse" group.
>> To post to this group, send email to thing...@googlegroups.com<javascript:>
>> To unsubscribe from this group, send email to
>> thingiverse...@googlegroups.com <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/thingiverse?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "thingiverse" group.
>> To unsubscribe from this group and stop receiving emails from it, send an >> email to thingiverse...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
> NOTICE: This email may contain information that is confidential or > attorney-client privileged and may constitute inside information or trade > secrets. The contents of this email are intended only for the recipient(s) > listed above. If you are not the intended recipient, you are directed not > to read, disclose, distribute or otherwise use this transmission. If you > have received this email in error, please notify the sender immediately and > delete the transmission. Delivery of this message is not intended to waive > any applicable privileges.
>> Either way, you might need to just limit your script to have a limited
>> number of objects and an input to select how many to use out of that list
>> and multiple inputs for each object.
>> There has been some discussions requesting that you could have a set of
>> parameters only show based on the value of another parameter, which might
>> be useful in your case. However, I don't know when/if we'll support that.
>> On Thu, Feb 7, 2013 at 9:31 AM, Synchron <synchro...@gmx.de> wrote:
>>> yes. but with the twist to change parameters for each object.
>>> In this case there are only multiple objects of the same object.
>>> I want to have an unspecific number of object with changing parameters.
>>> can you see unpublished things? then look at 47677 to know what i mean.
>>> i want more than one note at a time... (it's unpublished because i want
>>> to add some features)
>>> On Thursday, February 7, 2013 3:22:56 PM UTC+1, Tony Buser wrote:
>>>> Hm, do you mean similar to how the customizable paper clip
>>>> http://www.thingiverse.com/thing:46605 allows you to specify a number
>>>> for the over and down parameters that creates multiple paper clips for a
>>>> build plate?
>>>> On Thu, Feb 7, 2013 at 3:25 AM, Synchron <synchro...@gmx.de> wrote:
>>>>> Hi,
>>>>> i would like to see a variable way to insert more items.
>>>>> i think of something like this:
>>>>> things = [[1,5],[3,1],[1,2],[1,5],[1,8]];//[[param_1,param_2]]
>>>>> test(things);
>>>>> module test(t){
>>>>> for(i=[0:len(t)-1]){
>>>>> translate([i*4,i*4,0])
>>>>> square([t[i][0],t[i][1]]);
>>>>> }
>>>>> }
>>>>> The things-array is filled with arrays of the two parameters. In
>>>>> customizer the UserInterface must get a "add one more"-button, which will
>>>>> double all Parameters that are included...
>>>>> My english is not the best, but i hope you could understand what i
>>>>> mean...
>>>>> Thanks
>>>>> Synchron
>>>>> On Wednesday, February 6, 2013 8:11:38 PM UTC+1, Tony Buser wrote:
>>>>>> Unfortunately, that is not possible due to the way files on an
>>>>>> unpublished thing are only accessible by the creator.
>>>>>> On Wed, Feb 6, 2013 at 1:19 PM, Synchron <synchro...@gmx.de> wrote:
>>>>>>> Hi, is it possible to create a working share link for unpublished
>>>>>>> things so a friend can “beta-test“ the design?
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "thingiverse" group.
>>>>>>> To post to this group, send email to thing...@googlegroups.com
>>>>>>> To unsubscribe from this group, send email to
>>>>>>> thingiverse...@googlegroups.com
>>>>>>> For more options, visit this group at
>>>>>>> http://groups.google.com/group/thingiverse?hl=en >>>>>>> ---
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "thingiverse" group.
>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>> send an email to thingiverse...@googlegroups.com.
>>>>>> NOTICE: This email may contain information that is confidential or
>>>>>> attorney-client privileged and may constitute inside information or trade
>>>>>> secrets. The contents of this email are intended only for the recipient(s)
>>>>>> listed above. If you are not the intended recipient, you are directed not
>>>>>> to read, disclose, distribute or otherwise use this transmission. If you
>>>>>> have received this email in error, please notify the sender immediately and
>>>>>> delete the transmission. Delivery of this message is not intended to waive
>>>>>> any applicable privileges.
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "thingiverse" group.
>>>>> To post to this group, send email to thing...@googlegroups.com
>>>>> To unsubscribe from this group, send email to
>>>>> thingiverse...@googlegroups.com
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/thingiverse?hl=en >>>>> ---
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "thingiverse" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to thingiverse...@googlegroups.com.
>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>> NOTICE: This email may contain information that is confidential or
>>>> attorney-client privileged and may constitute inside information or trade
>>>> secrets. The contents of this email are intended only for the recipient(s)
>>>> listed above. If you are not the intended recipient, you are directed not
>>>> to read, disclose, distribute or otherwise use this transmission. If you
>>>> have received this email in error, please notify the sender immediately and
>>>> delete the transmission. Delivery of this message is not intended to waive
>>>> any applicable privileges.
>>> You received this message because you are subscribed to the Google
>>> Groups "thingiverse" group.
>>> To post to this group, send email to thing...@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> thingiverse...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/thingiverse?hl=en >>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "thingiverse" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to thingiverse...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>> NOTICE: This email may contain information that is confidential or
>> attorney-client privileged and may constitute inside information or trade
>> secrets. The contents of this email are intended only for the recipient(s)
>> listed above. If you are not the intended recipient, you are directed not
>> to read, disclose, distribute or otherwise use this transmission. If you
>> have received this email in error, please notify the sender immediately and
>> delete the transmission. Delivery of this message is not intended to waive
>> any applicable privileges.
> You received this message because you are subscribed to the Google
> Groups "thingiverse" group.
> To post to this group, send email to thingiverse@googlegroups.com
> To unsubscribe from this group, send email to
> thingiverse+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/thingiverse?hl=en > ---
> You received this message because you are subscribed to the Google Groups
> "thingiverse" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to thingiverse+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
Thanks Tony! Good to see continued awesomeness coming :-)
Has there been any revisiting of rendering issues with certain scripts? (I'm assuming it's something in the difference() method with extruded 2D shapes?) My knob creator still has visual issues, but not STL issues, with the "curved" stem type. http://www.thingiverse.com/thing:42220 (select Stem Shape -> Curved).
On Tuesday, February 5, 2013 11:10:02 AM UTC-8, Tony Buser wrote:
> Some new Customizer stuff just launched:
> 1. The big one is you can now open an unpublished script in customizer. > So you can safely test things before making it public.
> 2. Added a Browse tab at the top to page through all scripts tagged > "customizer"
> 3. Added a Share link to the bottom of the customize screen so you can > copy paste that to share a link that goes right to the script you're > currently viewing.
> 4. Misc code parsing bug fixes. ;)
> NOTICE: This email may contain information that is confidential or > attorney-client privileged and may constitute inside information or trade > secrets. The contents of this email are intended only for the recipient(s) > listed above. If you are not the intended recipient, you are directed not > to read, disclose, distribute or otherwise use this transmission. If you > have received this email in error, please notify the sender immediately and > delete the transmission. Delivery of this message is not intended to waive > any applicable privileges.
How about you folks make it that publishing the results of Customizer is NOT the default. As far as I'm concerned, Customizer is pretty cool however the damage you folks did with your upgrade is still there. You tainted the pool of Things with Customizer generated crap that should have never been published... Instead of worrying how to prevent the crap coming from third party sites (i.e. Tinkercad) from watering down your repository of nifty Things, you chose instead to water down your own valuable resource with Customizer JUNK. Your band-aid filtering heuristics are exactly that, band-aids to a problem that you could simply fix... You folks ruined Thingiverse for CES....
On Tuesday, February 5, 2013 2:10:02 PM UTC-5, Tony Buser wrote:
> Some new Customizer stuff just launched:
> 1. The big one is you can now open an unpublished script in customizer. > So you can safely test things before making it public.
> 2. Added a Browse tab at the top to page through all scripts tagged > "customizer"
> 3. Added a Share link to the bottom of the customize screen so you can > copy paste that to share a link that goes right to the script you're > currently viewing.
> 4. Misc code parsing bug fixes. ;)
> NOTICE: This email may contain information that is confidential or > attorney-client privileged and may constitute inside information or trade > secrets. The contents of this email are intended only for the recipient(s) > listed above. If you are not the intended recipient, you are directed not > to read, disclose, distribute or otherwise use this transmission. If you > have received this email in error, please notify the sender immediately and > delete the transmission. Delivery of this message is not intended to waive > any applicable privileges.
On Wednesday, February 20, 2013 11:55:09 AM UTC-5, Steven Morlock wrote:
> How about you folks make it that publishing the results of Customizer is > NOT the default. As far as I'm concerned, Customizer is pretty cool > however the damage you folks did with your upgrade is still there. You > tainted the pool of Things with Customizer generated crap that should have > never been published... Instead of worrying how to prevent the crap coming > from third party sites (i.e. Tinkercad) from watering down your repository > of nifty Things, you chose instead to water down your own valuable resource > with Customizer JUNK. Your band-aid filtering heuristics are exactly that, > band-aids to a problem that you could simply fix... You folks ruined > Thingiverse for CES....
> On Tuesday, February 5, 2013 2:10:02 PM UTC-5, Tony Buser wrote:
>> Some new Customizer stuff just launched:
>> 1. The big one is you can now open an unpublished script in customizer. >> So you can safely test things before making it public.
>> 2. Added a Browse tab at the top to page through all scripts tagged >> "customizer"
>> 3. Added a Share link to the bottom of the customize screen so you can >> copy paste that to share a link that goes right to the script you're >> currently viewing.
>> 4. Misc code parsing bug fixes. ;)
>> NOTICE: This email may contain information that is confidential or >> attorney-client privileged and may constitute inside information or trade >> secrets. The contents of this email are intended only for the recipient(s) >> listed above. If you are not the intended recipient, you are directed not >> to read, disclose, distribute or otherwise use this transmission. If you >> have received this email in error, please notify the sender immediately and >> delete the transmission. Delivery of this message is not intended to waive >> any applicable privileges.