Jump to content

Sandplough

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Sandplough

  1. On 11/22/2020 at 4:50 PM, higgs_bozo said:

    I recently got an Ender 5+ and encountered this problem as well when i started using Cura. 

     

    Below is the solution I came up with. It's not perfect but it does the job:

     

        Original GCode snippet to replace:

                G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
                G1 X10.4 Y200.0 Z0.28 F1500.0 ;Move to side a little

     

        Replacement GCode snippet:

                ; note:  - replace the Y value to something that matches your printer dimensions

                ;            - i used Y300 because my printer has a max Y of 350

                G1 X10.1 Y300.0 Z0.28 F1500.0 E15 ;Draw the first line, included only coz i changed my Y value
                G1 X10.4 Y300.0 Z0.28 F1500.0 E0 ;Bug happens here, set E0 to stop extruding while bug happens
                G1 X10.4 Y300.0 Z0.28 F1500.0 E0 ;Do prev cmd again, move works now but E0 still

                ; the code after this works normally

     

     

    First of all "Thank you Ultimaker for allowing non Ultimaker owners access to Cura"

    Next thank you "higgs_bozo", I thought I was going to always wait for the V layer and pull it up, I was thinking of just changing the filament to "red" as a reference to 80's and 00's alien lizards.

     

×
×
  • Create New...