Jump to content

Cura generated code on CR-10; heats only bed and not nozzle; doesn't print


geoffhobe

Recommended Posts

Posted · Cura generated code on CR-10; heats only bed and not nozzle; doesn't print

Using Cura, I select my printer, CR-10 (1.1.6), the correct flavor, Merlin, verify that I have a temperature of 205 for the nozzle and 60 for the bed, and slice the file and save as gcode.

When I attempt to print, the nozzle will heat correctly, but the temperature set point for the bed remains a 0.  As a result, the print doesn't start.

 

I reloaded an older gcode file that was generated by the way too basic Creality slicer, and it worked fine; so at least it isn't a hardware issue.

 

What can I do to troubleshoot or fix?

 

thanks

 

  • Link to post
    Share on other sites

    Posted · Cura generated code on CR-10; heats only bed and not nozzle; doesn't print

    Hi @geoffhobe can you share your gcode? 

    Or search in the gcode for M140 and M190 and see if it is in there or it has a value. 

  • Link to post
    Share on other sites

    Posted · Cura generated code on CR-10; heats only bed and not nozzle; doesn't print

    I don't see an Mq40 nor M190.  I do see what appears rot be comment fields that do call out the temperatures that I'm expecting.  Here's a screen shot ( I think) of the first part of the code.

    Image Capture.app.zip

  • Link to post
    Share on other sites

    Posted (edited) · Cura generated code on CR-10; heats only bed and not nozzle; doesn't print

    In line 3 you see ;FLAVOR: Griffon.  The CR10 has "Marlin" firmware.  Marlin does not support G280 which is specific to Ultimaker printers and that may be where your print is hanging.

    In Cura, click on your printer, select Manage Printers and then Machine Settings.  On the left under Printer Settings there is a box for G-code Flavor.  Set the flavor to "Marlin" then slice the model and look at the gcode.  You should see a "G140" and "G190" lines like this:

     

    ;Generated with Cura_SteamEngine 4.9.1
    M140 S60
    M105
    M190 S60
    M104 S200
    M105
    M109 S200

    Edited by GregValiant
    • Like 1
    Link to post
    Share on other sites

    Posted · Cura generated code on CR-10; heats only bed and not nozzle; doesn't print

    Made a lot of progress.  Saved using Marlin.  Gcode had the lines you were referring too.  First homed the printer (to the corner of the bed).  Loaded gcode into printer; the printer first heated the bed and then the nozzle perfectly.  When it came time for motion, it move to near the middle of the bed where my project should start to print.  At that point, motion stopped.  Interestingly, the time on the control panel stops counting up too; progress remains at 0%.  Gcode coming up next...

     

    image.thumb.png.1f0e6888d9b89c72187251fa5da5404e.png

  • Link to post
    Share on other sites

    Posted (edited) · Cura generated code on CR-10; heats only bed and not nozzle; doesn't print

    @geoffhobe - Use the "File | Save Project" command and save the Cura project as a 3mf file and post it here.  Your Gcode isn't showing any CR-10 start-up gcode and there is no G28 so the printer doesn't know where the print head is.

    If you look at line 7 of your original gcode screenshot you see that the printer is an Ultimaker S5 though you state you have a CR-10.

     

    My suggestion is to start again.  I'm attaching a project file with the active printer a plain Jane CR10.  It has the standard Start-Up Gcode from the printer definition file.  When you open the file you will have an option to update your current CR10, or to add a new CR10.  "Add New" just in case.  Slice the file (Benchy) and try to print it.  If it starts and is printing OK you can abort the print.

     

    CR10 Project.3mf

    Edited by GregValiant
  • 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.
          • Like
        • 0 replies
    ×
    ×
    • Create New...