Jump to content

ajawamnet

Member
  • Posts

    17
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Other 3D printer

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ajawamnet's Achievements

0

Reputation

  1. It's no link spam - it's labeled Third Party and is valid as to an issue with Cura-related Third-Party plugins. As to Excel giving an Import Wizard for filtering formats is during a Copy Paste - see the following screenshots [gr5 - removed unrelated link]
  2. He's trying to tell me in a git Issue I filed: "That's normal . Csv should be export with semicolon as separate. Comma is used in some countries as decimal separator. So use it at parameter separator is not a good idea." Uh... here's what I wrote back: No, in a REAL CSV it is NOT NORMAL to use a semicolon as a separator I've been using CSV files for databases since 1988. You stating: "That's normal . Csv should be export with semicolon as separate. Comma is used in some countries as decimal separator. So use it at parameter separator is not a good idea." is NOT CORRECT. Wiki article on CSV: https://en.wikipedia.org/wiki/Comma-separated_values Where: "A comma-separated values (CSV) file is a delimited text file that uses a comma to separate values." An example of YOUR format: Section;Extruder;Key;Type;Value general;0;Date;str;09/04/2021 20:29:55 general;0;Os;str;Windows 10.0.18362 general;0;Cura_Version;str;4.8.0 general;0;Profile;str;P-I10-6N-1h-2w-F30-2HC-B-A-SG25 general;0;Quality;str;Normal IS INCORRECT - it is a "SEMICOLON SEPARATED FORMAT" NOW, see the wiki article on other delimiter separated formats: https://en.wikipedia.org/wiki/Delimiter-separated_values As to what a CSV SHOULD LOOK LIKE, here's an example of one of a FEW THOUSAND CSV FILES I have from ALTIUM that I've generated over the past 30 years: Part Type,Designator,Footprint ,, 10UF-1206,"C1, C2, C3, C4",1206 B550C-13-F,D1,SMC 1812L300/24SLER,F1,POLYMSMDC 1812L075/33DR,F2,POLYMSMDC FB-1206,"FB1, FB2, FB3, FB4",1206 PNX1715721,J1,PNXEMKDS2-508 Note the use of double quotes ( " ) used as a qualifier for fields that include a comma. Go ahead, bring THAT file into something like Excel, Access, MySQL, or any other database/spreadsheet program and you'll see it imports correctly. YOURS DOES NOT!! [gr5 - removed unrelated link]
  3. In the attached example G Code, note that Cura will not display it correctly. In the Repetier screenshot, it does process the G3 arcs correctly. In the video below you'll see the backplot of the attached G Code in Basic CNC Viewer. The white squares are end points. Note you'll have to watch it on youtube to get any kind of decent video resolution... lensecvr 3Dmake PETG PETG-P6noz-p3ht noz 0.6 lw 0.55mm lh 0.3mm if 10% ext1 240.0C bed 75.0C.gcode
  4. Why is it that a print goes great, then whenever you aren't observing it (whether via camera or standing at the printer) it can turn into a pile of stringy BS? Kinda like the 2-slit experiment :
  5. It should show up in the Special Modes section
  6. Greg - thanks for the update. Finding a Gcode backplot that handled Marlin was a real pain. I've designed parts and run CNC machines for over 20 years and none of the half dozen ones I use would play nice with Cura output. On a side note - I was doing 3D printing back in 1996 - for one of the first wireless IoT patents I got - see this http://www.ajawamnet.com/amnet/index.html This was done on SLA by Brookfield Rapid Prototyping (I think they were in New England) Note how smooth the one yellow enclosure is. As Doug ( the guy in the photo ) mentioned he still has those 3D prints and stated they are starting to melt around the innards/PC Boards. I had to use AutoCAD 11 for that design - which sucked - it was the first program they had that supported primitive solid modeling (you had to add, subtract, etc..) - Before that I was doing a lot of 3D surface stuff in ACAD 10. So I became one of Solidworks' first customers in 1995. Did over 3,000 product designs (mainly the electronics - http://www.ajawamnet.com/ ). I ended up getting my own small CNC back in the late 90's. So I'm a newcomer to 3D printing. One of the reasons for my backplotter request - with CNC you don't just load code on the controller without seeing if you'll crash the tool. I'm kinda amazed at how much further the 3D printer world needs to go as to supporting typical manufacturing methodologies. My one marketturd rant - http://www.ajawamnet.com/ajawamnet/marketturd.htm - Mama I wanna be a maker is a bit terse, but I'm sure seasoned machinists look at me in the same way. Actually I'm sure of it - I had one in my shop - http://www.ajawamnet.com/ajawam3/swarf/swarf.htm and he was drooling over my late father-in-law's Gerstner (he was a tool & diemaker) He gave me a lot of "young whippersnaper" kinda comments - even tho I'm 60 years old. Machinst's back then hated CNC - called people Stock Jockeys since all they did was to load billets into the machine and push a button or hand code some Gcode.
  7. So as I mentioned I got CAD KAS to backplot the two different G code outputs - with and without Arc Welder. Pretty cool as to how that works - see the youboob vid. Note that you need to set the I,J,K parameters to modal. But notice in the vid how much faster the Arc Welder plot simulates on the exact same STL sliced with Arc Welder enabled (I'm using the plugin in Cura 4.8) https://youtu.be/-4M262FHMYI
  8. I've tried a bunch of backplotters - the only one I could find that sort of acts like a Gcode backplot is the CAD-KAS one. I'll give yours a shot - thanks for the link....
  9. So I found a backplot program that doesn't cack on Marlin G code (typical CNC backplotters crash or hang) In the vid you'll see the difference that the Arc Welder plugin makes in the G code output. Note that the Arc welded code is I,J,K modal for arc centers. https://youtu.be/-4M262FHMYI
  10. Thank you!!! That works. I figured it out last night by going on to a machine with internet access and had File Locater Pro scan for changes. Found the curapackage in the \AppData\\Local\\cura\\4.8\\cache\\ directory after adding it to the install, but before restarting. I copied that to the off line machine and it worked. I noticed that the curapackage files are zip format. Now if I could only find a real backplot program to step thru lines of G Code like we have in the CNC world... no luck so far.
  11. Looking for a 3D printer backplot program, similar to the ones used in the CNC industry. These are NOT just simulators, but displays the actual G Code text and allows you to step through it line-by-line - displaying the simulation as you step through it. This way, you can see each line of gcode and what it is doing. See video example here: This is how NC Plot works - http://ncplot.com/ncplotv2/ncplotv2.htm another vid here - https://www.youtube.com/watch?v=SRZH4rLkmKg Note how as the user steps through the code in the left panel, the workspace on the right shows where the tool just moved to. I currently use NC Plot, Metacut View, Camotics, etc... for my CNC machines I know Camotics is saying that they'll support 3D printers, but not as of yet
  12. Is there a way to install the plugin manually? We have machines not connected to the internet. We've downloaded the plugin from github (https://github.com/fieldOfView/Cura-ArcWelderPlugin) and it fails to show up as installed or under Special Modes. All of our other plugins we manually installed work/show up. We are installing to C:\Program Files\Ultimaker Cura 4.8.0\plugins by copying the extracted zip file contents (like we have other plugins)
  13. I'm having the same issue... so glad I didn't blow out my previous installs. I got jobs to get out... See my topic "Why is Cura a Pain to Upgrade?"
  14. What's up with that? As soon as I hit submit it says it's solved....
  15. So is there a way to get a 4.5 profile to transfer materials, profiles, machine def's to 4.8?
×
×
  • Create New...