cswiger2

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: TinyG Success #7254
    cswiger2
    Member

    Here’s a video created earlier when I was having issues with tgFX getting swamped and the cnc laser stopping. Shows the nice big heat sink for the laser which is way too big and does not even begin to get warm.

    in reply to: TinyG Success #7250
    cswiger2
    Member

    Ok, the material was white finished particle board removed from an Ikea bed 😉
    The laser is this: http://www.amazon.com/gp/product/B00HFHJBDI/ref=oh_aui_detailpage_o09_s00?ie=UTF8&psc=1 with a homemade lm317 current regulator running a conservative maybe 1.3 amps.

    CAM process (will post over there in a bit) was ‘Ready’ reaction diffusion playground created a screenshot of some math, bitmap traced in Inkscape and simplified once, then gcode created from a ‘laserengraver’ plugin for Inkscape.

    in reply to: tinyg flys off #7148
    cswiger2
    Member

    Ah – still learning – this gcode was created from a ‘laserengraver’ plugin for Inkscape – deleting the line with the outsized I/J values:

    G02 X82.0769 Y29.6052 I21644.8026 J-86331.8286 <– unusually large I/J

    which barely draw anything in simulator – and it works fine. Tuned my setup with running the json serial port server on an old box in the garage and sending from Chilipepper on a more powerful notebook and worked perfectly several times (testing feed rates on different types of wood)

    Problem solved, happy lasing.

    Also, drawing tiny letters at 300mm / minute really makes the motors sing 😉 I’m impressed with this controller.

    in reply to: tinyg flys off #7145
    cswiger2
    Member

    I’m no gcode expert but could it be these lines around the breaking point?

    G02 X81.9302 Y29.5684 I2.6065 J-4.7206
    G02 X82.0769 Y29.6052 I21644.8026 J-86331.8286 <– unusually large I/J
    G02 X82.2235 Y29.6415 I6.7647 J-26.9813

    Guess the way to find out is delete it, does not do much in nc-corrector.

    in reply to: ChiliPeppr users – Look here for help #7134
    cswiger2
    Member

    Turned out to be my ad blocking hosts file – a big long list in \windows\system32\drivers\etc\hosts that redirect unwanted stuff to localhost.

    Huh, wonder what in there stops chilipeppr.com. Curious… It came from http://winhelp2002.mvps.org/hosts.htm long time ago.

    in reply to: ChiliPeppr users – Look here for help #7126
    cswiger2
    Member

    Um, if I load it in a vmware fedora instance it comes up ok –

    in reply to: ChiliPeppr users – Look here for help #7125
    cswiger2
    Member
    in reply to: ChiliPeppr users – Look here for help #7124
    cswiger2
    Member

    Ok – I see a log of activity about Chilipeppr but whenever I use chrome and load http://chilipeppr.com/ – I just get a blank screen?? Is there something that needs to be installed for it to work? Just blank, nothing but a white page in chrome or firefox?? I have ‘allow all sites to run javascript’ checked OK.

    The page source is:

    <!DOCTYPE html>
    <html lang=”en”>
    <head>
    <title>ChiliPeppr – Hardware Fiddle</title>
    <link rel=”stylesheet” href=”//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css”>
    <script src=”js/require.js”></script>

    <script type=”text/javascript”>

    cprequire([“chilipeppr_ready”], function() {
    console.log(“seeing if chilipeppr is globally defined…”);
    console.log(chilipeppr);
    chilipeppr.load(“root”, “http://fiddle.jshell.net/chilipeppr/2H9us/show/light/&#8221;);
    });

    </script>
    </head>
    <body>

    <div id=”root”></div>

    </body>
    </html>

    in reply to: tinyg / tgfx hangs #7122
    cswiger2
    Member

    Sure – Indeed after the hour long laser cut I noticed the piece finished and tgFX was still drawing and reporting movement for another, maybe 30 seconds.

    Well, I downloaded this: http://synthetos.github.io/binaries/tinyg-edge-438.02.hex

    Just now loaded 438.02.hex but had to use avrdude – could not load from tgfx (below), maybe it does not know where avrdude is.

    C:\Users\chuck\Downloads\arduino-1.0-windows\arduino-1.0\hardware\tools\avr\bin>avrdude -p x192a3 -c
    avr109 -b 115200 -P COM29 -U flash:w:tinyg-edge-438.02.hex

    Connecting to programmer: .
    Found programmer: Id = “XBoot++”; type = S
    Software Version = 1.7; No Hardware Version given.
    Programmer supports auto addr increment.
    Programmer supports buffered memory access with buffersize=512 bytes.

    Programmer supports the following devices:
    Device code: 0x7b

    avrdude: AVR device initialized and ready to accept instructions

    Reading | ################################################## | 100% 0.03s

    avrdude: Device signature = 0x1e9744
    avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
    To disable this feature, specify the -D option.
    avrdude: erasing chip
    avrdude: reading input file “tinyg-edge-438.02.hex”
    avrdude: input file tinyg-edge-438.02.hex auto detected as Intel Hex
    avrdude: writing flash (117552 bytes):

    Writing | ################################################## | 100% 16.25s

    avrdude: 117552 bytes of flash written
    avrdude: verifying flash memory against tinyg-edge-438.02.hex:
    avrdude: load data flash data from input file tinyg-edge-438.02.hex:
    avrdude: input file tinyg-edge-438.02.hex auto detected as Intel Hex
    avrdude: input file tinyg-edge-438.02.hex contains 117552 bytes
    avrdude: reading on-chip flash data:

    Reading | ################################################## | 100% 15.43s

    avrdude: verifying …
    avrdude: 117552 bytes of flash verified

    avrdude done. Thank you.

    Prevously tred to upgrade from tgFX, machine settings, update firmware from file, the console reports:

    Your TinyG will start blinking rapidly while being programmed
    avrdude.exe: invalid file format ‘\Users\chuck\Downloads\tinyg-edge-438.02.hex’ in update specifier
    avrdude.exe: error parsing update operation ‘flash:w:C:\Users\chuck\Downloads\tinyg-edge-438.02.hex’
    Updating TinyG Now… Please Wait
    Attempting to update TinyG’s firmware.
    Attempting to reconnecto to TinyG…
    Firmware update complete.
    [*]Opened Port: COM29 Attempting to get TinyG Build Version Now…

    in reply to: tinyg / tgfx hangs #7114
    cswiger2
    Member

    Yes – problem solved, was running out of resources on the notebook runnng tgFX – gotta remember this *is* java 😉 – it’ll use up 50% cpu on an Intel Core2 Duo T6500 @2.10GHz. As long as I shut enough down everything is workng fine on an ultra-long (52 minutes so far at 75mm / sec) laser cut.

    🙂

    in reply to: tinyg / tgfx hangs #7078
    cswiger2
    Member

    Actually it’s starting to look like the issue s with tgFX – just found a long job going into LOONG pauses, and when I hit ‘pause’ on the gcode program panel the motors stopped mmediately, but the display and position indcators continued to update – like they were catching up – for some time, then when I hit ‘resume’ it continued w/o problem, until of course they get out of sync again. My notebook cpu is near maxed out so ‘ll try closing some things.

    in reply to: tinyg / tgfx hangs #7018
    cswiger2
    Member

    Sure – thanks for reply. Have a fairly recent fw upgrade and windows app.
    From the $$:

    [fb] firmware build 435.10
    [fv] firmware version 0.97
    [hp] hardware platform 1.00
    [hv] hardware version 8.00

    and using tgFX_windows – rc1- x86 x64 build 3625 – v0.97

    Here’s the dropbox link:

    https://www.dropbox.com/sh/ohe91wwmlsfvm1t/AAA3hIEx7t45igZrb4D8edSia?dl=0

    and in there’s the recently troublesome nc file and the full $$ dump.

Viewing 12 posts - 1 through 12 (of 12 total)