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

Z-offset issue or slicer

Discussion in 'Troubleshooting' started by BenJoeM, May 28, 2022.

  1. BenJoeM

    BenJoeM Member

    Joined:
    Feb 12, 2018
    Messages:
    42
    Likes Received:
    8
    i am slicing using CURA 2.5 the generic version that comes with the C2.

    recently when I send a file to print sliced via CURA either through the program or saved and sent via Octoprint my x offset is off. It prints just above the print bed on one side.

    however if I reprint old files I have saved from years ago they print great without issue.

    thoughts on where I should go?
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Well, the slicer would be my guess (since older, sliced files print fine).
    Compare the first 50 lines or so of the sliced GCODE from one that works and one that doesn't.
    It may just be that the startup[ gcode needs a tweak. I haven't used the newer (2.x) Cura so I can't tell you exactly where that is :)
     
  3. BenJoeM

    BenJoeM Member

    Joined:
    Feb 12, 2018
    Messages:
    42
    Likes Received:
    8
    Here is one that I know works:


    ;FLAVOR:RepRap

    ;TIME:4640

    ;Filament used: 4.92005m

    ;Layer height: 0.2

    ;Generated with Cura_SteamEngine 2.5.0

    M104 S200

    M109 S200

    ; -- START GCODE --

    ;-- end of START GCODE --

    ;LAYER_COUNT:240

    ;LAYER:-6

    M107

    G0 F1800 X35.627 Y53.373 Z0.3

    G1 F900 X36.037 Y53.117 E0.06029

    G1 X36.127 Y53.066 E0.07319

    G1 X36.564 Y52.851 E0.13393

    G1 X36.781 Y52.757 E0.16343


    here is one that does not work

    ;FLAVOR:RepRap
    ;TIME:12440
    ;Filament used: 13.015m
    ;Layer height: 0.15
    ;Generated with Cura_SteamEngine 2.5.0-ExternalProfiles
    M104 S200
    M109 S200

    ;LAYER_COUNT:197
    ;LAYER:0
    M107
    G0 F1800 X6.08 Y23.723 Z0.3
    ;TYPE:SKIRT
    G1 F600 X23.726 Y6.081 E1.24488
    G1 X24.11 Y5.753 E1.27007
     
  4. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Ignoring the commented out lines (ones that start with a ';' ) there is no real difference in these. the layer height is slightly different (the failing one is a thinner layer).
     
  5. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    I'd suggest trying a completely different slicer and see what happens.
     
  6. BenJoeM

    BenJoeM Member

    Joined:
    Feb 12, 2018
    Messages:
    42
    Likes Received:
    8
    thanks. Recommendations on a slicer?
     
  7. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

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

Share This Page