discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Access violation on starting OpenSCAD (Win8)

M
MichaelAtOz
Sun, Oct 25, 2015 12:47 AM

Hi, welcome to the forum.

You need to complete the mailing list registration too,  here.
http://forum.openscad.org/mailing_list/MailingListOptions.jtp?forum=1

Re your issue, have you tried the  Dev snapshot binaries
http://www.openscad.org/downloads.html#snapshots  ?


Newly minted Admin - PM me if you need anything, or if I've done something stupid...

Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/  time is running out!

View this message in context: http://forum.openscad.org/Access-violation-on-starting-OpenSCAD-Win8-tp14201p14204.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Hi, welcome to the forum. You need to complete the mailing list registration too, here. <http://forum.openscad.org/mailing_list/MailingListOptions.jtp?forum=1> Re your issue, have you tried the Dev snapshot binaries <http://www.openscad.org/downloads.html#snapshots> ? ----- Newly minted Admin - PM me if you need anything, or if I've done something stupid... Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out! -- View this message in context: http://forum.openscad.org/Access-violation-on-starting-OpenSCAD-Win8-tp14201p14204.html Sent from the OpenSCAD mailing list archive at Nabble.com.
GW
Glenn West
Sun, Nov 1, 2015 10:38 AM

px to inch.

I just created my first part for CNC, using openscad, been using it for 3d
printing for a long time.
To get accurage parts using a openscad->svg->jscut->chillipeppr I found I
needed to set a px to inch in
jscut to a magic number of 26.74 which is a very different value.

Is this settable somewhere in openscad?

https://github.com/glennswest/metalcar.git

CNC Workflow:
Create part in openscad - Finish with a projection, and export to svg
open JScut in your web browser (http://jscut.org)
Setup your tool sizes (I use a 1mm bit)
Setup your PX to Inch to 26.74
Setup how thick you want to cut (6mm for dibond for me)
Select the object
Generate a outside cut
Save to ChilliPeppr via gdrive
Switch to http://chilipeppr.com/tinyg
Load the gcode using the jscut via gdrive
Preview to make sure it looks right
Start Cutting

On Sun, Oct 25, 2015 at 8:47 AM, MichaelAtOz oz.at.michael@gmail.com
wrote:

Hi, welcome to the forum.

You need to complete the mailing list registration too,  here.
http://forum.openscad.org/mailing_list/MailingListOptions.jtp?forum=1

Re your issue, have you tried the  Dev snapshot binaries
http://www.openscad.org/downloads.html#snapshots  ?


Newly minted Admin - PM me if you need anything, or if I've done something
stupid...

Unless specifically shown otherwise above, my contribution is in the
Public Domain; to the extent possible under law, I have waived all
copyright and related or neighbouring rights to this work. Obviously
inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it!
http://www.ourfairdeal.org/  time is running out!

View this message in context:
http://forum.openscad.org/Access-violation-on-starting-OpenSCAD-Win8-tp14201p14204.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

px to inch. I just created my first part for CNC, using openscad, been using it for 3d printing for a long time. To get accurage parts using a openscad->svg->jscut->chillipeppr I found I needed to set a px to inch in jscut to a magic number of 26.74 which is a very different value. Is this settable somewhere in openscad? https://github.com/glennswest/metalcar.git CNC Workflow: Create part in openscad - Finish with a projection, and export to svg open JScut in your web browser (http://jscut.org) Setup your tool sizes (I use a 1mm bit) Setup your PX to Inch to 26.74 Setup how thick you want to cut (6mm for dibond for me) Select the object Generate a outside cut Save to ChilliPeppr via gdrive Switch to http://chilipeppr.com/tinyg Load the gcode using the jscut via gdrive Preview to make sure it looks right Start Cutting On Sun, Oct 25, 2015 at 8:47 AM, MichaelAtOz <oz.at.michael@gmail.com> wrote: > Hi, welcome to the forum. > > You need to complete the mailing list registration too, here. > <http://forum.openscad.org/mailing_list/MailingListOptions.jtp?forum=1> > > Re your issue, have you tried the Dev snapshot binaries > <http://www.openscad.org/downloads.html#snapshots> ? > > > > > > ----- > Newly minted Admin - PM me if you need anything, or if I've done something > stupid... > > Unless specifically shown otherwise above, my contribution is in the > Public Domain; to the extent possible under law, I have waived all > copyright and related or neighbouring rights to this work. Obviously > inclusion of works of previous authors is not included in the above. > > The TPP is no simple “trade agreement.” Fight it! > http://www.ourfairdeal.org/ time is running out! > -- > View this message in context: > http://forum.openscad.org/Access-violation-on-starting-OpenSCAD-Win8-tp14201p14204.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
NH
nop head
Mon, Nov 2, 2015 11:41 AM

I export DXF from OpenScad and use PyCam to make gcode tool paths. It all
works in mm, so no conversion factors needed.

On 1 November 2015 at 10:38, Glenn West <glennswest@neuralcloudcomputing.com

wrote:

px to inch.

I just created my first part for CNC, using openscad, been using it for 3d
printing for a long time.
To get accurage parts using a openscad->svg->jscut->chillipeppr I found I
needed to set a px to inch in
jscut to a magic number of 26.74 which is a very different value.

Is this settable somewhere in openscad?

https://github.com/glennswest/metalcar.git

CNC Workflow:
Create part in openscad - Finish with a projection, and export to svg
open JScut in your web browser (http://jscut.org)
Setup your tool sizes (I use a 1mm bit)
Setup your PX to Inch to 26.74
Setup how thick you want to cut (6mm for dibond for me)
Select the object
Generate a outside cut
Save to ChilliPeppr via gdrive
Switch to http://chilipeppr.com/tinyg
Load the gcode using the jscut via gdrive
Preview to make sure it looks right
Start Cutting

On Sun, Oct 25, 2015 at 8:47 AM, MichaelAtOz oz.at.michael@gmail.com
wrote:

Hi, welcome to the forum.

You need to complete the mailing list registration too,  here.
http://forum.openscad.org/mailing_list/MailingListOptions.jtp?forum=1

Re your issue, have you tried the  Dev snapshot binaries
http://www.openscad.org/downloads.html#snapshots  ?


Newly minted Admin - PM me if you need anything, or if I've done
something stupid...

Unless specifically shown otherwise above, my contribution is in the
Public Domain; to the extent possible under law, I have waived all
copyright and related or neighbouring rights to this work. Obviously
inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it!
http://www.ourfairdeal.org/  time is running out!

View this message in context:
http://forum.openscad.org/Access-violation-on-starting-OpenSCAD-Win8-tp14201p14204.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

I export DXF from OpenScad and use PyCam to make gcode tool paths. It all works in mm, so no conversion factors needed. On 1 November 2015 at 10:38, Glenn West <glennswest@neuralcloudcomputing.com > wrote: > px to inch. > > I just created my first part for CNC, using openscad, been using it for 3d > printing for a long time. > To get accurage parts using a openscad->svg->jscut->chillipeppr I found I > needed to set a px to inch in > jscut to a magic number of 26.74 which is a very different value. > > Is this settable somewhere in openscad? > > https://github.com/glennswest/metalcar.git > > > > CNC Workflow: > Create part in openscad - Finish with a projection, and export to svg > open JScut in your web browser (http://jscut.org) > Setup your tool sizes (I use a 1mm bit) > Setup your PX to Inch to 26.74 > Setup how thick you want to cut (6mm for dibond for me) > Select the object > Generate a outside cut > Save to ChilliPeppr via gdrive > Switch to http://chilipeppr.com/tinyg > Load the gcode using the jscut via gdrive > Preview to make sure it looks right > Start Cutting > > On Sun, Oct 25, 2015 at 8:47 AM, MichaelAtOz <oz.at.michael@gmail.com> > wrote: > >> Hi, welcome to the forum. >> >> You need to complete the mailing list registration too, here. >> <http://forum.openscad.org/mailing_list/MailingListOptions.jtp?forum=1> >> >> Re your issue, have you tried the Dev snapshot binaries >> <http://www.openscad.org/downloads.html#snapshots> ? >> >> >> >> >> >> ----- >> Newly minted Admin - PM me if you need anything, or if I've done >> something stupid... >> >> Unless specifically shown otherwise above, my contribution is in the >> Public Domain; to the extent possible under law, I have waived all >> copyright and related or neighbouring rights to this work. Obviously >> inclusion of works of previous authors is not included in the above. >> >> The TPP is no simple “trade agreement.” Fight it! >> http://www.ourfairdeal.org/ time is running out! >> -- >> View this message in context: >> http://forum.openscad.org/Access-violation-on-starting-OpenSCAD-Win8-tp14201p14204.html >> Sent from the OpenSCAD mailing list archive at Nabble.com. >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >