CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started

Posted by Danny Miller
on 2011-10-10 01:02:15 UTC
High-performance microcontroller code must often be written in ASM.
C is not very tight code, and can yield different results under
different compile conditions when it tries to compile into assembly (no
microcontroller runs C directly). And this looks like VERY demanding
execution.

So, it would not be too surprising to me that it would be provided in
ASM, and I don't see it as indicative of secrecy.

Danny

On 10/10/2011 1:10 AM, Phil@Yahoo wrote:
> Thank you. I'm not sure whether you refuted or proved my point. To be fair,
> after my last message I found an 84MB file and downloaded it, which seems to
> contain everything including the kitchen sink. Lots of stuff written in
> Java, some in C, and some in probably Arduino lingo. There was one file
> named thermoplast-direct-drive.asm that does not appear to be human-readable
> source. Maybe .asm means something else to some folks. I may or may not be
> able to find what I am looking for in this pile, to wit:
>
> 1. How tempreature and feed rate is regulated in RepRap.
> 2. What sort of protocol is used to control temperature& feed (simple
> on/off?)
> 3. Minimum requirements for a 3-axis machine to be used for 3D printing with
> available CAM software& Mach3 or EMC2.
> 4. How to minimize the odds of being bitten on the butt if I start building
> support hardware.
>
> I suspect this is sort of a snap-shot dump of available files on some given
> day, dependent more on who happened to be available to contribute to the
> pile than on any sort of usability plan. But maybe that has always been the
> way of all flesh in the open source world.
>
> --Phil M.
>
> ----- Original Message -----
> From: "Mike Payson"<mike@...>
> To:<CAD_CAM_EDM_DRO@yahoogroups.com>
> Sent: Sunday, October 09, 2011 9:56 PM
> Subject: Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started
>
>
> On Sun, Oct 9, 2011 at 9:41 PM, Phil@Yahoo<yahoo@...> wrote:
>> Thanks, but those URLs serve only to illustrate my point. For example, the
>> "schematic" on the extruder page is actually a picture of a schematic (a
>> .png file) which shows only the pinouts of the major components of the
>> board. It does not show how they are interconnected, nor is it complete.
>> In
>> short it is useless, a pretense. Same thing for "source code." You can
>> find
>> things like test programs to drive the extruder at a constant rate or to
>> read the thermocouple, but nothing non-trivial. By far the most space is
>> devoted to instructions on assembling the PCB. This "open source" project
>> is
>> nothing more than a thinly disguised marketing program. Nothing wrong with
>> selling, but to do so under false premises is, in my opinion, despicable.
>> Technical aptitude or not, a liar is still a liar. (NOTE: I'm not calling
>> YOU a liar. I don't know who is behind the false claims. It's a matter of
>> principle. It's unethical.) These web pages look at first glance like a
>> trove of valuable information, but they are really little more than a
>> sales
>> pitch. I'll withdraw my assertion when somebody shows me something
>> substantial that is useful without first buying something from the
>> promoters.
> Umm... did you see the section "The Ever-Controversial File Section
> (These are our sources folks!)". They do provide sources, though as
> they note they are for a proprietary ECAM program that only works with
> a single PCB house. While it is not ideal, it is open source. That
> board design is different, but it is based on the satndard Gen3 (hence
> "Gen3 remix") so you can also look at the sources for the standard
> Gen3 boards from Makerbot, which have Eagle files available.
>
> That said, virtually everyone in the community will tell you to avoid
> Techzone, and by all means avoid Gen3 (whether Techzone or Makerbot)
> at this point because it is horribly obsolete.
>
> The two sets of electronics that I recommend are RAMPS and
> Sanguinololu, both of which provide Eagle files for the board sources.
>
> http://reprap.org/wiki/Ramps
> http://reprap.org/wiki/Sanguinololu
>
>
>> --Phil M.
>>
>> ----- Original Message -----
>> From: "Kevin Martin"<kpmartin@...>
>> To:<CAD_CAM_EDM_DRO@yahoogroups.com>
>> Sent: Saturday, October 08, 2011 6:42 AM
>> Subject: RE: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started
>>
>>
>>> Our extruder is described at
>>> http://reprap.org/wiki/Wade%27s_Geared_Extruder which is actually one of
>>> the better-documented parts of the printer.
>>> The electronics are described at
>>> http://reprap.org/wiki/Generation_3_Electronics/Tech_Zone_Remix
>>> The individual boards are described in pages linked to from
>>> http://reprap.org/wiki/Generation_3_Electronics, for instance our
>>> extruder
>>> controller 2.2 is described at
>>> http://reprap.org/wiki/Extruder_Controller_2.2
>>> The firmware is described at http://reprap.org/wiki/Generation3Firmware.
>>>
>>> That being said, all the stuff we have is at least a year old, and
>>> verifying that the above documents (which may refer to more up-to-date
>>> stuff) are still relevant to us is difficult. For example I thought we
>>> has
>>> the )optional) Thermocouple Sensor 1.0
>>> (http://reprap.org/wiki/Thermocouple_Sensor_1.0) but it turns out that
>>> our
>>> thermocouple sensor uses a different chip, one designed for monitoring
>>> NiMH battery charging. The board circuit is different but the board
>>> interconnect is the same. A firmware change accounts for the difference
>>> in
>>> the data generated by the two thermocouple controllers.
>>>
>>> Calibration (or lack thereof) is one of my major complaints about the
>>> whole field. There are calibration/tuning parameters wired into the
>>> source
>>> code, so to adjust them you have to load new firmware. Which requires
>>> building new firmware. Which requires being absolutely sure you start
>>> with
>>> the correct source code for the firmware you already have.
>>>
>>> Has anyone make up some tables for ...? Probably yes. Can you find their
>>> results? Maybe. Can you be sure their results are applicable to your own
>>> setup? Thanks to the versioning mess, probably not.
>>>
>>> -Kevin Martin
>>> the Papertrail Handmade Paper& Book Arts
>>> New Dundee, Ontario
>>> 518-884-7123
>>> www.papertrail.ca
>>>
>>> -----Original Message-----
>>> From: CAD_CAM_EDM_DRO@yahoogroups.com
>>> [mailto:CAD_CAM_EDM_DRO@yahoogroups.com] On Behalf Of Phil@Yahoo
>>>
>>> Glad to hear that. So can you share some URLs? I'm not talking about
>>> drawings for bits of plastic, but about PCB schematics and microprocessor
>>> source code for things like temperature controllers. Also I'm wondering
>>> how
>>> to calibrate the extrusion speed to the head motion speed. Has anyone
>>> made
>>> up some tables correlating filament size with temperature and extrusion
>>> speed and nozzle size and head travel speed? That's where the important
>>> knowledge is if you don't want to re-invent the wheel. Moving things in
>>> X-Y-Z is the easy part.
>>>
>>>
>>
>> ------------------------------------
>>
>> Addresses:
>> FAQ: http://www.ktmarketing.com/faq.html
>> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
>> Post Messages: CAD_CAM_EDM_DRO@yahoogroups.com
>>
>> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
>> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
>> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...,
>> timg@...
>> Moderator: pentam@... indigo_red@... davemucha@...
>> [Moderators]
>> URL to this group: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
>>
>> OFF Topic POSTS: General Machining
>> If you wish to post on unlimited OT subjects goto:
>> aol://5863:126/rec.crafts.metalworking or go thru Google.com to reach it
>> if you have trouble.
>> http://www.metalworking.com/news_servers.html
>>
>> http://groups.yahoo.com/group/jobshophomeshop I consider this to be a
>> sister site to the CCED group, as many of the same members are there, for
>> OT subjects, that are not allowed on the CCED list.
>>
>> NOTICE: ALL POSTINGS TO THIS GROUP BECOME PUBLIC DOMAIN BY POSTING THEM.
>> DON'T POST IF YOU CAN NOT ACCEPT THIS.....NO EXCEPTIONS........
>> bill
>> List Mom
>> List Owner
>>
>> Yahoo! Groups Links
>>
>>
>>
>>
>
> ------------------------------------
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
> Post Messages: CAD_CAM_EDM_DRO@yahoogroups.com
>
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...,
> timg@...
> Moderator: pentam@... indigo_red@... davemucha@...
> [Moderators]
> URL to this group: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
>
> OFF Topic POSTS: General Machining
> If you wish to post on unlimited OT subjects goto:
> aol://5863:126/rec.crafts.metalworking or go thru Google.com to reach it if
> you have trouble.
> http://www.metalworking.com/news_servers.html
>
> http://groups.yahoo.com/group/jobshophomeshop I consider this to be a
> sister site to the CCED group, as many of the same members are there, for OT
> subjects, that are not allowed on the CCED list.
>
> NOTICE: ALL POSTINGS TO THIS GROUP BECOME PUBLIC DOMAIN BY POSTING THEM.
> DON'T POST IF YOU CAN NOT ACCEPT THIS.....NO EXCEPTIONS........
> bill
> List Mom
> List Owner
>
> Yahoo! Groups Links
>
>
>
>
>
> ------------------------------------
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
> Post Messages: CAD_CAM_EDM_DRO@yahoogroups.com
>
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@..., timg@...
> Moderator: pentam@... indigo_red@... davemucha@... [Moderators]
> URL to this group: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
>
> OFF Topic POSTS: General Machining
> If you wish to post on unlimited OT subjects goto: aol://5863:126/rec.crafts.metalworking or go thru Google.com to reach it if you have trouble.
> http://www.metalworking.com/news_servers.html
>
> http://groups.yahoo.com/group/jobshophomeshop I consider this to be a sister site to the CCED group, as many of the same members are there, for OT subjects, that are not allowed on the CCED list.
>
> NOTICE: ALL POSTINGS TO THIS GROUP BECOME PUBLIC DOMAIN BY POSTING THEM. DON'T POST IF YOU CAN NOT ACCEPT THIS.....NO EXCEPTIONS........
> bill
> List Mom
> List Owner
>
> Yahoo! Groups Links
>
>
>
>

Discussion Thread

Ron Thompson 2011-10-06 16:51:50 UTC Maybe OT, reprap build started Phil@Y... 2011-10-07 09:31:15 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Ron Thompson 2011-10-07 09:45:33 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Dan Mauch 2011-10-07 10:23:33 UTC RE: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Ron Thompson 2011-10-07 11:04:27 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Danny Miller 2011-10-07 12:31:25 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Kevin Martin 2011-10-07 12:39:20 UTC RE: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Phil@Y... 2011-10-07 17:07:18 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started wolfgang 2011-10-07 17:55:31 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Mike Payson 2011-10-07 18:09:48 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Johnny 2011-10-08 03:49:29 UTC Re: Maybe OT, reprap build started Ron Thompson 2011-10-08 08:53:55 UTC Re: [CAD_CAM_EDM_DRO] Re: Maybe OT, reprap build started Ron Thompson 2011-10-08 08:58:26 UTC OT New Hackerspace announcement Mike Payson 2011-10-08 16:37:44 UTC Re: [CAD_CAM_EDM_DRO] Re: Maybe OT, reprap build started 556RECON 2011-10-09 05:42:10 UTC REPRAP COST EFFECTIVE? turbulatordude 2011-10-09 08:15:29 UTC Re: REPRAP COST EFFECTIVE? Michael Fagan 2011-10-09 08:18:25 UTC Re: [CAD_CAM_EDM_DRO] REPRAP COST EFFECTIVE? Ron Thompson 2011-10-09 08:22:19 UTC Re: [CAD_CAM_EDM_DRO] REPRAP COST EFFECTIVE? Kevin Martin 2011-10-09 08:24:50 UTC RE: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Jon Elson 2011-10-09 10:16:38 UTC Re: [CAD_CAM_EDM_DRO] REPRAP COST EFFECTIVE? Danny Miller 2011-10-09 10:49:07 UTC Re: [CAD_CAM_EDM_DRO] REPRAP COST EFFECTIVE? Mike Payson 2011-10-09 12:40:25 UTC Re: [CAD_CAM_EDM_DRO] REPRAP COST EFFECTIVE? Ron Thompson 2011-10-09 13:08:49 UTC Re: [CAD_CAM_EDM_DRO] REPRAP COST EFFECTIVE? Mike Payson 2011-10-09 13:09:43 UTC Re: [CAD_CAM_EDM_DRO] REPRAP COST EFFECTIVE? Mike Payson 2011-10-09 13:13:43 UTC Re: [CAD_CAM_EDM_DRO] REPRAP COST EFFECTIVE? Mike Payson 2011-10-09 13:55:15 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started 556RECON 2011-10-09 14:17:13 UTC Re: [CAD_CAM_EDM_DRO] REPRAP COST EFFECTIVE? Mike Rehmus 2011-10-09 14:55:34 UTC Re: Maybe OT, reprap build started Kevin Martin 2011-10-09 15:46:14 UTC RE: [CAD_CAM_EDM_DRO] Re: Maybe OT, reprap build started Jon Elson 2011-10-09 17:26:27 UTC Re: [CAD_CAM_EDM_DRO] REPRAP COST EFFECTIVE? Jon Elson 2011-10-09 17:43:06 UTC Re: [CAD_CAM_EDM_DRO] REPRAP COST EFFECTIVE? Mike Payson 2011-10-09 18:38:32 UTC Re: [CAD_CAM_EDM_DRO] REPRAP COST EFFECTIVE? Low Compression 2011-10-09 19:50:13 UTC Re: Maybe OT, reprap build started Danny Miller 2011-10-09 20:55:06 UTC Re: [CAD_CAM_EDM_DRO] Re: Maybe OT, reprap build started Mike Payson 2011-10-09 20:59:46 UTC Re: [CAD_CAM_EDM_DRO] Re: Maybe OT, reprap build started Phil@Y... 2011-10-09 21:42:02 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Mike Payson 2011-10-09 21:56:31 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Phil@Y... 2011-10-09 22:13:10 UTC Re: Maybe OT, reprap build started Danny Miller 2011-10-09 22:34:44 UTC Re: [CAD_CAM_EDM_DRO] Re: Maybe OT, reprap build started Phil@Y... 2011-10-09 23:11:03 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Mike Payson 2011-10-09 23:16:34 UTC Re: [CAD_CAM_EDM_DRO] Re: Maybe OT, reprap build started Mike Payson 2011-10-09 23:46:08 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Danny Miller 2011-10-10 01:02:15 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Kevin Martin 2011-10-10 07:23:47 UTC RE: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Kevin Martin 2011-10-10 07:24:21 UTC RE: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Kevin Martin 2011-10-10 07:31:56 UTC RE: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Phil@Y... 2011-10-10 10:28:24 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Phil@Y... 2011-10-10 10:31:17 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Alan 2011-10-10 10:35:37 UTC RE: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Mike Payson 2011-10-10 11:21:40 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Mike Payson 2011-10-10 11:34:26 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Alan 2011-10-10 12:08:57 UTC RE: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Phil@Y... 2011-10-10 12:09:30 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Danny Miller 2011-10-10 12:52:22 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Phil@Y... 2011-10-10 15:03:37 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Mike Payson 2011-10-10 17:47:21 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Jon Elson 2011-10-10 19:28:41 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Phil@Y... 2011-10-10 22:01:42 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Mike Payson 2011-10-10 22:19:49 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started David G. LeVine 2011-10-11 10:32:41 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Danny Miller 2011-10-11 10:37:18 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started xoethosox 2011-10-11 14:39:15 UTC Re: Maybe OT, reprap build started Tom 2011-10-11 15:17:40 UTC Re: Maybe OT, reprap build started [moderator is not asleep} Mike Payson 2011-10-11 19:07:48 UTC Re: [CAD_CAM_EDM_DRO] Re: Maybe OT, reprap build started Danny Miller 2011-10-12 00:20:20 UTC Re: [CAD_CAM_EDM_DRO] Re: Maybe OT, reprap build started Phil@Y... 2011-10-12 16:25:06 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Phil@Y... 2011-10-13 08:18:35 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Les Newell 2011-10-13 08:47:41 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Lester Caine 2011-10-13 09:03:59 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Jon Elson 2011-10-13 09:52:36 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Dave Halliday 2011-10-13 16:06:11 UTC OT - open source licencing imserv1 2011-10-14 06:47:32 UTC Re: OT - open source licencing "hanermo" - CNC 6-axis Designs 2011-10-14 07:02:59 UTC Re: [CAD_CAM_EDM_DRO] Re: OT - open source licencing David G. LeVine 2011-10-16 12:10:05 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started Danny Miller 2011-10-16 12:30:31 UTC Re: [CAD_CAM_EDM_DRO] Maybe OT, reprap build started robin 2011-10-16 17:17:41 UTC Re: [CAD_CAM_EDM_DRO] Re: OT - open source licencing