Jump to content

Cura forces filament change at start of print


Encuana

Recommended Posts

Posted · Cura forces filament change at start of print

When I open Cura, for some reason, the first print it saves always forces my printer to do a filament change. Naturally I don't always want this.

I'm aware that I can edit g-code and that I can try to save the file twice, but I would like to solve this through the software (once and for all). Is there a feature or button that I'm overlooking?

Thanks for thinking along with me.

  • Link to post
    Share on other sites

    Posted · Cura forces filament change at start of print

    If the line looks like this:

    "M600 E30.00 L300.00 X0.00 Y0.00 ; Generated by FilamentChange plugin"

    Next to the Slice button is an icon with a crossed hammer and wrench.  Click on it and then close the Filament Change Plugin.

    A second possibility is that there is a M600 line in your Start-Up Gcode.  Click on your selected printer and go to Manage Printers / Machine Settings and find the line in the Start-Up Gcode text box and delete it.

    You said "...the first print it saves always forces my printer...".  I don't have a clue what the problem is if the first Gcode file has the filament change and succeeding Gcode files do not.

  • Link to post
    Share on other sites

    Posted · Cura forces filament change at start of print

    Thanks for the help. 
    I hadn't installed any plugin's and I've checked to be sure that the list is empty. I also looked at my start-up code for the printer but found no code suggesting a filament change. What's weird is that it's only in the first code that is saved, so Cura generates it only in the codes that have not been saved before, not by default. It seems to be a setting of Cura itself then, not in the g-code generation process. 

  • Link to post
    Share on other sites

    Posted (edited) · Cura forces filament change at start of print

    I have the same problem. I start print then after bed leveling and head heating the filament is ejected. The printer is pause awaiting filament change. I prefer to install filament before print start. I do not have any plugins

     

    Machine settings:

    G21 ;metric values

    G90 ;absolute positioning

    M82 ;set extruder to absolute mode

    M107 ;start with the fan off

    G28 X0 Y0 ;move X/Y to min endstops

    G28 Z0 ;move Z to min endstops

    G28 ;Home X/Y/Z

    G29 ; AUTO BED LEVELING

    M104 S{material_print_temperature} T0 ; Preheat Left Extruder

    M104 S{material_print_temperature} T1 ; Preheat Right Extruder

    M109 S{material_print_temperature} T0 ; Preheat Left Extruder

    M109 S{material_print_temperature} T1 ; Preheat Right Extruder

    G91 ;relative positioning

    G90 ;absolute positioning

    M218 T1 X34.3 Y0; Set 2nd extruder offset. This can be changed later if needed

    G1 Z31.5 F9000 ;raise nozzle 31.5mm

    ;G92 E0 ;zero the extruded length again

    G1 F9000

    M117 Printing...

    Edited by bikeslider
  • Link to post
    Share on other sites

    Posted · Cura forces filament change at start of print

    Remove the line G28 X\Y\Z as it is unneeded.

    The line ;G92 E0 is a comment (semi-colon in front).  Your extruder location is at some random location and when the first extrusion of the print is read by the printer it is moving to (for example) from whatever E location the processor knows, to E0.0123 or something.  that results in a long retraction.  I suggest you uncomment that line (remove the semi-colon) and see how that works.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
        • 0 replies
    ×
    ×
    • Create New...