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

Solved R1+ not homing

Discussion in 'Troubleshooting' started by UltimaA380, Dec 13, 2017.

Thread Status:
Not open for further replies.
  1. UltimaA380

    UltimaA380 New Member

    Joined:
    Oct 28, 2017
    Messages:
    16
    Likes Received:
    2
    So I found some start gcode to make my r1+ home with cura but now I lost it.. just prints in the air and doesntrr autolevel.

    gcode:

    G92 E0 ;

    M565 Z-1 ;

    G1 Z5 F5000 ;

    G29 ;
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Can't speak specifically to Cura, but this :

    G28 ; home all axes
    G1 Z5 F5000 ; lift Z by 5mm
    M565 Z-1.0 ; set the offset for auto-leveling mechanism
    G29 ; run auto-level


    Should help
     
  3. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
  4. UltimaA380

    UltimaA380 New Member

    Joined:
    Oct 28, 2017
    Messages:
    16
    Likes Received:
    2
    @mark tomlinson Seems to autolevel now, but it pulls the filament back out of the extruder like.. 10cm? wth?
     
  5. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Sounds like you have a retraction in there somewhere...
     
  6. UltimaA380

    UltimaA380 New Member

    Joined:
    Oct 28, 2017
    Messages:
    16
    Likes Received:
    2
    Didn't do it before changing start gcode.. retrac distance is 1.5mm
     
  7. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Well, nothing in that startup GCode does a retraction :)

    Each line is documented:

    G28 ; home all axes
    G1 Z5 F5000 ; lift Z by 5mm
    M565 Z-1.0 ; set the offset for auto-leveling mechanism
    G29 ; run auto-level

    If anything you could remove the second line, but none of them cause a retraction

    Comment them out one my one (put a semicolon ; at the start of each line) and see which is causing the retraction
     
  8. UltimaA380

    UltimaA380 New Member

    Joined:
    Oct 28, 2017
    Messages:
    16
    Likes Received:
    2
    I reset my machines settings before I changed the gcode.. so maybe its from that.. but do you know what would make it do that? Like the gear moves so fast I cant see it.
     
  9. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    That sort of action has to come from the slicer. So something must be sending a retraction command...
    Something is issuing a GCode to do a retraction:

    G92 E0 ; set extruder value back to 0
    G1 E-15 F300 ;retract 15mm filament speed 300

    The second line there is a retraction (the first one resets the extruder virtual position) but something must be issuing a:

    G1 E-xxxxx

    To get the retraction to happen
     
  10. UltimaA380

    UltimaA380 New Member

    Joined:
    Oct 28, 2017
    Messages:
    16
    Likes Received:
    2


    I'm confused.. this is the start of the gcode:

    ;FLAVOR:RepRap
    ;TIME:90846
    ;Filament used: 54.1589m
    ;Layer height: 0.1
    ;Generated with Cura_SteamEngine 2.5.0
    M190 S60
    M104 S205
    M109 S205
    G28 ; home all axes
    G1 Z5 F5000 ; lift Z by 5mm
    M565 Z-1.0 ; set the offset for auto-leveling mechanism
    G29 ; run auto-level
    ;LAYER_COUNT:548
    ;LAYER:-9
    M107
    G0 F1800 X56.376 Y52.08 Z0.3
    G1 F900 X56.637 Y51.818 E0.04613



    Thanks for your help by the way
     
  11. UltimaA380

    UltimaA380 New Member

    Joined:
    Oct 28, 2017
    Messages:
    16
    Likes Received:
    2
    I think it's just magically go away, thank you!
     
    mark tomlinson likes this.
Thread Status:
Not open for further replies.

Share This Page