Pen Holder

Tagged: 

Viewing 19 posts - 51 through 69 (of 69 total)
  • Author
    Posts
  • #20057
    Dan
    Keymaster
    #20061
    Anonymous
    Inactive

    >>your drawing a single line?<<

    No. just a normal Pic.svg there is a “pen down command” ๐Ÿ™‚
    but I will check it againโ€ฆ

    It would be great if the machine Makelangelo 3.2 would Keep size
    and not jumps to the settings Makelangelo 5. *CRY* ๐Ÿ˜‰

    #20067
    Dan
    Keymaster

    When does it “jump”?

    #20071
    Anonymous
    Inactive

    >>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.

    Send a Message
    Post count: 25
    Vladimir
    April 5, 2018 at 08:19 #19618

    โ€
    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 โ€ฆ<<

    #20072
    Dan
    Keymaster

    please post your log file contents. it sounds like your firmware is set up for 5 and is announcing itself as such.

    #20073
    Anonymous
    Inactive

    HELLO WORLD! I AM POLARGRAPH #1
    Firmware v8
    D10
    == http://www.marginallyclever.com/ ==
    M100 – display this message
    M101 [Tx.xx] [Bx.xx] [Rx.xx] [Lx.xx]
    – display/update board dimensions.
    As well as the following G-codes (http://en.wikipedia.org/wiki/G-code):
    G00,G01,G02,G03,G04,G28,G90,G91,G92,M18,M114

    HELLO WORLD! I AM POLARGRAPH #1
    Firmware v8
    == http://www.marginallyclever.com/ ==
    M100 – display this message
    M101 [Tx.xx] [Bx.xx] [Rx.xx] [Lx.xx]
    – display/update board dimensions.
    As well as the following G-codes (http://en.wikipedia.org/wiki/G-code):
    G00,G01,G02,G03,G04,G28,G90,G91,G92,M18,M114

    > D10 V5
    M101 A0 T325 B-325
    M101 A1 T500 B-500
    M101 A2 T170 B10
    G92 X0.0 Y283.0
    D6 X0 Y283
    G0 F20000 A6500
    M17

    > Saving dimensions.
    (-325.00,0.00,10.00) – (325.00,1200.00,983.00)

    > Saving dimensions.
    (-325.00,-500.00,10.00) – (325.00,500.00,983.00)

    > Saving dimensions.
    (-325.00,-500.00,10.00) – (325.00,500.00,170.00)

    > Saving home.

    #20082
    Dan
    Keymaster

    > D10 V5

    Your robot thinks it is a Makelangelo 5.

    in makelangelo-firmware, polargraph.h the following should be:

    #define MACHINE_HARDWARE_VERSION 3
    //#define MACHINE_HARDWARE_VERSION 5

    and in configure.h,

    #define MACHINE_STYLE POLARGRAPH

    upload your firmware again. it should then report D10 V3, and all will be well.

    #20089
    Anonymous
    Inactive

    Oh, that’s nice ๐Ÿ™‚ it works ๐Ÿ™‚ thank you ๐Ÿ™‚

    #20097
    Anonymous
    Inactive

    to my great disappointment, all measurements are completely wrong. a 10×10 cm border exceed the size of the machine ๐Ÿ™

    #20098
    Anonymous
    Inactive

    HELLO WORLD! I AM POLARGRAPH #1
    Firmware v8
    D10
    == http://www.marginallyclever.com/ ==
    M100 – display this message
    M101 [Tx.xx] [Bx.xx] [Rx.xx] [Lx.xx]
    – display/update board dimensions.
    As well as the following G-codes (http://en.wikipedia.org/wiki/G-code):
    G00,G01,G02,G03,G04,G28,G90,G91,G92,M18,M114

    HELLO WORLD! I AM POLARGRAPH #1
    Firmware v8
    == http://www.marginallyclever.com/ ==
    M100 – display this message
    M101 [Tx.xx] [Bx.xx] [Rx.xx] [Lx.xx]
    – display/update board dimensions.
    As well as the following G-codes (http://en.wikipedia.org/wiki/G-code):
    G00,G01,G02,G03,G04,G28,G90,G91,G92,M18,M114

    > D10 V3
    M101 A0 T1500 B-1500
    M101 A1 T1200 B-1200
    M101 A2 T170 B10
    G92 X0.0 Y983.0
    D6 X0 Y983
    G0 F20000 A6500
    M17

    > (-1500.00,-500.00,10.00) – (1500.00,500.00,170.00)

    > Saving dimensions.
    (-1500.00,-1200.00,10.00) – (1500.00,1200.00,170.00)

    > (-1500.00,-1200.00,10.00) – (1500.00,1200.00,170.00)

    > Saving home.

    #20103
    Dan
    Keymaster

    > a 10ร—10 cm border exceed the size of the machine

    What were your settings supposed o be? it looks like you have a machine 3m*1m. What are your machine and paper settings?

    #20114
    Anonymous
    Inactive

    machine 3m*2.4m
    Paper (for test) 10*10cm
    Klick “Border” pen go down down down want to go through the floor …

    >>
    HELLO WORLD! I AM POLARGRAPH #1
    Firmware v8
    D10
    == http://www.marginallyclever.com/ ==
    M100 – display this message
    M101 [Tx.xx] [Bx.xx] [Rx.xx] [Lx.xx]
    – display/update board dimensions.
    As well as the following G-codes (http://en.wikipedia.org/wiki/G-code):
    G00,G01,G02,G03,G04,G28,G90,G91,G92,M18,M114

    HELLO WORLD! I AM POLARGRAPH #1
    Firmware v8
    == http://www.marginallyclever.com/ ==
    M100 – display this message
    M101 [Tx.xx] [Bx.xx] [Rx.xx] [Lx.xx]
    – display/update board dimensions.
    As well as the following G-codes (http://en.wikipedia.org/wiki/G-code):
    G00,G01,G02,G03,G04,G28,G90,G91,G92,M18,M114

    > D10 V3
    M101 A0 T1500 B-1500
    M101 A1 T1200 B-1200
    M101 A2 T170 B10
    G92 X0.0 Y983.0
    D6 X0 Y983
    G0 F20000 A6500
    M17

    > (-1500.00,0.00,10.00) – (1500.00,1200.00,983.00)

    > Saving dimensions.
    (-1500.00,-1200.00,10.00) – (1500.00,1200.00,983.00)

    > Saving dimensions.
    (-1500.00,-1200.00,10.00) – (1500.00,1200.00,170.00)

    G00 X0 Y50
    G01 F5 Z120
    G00 F20000
    G00 X50 Y50
    G00 X50 Y-50
    G00 X-50 Y-50
    G00 X-50 Y50
    G00 X0 Y50
    G00 F5 Z80
    G00 F20000
    G00 X0 Y983
    <<
    I switched off the power …

    #20120
    Anonymous
    Inactive

    Have downloaded everything new. firmware and software.
    The program believes that it is a V5, but I can change it manually to V3 and it works.

    if I rewrite the program:
    >>
    in makelangelo-firmware, polargraph.h the following should be:
    #define MACHINE_HARDWARE_VERSION 3
    //#define MACHINE_HARDWARE_VERSION 5
    and in configure.h,
    #define MACHINE_STYLE POLARGRAPH
    <<
    , nothing works, the dimensions are completely wrong …

    #20124
    Dan
    Keymaster

    “the dimensions are completely wrong” could be more specific. Details matter! ๐Ÿ™‚

    #20129
    Anonymous
    Inactive

    if I rewrite the program:
    >>
    in makelangelo-firmware, polargraph.h the following should be:
    #define MACHINE_HARDWARE_VERSION 3
    //#define MACHINE_HARDWARE_VERSION 5
    and in configure.h,
    #define MACHINE_STYLE POLARGRAPH
    <<

    Tha machine recognizes it is a V3. Even if I press on “connect”, the dimensions of the machine 3m*2.4m remains โ€“ all okay. that’s good.

    I Klick on โ€œBorderโ€ (Paper (for testing) 10*10cm ) => pen gos down down down want to go through the floor โ€ฆ
    I have to switch the power offโ€ฆ
    Unfortunately, I have no further information

    #20130
    Dan
    Keymaster

    Did you click “set home” first? The V3 machine cannot auto-home like the V5.

    #20132
    Anonymous
    Inactive

    It was not necessary in the past. Will try it. But only in a few days, now the machine has to work ๐Ÿ˜‰

    #20482
    Anonymous
    Inactive

    Hi Dan ๐Ÿ™‚ I downloaded the new firmware 6.17.1-0 and it is not working as it should.

    The engines jerk a lot. Do you have an idea what it can be?

    The only difference to the original version of the machine is: I have the TMC2100.

    The old firmware7.15.5-0 works. All I have to do is change the machine size settings manually again and again, which is annoying, but it works with the old firmware7.15.5-0. it is not possible for me to work with the new firmware 6.17.1-0
    ๐Ÿ™

    #20497
    Anonymous
    Inactive

    I found the solution. Pretty stupid of me not to have found it immediately ๐Ÿ˜‰

    => Setting
    => Pen
    => Max speed [20000 was too high] 10000 works
    => Draw speed [20000 was too high] 10000 works

    the new firmware 6.17.1-0 works ๐Ÿ™‚

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