Pen Holder

Tagged: 

Viewing 25 posts - 26 through 50 (of 69 total)
  • Author
    Posts
  • #19520
    Anonymous
    Inactive

    >>The TMC2100 input is still full step, 1/2 step, 1/4 step or 1/16 micro stepping externally, but internally it uses Interpolation and generates 1/256 microstepping

    This is how is achieves its “quietest Pololu compatible stepper motor drivers” status <<
    http://forums.reprap.org/read.php?160,713187,713327#msg-713327

    #19529
    Dan
    Keymaster

    a 200 step-per-turn motor would be 360/200= 1.8 degrees per step. a 400 step motor (like we use) would be 0.9 degree per step.

    http://reprap.org/wiki/TMC2100 might also provide more information about how to set the hardware to 256 microstepping to match the software setting.

    #19530
    Anonymous
    Inactive

    My experiments have shown that 16 steps with 0.9 are right in my case…

    The machine is very quiet and does what it should do. ๐Ÿ™‚

    #19543
    Anonymous
    Inactive

    Problems with the software:

    #19547
    Dan
    Keymaster

    Hm. I was just about to release an update. I guess I’ll have to investigate. Is there any error in the log.html file?

    #19548
    Dan
    Keymaster

    Joram,

    – connect robot
    – open settings
    – change size
    – close settings
    – DO NOT DISCONNECT
    – open settings again

    are the numbers wrong?

    #19553
    Anonymous
    Inactive

    I’ll do it tomorrow. There is one more thing. I can not write any text, then the machine will pip and do not print.
    Tomorrow I will make a clip for you.

    #19554
    Dan
    Keymaster

    When the machine beeps, look at the LCD. it is probably telling you to change pens and click the button.

    #19555
    Anonymous
    Inactive

    Yes, it’s the way you say.

    #19556
    Anonymous
    Inactive

    1. I open the software.
    2. Setting ok, robot 3000/2400mm
    3. turn on the machine
    4. โ€žBorderโ€œ โ€“ not ok.
    5. Setting: robot: 650/1000 ๐Ÿ™
    6. Setting to 3000/2400
    7. โ€žBorderโ€œ โ€“ ok.
    8. โ€žStartโ€œ โ€“ โ€žPiiiipโ€œโ€ฆโ€ฆ. ๐Ÿ™
    9. Open File (.svg) โ€“ ok.

    i am uploading the clip.

    #19557
    Anonymous
    Inactive

    #19561
    Dan
    Keymaster

    โ€“ connect robot
    โ€“ open settings
    โ€“ change size
    โ€“ close settings
    โ€“ DO NOT DISCONNECT
    โ€“ open settings again

    Are the numbers still wrong? Your last two posts did not answer my question.

    #19568
    Anonymous
    Inactive

    >>โ€“ connect robot
    โ€“ open settings
    โ€“ change size
    โ€“ close settings
    โ€“ DO NOT DISCONNECT
    โ€“ open settings again<<

    setting/numbers okay.

    #19569
    Dan
    Keymaster

    Ok, this makes the search area for the bug much smaller. Thank you.

    #19599
    Anonymous
    Inactive

    If you found some bugs and fixed the program, I would like to check / have the new version. ๐Ÿ™‚

    #19617
    Anonymous
    Inactive

    Hi Dan, I do not know if that helps – when I start the software, the settings are as they should be.
    If I press “connect”, the presets are lost and the program does not know how big the Makelangelo 3.2 is and jumps to the settings Makelangelo 5.

    #19618
    Vladimir
    Participant


    Joram
    APRIL 5, 2018 AT 03:15 #19617
    Hi Dan, I do not know if that helps โ€“ when I start the software, the settings are as they should be.
    If I press โ€œconnectโ€, the presets are lost and the program does not know how big the Makelangelo 3.2 is and jumps to the settings Makelangelo 5.

    I have the same problems …

    #19634
    Dan
    Keymaster

    I have yet to find the cause of the bug. thank you for your updates!

    #20049
    Anonymous
    Inactive

    Hi Dan ๐Ÿ™‚
    I have not used the machine for a long time. โ€žstart at lineโ€œ does not work. ๐Ÿ™ ๐Ÿ™
    That’s a big problem for me.
    Do you have the intention to offer a new version?

    #20050
    Anonymous
    Inactive

    It is even worse. The program has 669,642 lines.
    If I want to start at line 200,000, it will not work.
    If I want to start at 300,000, it goes ๐Ÿ™

    #20051
    Anonymous
    Inactive

    If I want to start at line 200,000 or less, it will start at “0”

    #20052
    Dan
    Keymaster

    that’s…. very weird. i’m looking into it now.

    #20053
    Dan
    Keymaster
    #20054
    Dan
    Keymaster

    Um…. is your drawing a single line? The code looks for the last pen down command before the line number in question. so if you say “start at 200000” it looks in the file at 200k, then backs up until it finds a pen down command, then goes from there. What I can do is add an option to say “exactly from here” or “last pen down command before this”.

    #20055
    Dan
    Keymaster

    So here’s the challenge…

    If I say “start at exactly this line” AND there is no pen down command THEN the pen will go there and wave around in the air until a pen down command is found in the gcode.
    Which could create a gap in your picture (missing lines)

    If I say “start from the last pen down before this” AND your whole drawing has no pen down THEN it will start at the beginning of the drawing.

    If I say “add a pen down command here” it might not be what you want! Maybe the first line you asked for exactly is actually not a “draw line” command.

Viewing 25 posts - 26 through 50 (of 69 total)
  • You must be logged in to reply to this topic.