Jump to content

Cura 3.6.0 Ender 3 start code changes


vlan_one

Recommended Posts

Posted · Cura 3.6.0 Ender 3 start code changes

Good day. I am very new to 3d printing and still learning alot about slicing and printing. I enjoy using Cura and I can see the amount of development going into it.

 

I noticed that upgrading to Cura 3.6.0 brought changes to the start code of my Ender 3 machine profile. I noticed that when I start a print with a file sliced in 3.6.0 the hotend temp was not being set, although the bed temp was set.

 

I upgraded my Firmware to Original Marlin 1.1.9 (from Creality firmware) before upgraded Cura from 3.5.1 to 3.6.0. I also use Octoprint to print via USB. Naturally I am looking at the firmware, but in searching for the issue I tried to print an older file sliced with Cura 3.5.1 and the hotend temp was being set. I looked at the start g-code of the two files and found a difference as below. Manually changing the 3.6.0 file's start code to look like the 3.5.1 code worked. After I added the heating code back to the machine profile in Cura it added the code including the new 3.6.0 code.

 

Could the firmware still be at fault? Where is the temp code, before the custom start code, set? Can I remove it and only keep the machine profile's start code?

 

Old Code: working (even after firmware and Cura upgrade)

;Generated with Cura_SteamEngine 3.5.1
M82 ;absolute extrusion mode
; Ender 3 Custom Start G-code
M104 S240 ; Set Extruder temperature
M140 S110 ; Set Heat Bed temperature
M190 S110 ; Wait for Heat Bed temperature
M109 S240 ; Wait for Extruder temperature

G28 ; Home all axes
G92 E0 ; Reset Extruder

 

New Code: Not working

;Generated with Cura_SteamEngine 3.6.0
M140 S110
M105
M190 S110
M104 S240
M105
M109 S240

M82 ;absolute extrusion mode
; Ender 3 Custom Start G-code
G28 ; Home all axes
G92 E0 ; Reset Extruder

 

New Code with modified machine profile start code:

;Generated with Cura_SteamEngine 3.6.0
M140 S110
M105
M190 S110
M104 S240
M105
M109 S240

M82 ;absolute extrusion mode
; Ender 3 Custom Start G-code
M104 S240 ; Set Extruder temperature
M140 S110 ; Set Heat Bed temperature
M190 S110 ; Wait for Heat Bed temperature
M109 S240 ; Wait for Extruder temperature

G28 ; Home all axes
G92 E0 ; Reset Extruder

  • Link to post
    Share on other sites

    Posted · Cura 3.6.0 Ender 3 start code changes

    Hi,

     

    I found that the order of the start g-code seems to be the issue. It sets the bed temp and waits for it to reach the target temp before it sets the hotend temp. Was this an intended change? For something Like ABS is would actually make more sense as the bed takes a while to heat up to 110C. is there a setting to change this behavior?

  • Link to post
    Share on other sites

    Posted · Cura 3.6.0 Ender 3 start code changes

    Same thing here. I tried loading a Creality cr10 printer thinking I could just adjust the bed size for ender 3.  Alas,  doesn’t work either. Same thing, you just have to wait till the bed heats up before the extruder starts to heat. 
    Is there a reason for this?

  • 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...