1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Partial Answer print not original shape in z axis

Discussion in 'Troubleshooting' started by xfire_dragonx, Nov 8, 2018.

  1. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
    I'm stuck on trying to figure this out. why my print is being squashed, it seems the z axis spreading some how.

    20181108_171141.jpg
     

    Attached Files:

    #1 xfire_dragonx, Nov 8, 2018
    Last edited: Nov 8, 2018
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Which printer (exactly which version -- there are minor differences) and have you changed the Z steps in any way?
    I can't see an obvious issue, but if you have changed anything we need to know.

    It could be a model problem. Run some sanity checks on the model.
     
    Geof likes this.
  3. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
    I believe i have the wrong firmware version. robo3dr1plusv2

    my robo has the adapter to rods.
    20181108_211531.jpg
    20181108_171152.jpg my other poke ball, so you can see the difference.
     
    mark tomlinson likes this.
  4. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    mark tomlinson and Geof like this.
  5. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Yep, wrong Z steps for sure :)
     
  6. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
    so just to be sure r1v3 firmware?
     
  7. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
  8. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
    I have the full graphics smart controller active, I verify and receive this error:

    In file included from sketch\SdFile.h:27:0,

    from sketch\cardreader.h:8,

    from sketch\Marlin_main.cpp:44:

    SdBaseFile.h:38: error: using typedef-name 'fpos_t' after 'struct'

    struct fpos_t {

    ^

    In file included from sketch\Marlin.h:10:0,

    from sketch\Marlin_main.cpp:30:

    c:\program files (x86)\arduino\hardware\tools\avr\avr\include\stdio.h:950:33: note: 'fpos_t' has a previous declaration here

    __extension__ typedef long long fpos_t;

    ^

    exit status 1
    using typedef-name 'fpos_t' after 'struct'
     
  9. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
  10. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
    I have my board plugged into the pc and i run the compile check and still getting the same error?
    is there a fix for the error:

    In file included from sketch\SdFile.h:27:0,

    from sketch\cardreader.h:8,

    from sketch\Marlin_main.cpp:44:

    SdBaseFile.h:38: error: using typedef-name 'fpos_t' after 'struct'

    struct fpos_t {

    ^

    In file included from sketch\Marlin.h:10:0,

    from sketch\Marlin_main.cpp:30:

    c:\program files (x86)\arduino\hardware\tools\avr\avr\include\stdio.h:950:33: note: 'fpos_t' has a previous declaration here

    __extension__ typedef long long fpos_t;

    ^

    exit status 1
    using typedef-name 'fpos_t' after 'struct'
     
  11. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Did you download the fixed files in the link I posted for you? Read that link and download the fixes, and follow the instructions in that post.

    Copied over the text for you...but you need to follow the link to download the ZIP file with the fixes.

    -------------------------------------

    "You MAY get an actual ERROR like the following:

    exit status 1 using typedef-name 'fpos_t' after 'struct'

    This is due to a change in the more recent arduino compilers and can be fixed by downloading the attached SDBASE.ZIP and extracting the two file source files included into the directory where you extracted the others and overwrite the two existing ones.

    Once you have done that you should be able to compile OK (you will still get warnings, but no errors)."
     
  12. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
    Thanks, setting up for a test print. I forgot i had to do the file thing, I even read that lol..
     
    mark tomlinson likes this.
  13. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    If you keep that copy of the source handy you are good to go for any future updates you need to do!
     
  14. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
    Just now auto leveling issue. The printer starts the process and pauses at the z axis portion. could it be the Start G code:

    G21 ;metric values

    G90 ;absolute positioning

    M82 ;set extruder to absolute mode

    G28 X0 Y0 Z0 ;

    M565 Z-1.10 ;Define 1.0mm of offset, adjust this value if you're too high/low. More negative is further from the bed

    M106 S0 ;Fan off at start

    G29 ;Run autolevel routine

    G92 E0 ;reset extruder length

    G1 F1800.0

    G1 E4.0 ;prime extruder

    G92 E0 ;reset extruder length
     
  15. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    There is a small switch under each side of the Z axis brackets, make sure it is properly seated.
     
  16. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
    The controller moves z axis fine at 0.1mm, when i use auto home the head gets to the center of the printer, z axis starts going down for a second then stops and the printer just makes a hum sound.
     
  17. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
  18. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Well HOME is not the center really. Home is X = 0, Y = 0, Z = 0 and that is not in the center of the bed :)

    Front left corner is HOME if you are looking at the printer from the front.

    Since you have apparently reworked some things we will need more details about what (if any) changes from default you have made to the firmware.
     
  19. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
    trying to figure out why the printer is doing that, never happened before.
     
  20. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Something got changed in the firmware most likely. Or that LCD is doing something odd.
     

Share This Page