discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Using CNC Machine OUTPUTS (How ?)

M
MichaelAtOz
Thu, Jun 8, 2017 1:23 AM

Note your post is still flagged as "This post has NOT been accepted by the
mailing list yet", so nobody gets it unless they look.
You need to subscribe to the  mailing list
http://forum.openscad.org/mailing_list/MailingListOptions.jtp?forum=1  ,
and CLICK THE LINK in the registration email (check your spam folder).

ugwick wrote

Gentlemen :

OpenScad doe s the necessary stuff to convert STL files , and others ,
into the Gcode used by any CNC machine . If one examines the Gcode itself
, there are commands to turn ON and OFF things like pumps , spindle motors
and 16 other OUTPUTs . THe question : How does one deal with these from
within OpenScad ?

How does a guy get an actual loo0k at the CAD code to be able to modify .
IF this program is 'open sourced' this would not present any licensing
problems . Note that I am a 'hardware guy' looking for a software type to
help solve this problem . I would ultiamately like to be able to deal with
these built in outputs that are rarely used . THe Gcode commands for these
are M90 (turn ON) and M91 (turn OFF) Thanx for all of the help fellas .

Re your question, OpenSCAD does not deal with G-code, that is the job of
CAM software https://en.wikipedia.org/wiki/Computer-aided_manufacturing  ,
for 3D printers, that is a  Slicer
https://all3dp.com/1/best-3d-slicer-software-3d-printer/  , for Laser
cutting it is usually software shipped with the device, for CNC probably
likewise. So you'll need to get advice from whomever sells/operates the CNC
device you will be controlling. That piece of software is where you get to
look at the G-code.


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/Using-CNC-Machine-OUTPUTS-How-tp21653p21656.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Note your post is still flagged as "This post has NOT been accepted by the mailing list yet", so nobody gets it unless they look. You need to subscribe to the mailing list <http://forum.openscad.org/mailing_list/MailingListOptions.jtp?forum=1> , and CLICK THE LINK in the registration email (check your spam folder). ugwick wrote > Gentlemen : > > OpenScad doe s the necessary stuff to convert STL files , and others , > into the Gcode used by any CNC machine . If one examines the Gcode itself > , there are commands to turn ON and OFF things like pumps , spindle motors > and 16 other OUTPUTs . THe question : How does one deal with these from > within OpenScad ? > > How does a guy get an actual loo0k at the CAD code to be able to modify . > IF this program is 'open sourced' this would not present any licensing > problems . Note that I am a 'hardware guy' looking for a software type to > help solve this problem . I would ultiamately like to be able to deal with > these built in outputs that are rarely used . THe Gcode commands for these > are M90 (turn ON) and M91 (turn OFF) Thanx for all of the help fellas . Re your question, OpenSCAD does not deal with G-code, that is the job of CAM software <https://en.wikipedia.org/wiki/Computer-aided_manufacturing> , for 3D printers, that is a Slicer <https://all3dp.com/1/best-3d-slicer-software-3d-printer/> , for Laser cutting it is usually software shipped with the device, for CNC probably likewise. So you'll need to get advice from whomever sells/operates the CNC device you will be controlling. That piece of software is where you get to look at the G-code. ----- 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/Using-CNC-Machine-OUTPUTS-How-tp21653p21656.html Sent from the OpenSCAD mailing list archive at Nabble.com.
WA
William Adams
Thu, Jun 8, 2017 12:31 PM

For those who want G-code w/in OpenSCAD, be sure to look up ImplicitCAD:
http://www.implicitcad.org/

ISTR some other similar tools, maybe listed at:
https://www.shapeoko.com/wiki/index.php/Programmatic_G-Code_Generators and
if not there, check the CAD and CAM pages.

William

On Wed, Jun 7, 2017 at 9:23 PM, MichaelAtOz oz.at.michael@gmail.com wrote:

Note your post is still flagged as "This post has NOT been accepted by the
mailing list yet", so nobody gets it unless they look.
You need to subscribe to the  mailing list
http://forum.openscad.org/mailing_list/MailingListOptions.jtp?forum=1  ,
and CLICK THE LINK in the registration email (check your spam folder).

ugwick wrote

Gentlemen :

OpenScad doe s the necessary stuff to convert STL files , and others ,
into the Gcode used by any CNC machine . If one examines the Gcode itself
, there are commands to turn ON and OFF things like pumps , spindle

motors

and 16 other OUTPUTs . THe question : How does one deal with these from
within OpenScad ?

How does a guy get an actual loo0k at the CAD code to be able to modify .
IF this program is 'open sourced' this would not present any licensing
problems . Note that I am a 'hardware guy' looking for a software type to
help solve this problem . I would ultiamately like to be able to deal

with

these built in outputs that are rarely used . THe Gcode commands for

these

are M90 (turn ON) and M91 (turn OFF) Thanx for all of the help fellas .

Re your question, OpenSCAD does not deal with G-code, that is the job of
CAM software https://en.wikipedia.org/wiki/Computer-aided_manufacturing
,
for 3D printers, that is a  Slicer
https://all3dp.com/1/best-3d-slicer-software-3d-printer/  , for Laser
cutting it is usually software shipped with the device, for CNC probably
likewise. So you'll need to get advice from whomever sells/operates the CNC
device you will be controlling. That piece of software is where you get to
look at the G-code.


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/
Using-CNC-Machine-OUTPUTS-How-tp21653p21656.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

For those who want G-code w/in OpenSCAD, be sure to look up ImplicitCAD: http://www.implicitcad.org/ ISTR some other similar tools, maybe listed at: https://www.shapeoko.com/wiki/index.php/Programmatic_G-Code_Generators and if not there, check the CAD and CAM pages. William On Wed, Jun 7, 2017 at 9:23 PM, MichaelAtOz <oz.at.michael@gmail.com> wrote: > Note your post is still flagged as "This post has NOT been accepted by the > mailing list yet", so nobody gets it unless they look. > You need to subscribe to the mailing list > <http://forum.openscad.org/mailing_list/MailingListOptions.jtp?forum=1> , > and CLICK THE LINK in the registration email (check your spam folder). > > > ugwick wrote > > Gentlemen : > > > > OpenScad doe s the necessary stuff to convert STL files , and others , > > into the Gcode used by any CNC machine . If one examines the Gcode itself > > , there are commands to turn ON and OFF things like pumps , spindle > motors > > and 16 other OUTPUTs . THe question : How does one deal with these from > > within OpenScad ? > > > > How does a guy get an actual loo0k at the CAD code to be able to modify . > > IF this program is 'open sourced' this would not present any licensing > > problems . Note that I am a 'hardware guy' looking for a software type to > > help solve this problem . I would ultiamately like to be able to deal > with > > these built in outputs that are rarely used . THe Gcode commands for > these > > are M90 (turn ON) and M91 (turn OFF) Thanx for all of the help fellas . > > Re your question, OpenSCAD does not deal with G-code, that is the job of > CAM software <https://en.wikipedia.org/wiki/Computer-aided_manufacturing> > , > for 3D printers, that is a Slicer > <https://all3dp.com/1/best-3d-slicer-software-3d-printer/> , for Laser > cutting it is usually software shipped with the device, for CNC probably > likewise. So you'll need to get advice from whomever sells/operates the CNC > device you will be controlling. That piece of software is where you get to > look at the G-code. > > > > ----- > 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/ > Using-CNC-Machine-OUTPUTS-How-tp21653p21656.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 >