Jump to content

Bibo dual 3d Printer / Cura 5.6


Recommended Posts

Posted · Bibo dual 3d Printer / Cura 5.6

I'm at a loss, I download my files from Cults 3D, I Slice my files in UltiMaker Cura 5.6.0

 

Print on BIBO printer.

 

Everything was fine and working properly, but now after I cut and try and print files, it heats the bed.

 

But the temp set for each extruder stays at zero.

 

The other files on my sd card still print and show the print temp where 0 is on. I seemed to have changed or modified some setting that is changing the slice to never heat and start the print.

 

Drink champ file 0/0 0/0 0/60 ( but the bed will heat to 60/60  and stay)

 

F150 file 22/200 ( heating) 23/0 37/60 ( bed heating) - good file printed x2

 

I do not think its a G code issue / possibly a filament setting... 

 

F150 file prints fine, its all files sliced post that file, but cant seem to find a setting isssue.

20240126_140750.jpg

20240126_140802.jpg

20240126_141514.jpg

20240126_141524.jpg

B2D_SAURO.gcode B2D_drinkChamp.3mf

  • Link to post
    Share on other sites

    Posted · Bibo dual 3d Printer / Cura 5.6

    Tried to uninstall UltiMaker, but after I re install, it seems to just have saved all my settings. Cant figure out how to reset to a new printer, wont let me delete in Cura.

     

    Running G-Code : Marlin , not sure if that matters

  • Link to post
    Share on other sites

    Posted · Bibo dual 3d Printer / Cura 5.6

    There is a guide for completely resetting UltiMaker Cura to fresh install status 

     

    Note: this deletes any settings or profiles you might have made
    here: https://support.ultimaker.com/s/article/1667337567843

  • Link to post
    Share on other sites

    Posted (edited) · Bibo dual 3d Printer / Cura 5.6

    This is the first line in that Gcode file:

    ;FLAVOR:UltiGCode

    Which I believe is UltiMaker specific.

     

    This is from your printer definition file:

    "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" } 

    that indicates you have the wrong Gcode flavor in the Machine Settings.  Unless you are absolutely positive that your machine is running Ultigcode you should change the setting to "Marlin".

     

    There is a Cura bug that affects some dual extruder printers if the Tool Numbers are called out in the StartUp gcode.  You can try simplifying your startup and just allow Cura to handle the heating of the extruders and the bed.  I believe the bug has been addressed and should be fixed in 5.7.

    If you use this as the StartUp Gcode it will eliminate the {initial_extruder_nr} which has the bug (it's always "0" regardless of which extruder starts a print):

    ;---StartUp Gcode

    G21 ;metric values

    G90 ;absolute positioning

    M220 S100 ;reset the feed rate to 100%

    M221 S100 ; reset the flow rate to 100%

    M107 ;start with the fan off

    G28 ; Auto-Home all axes

    G1 Z2.0 F400 ;move the platform down 2mm

    M117 BIBO printing...

    ;---End of StartUp

     

    If you use that then the start of a gcode file will look like this (using Marlin as the gcode flavor):

    T0
    M140 S60
    M105
    M190 S60
    M104 S200
    M104 T1 S175
    M105
    M109 S200
    M105
    M109 T1 S175
    M82 ;absolute extrusion mode

    ;---StartUp Gcode
    G21 ;metric values

    G90 ;absolute positioning

    M220 S100 ;reset the feed rate to 100%

    M221 S100 ; reset the flow rate to 100%

    M107 ;start with the fan off

    G28 ; Auto-Home all axes

    G1 Z2.0 F400 ;move the platform down 2mm
    G92 E0

    M117 BIBO printing...

    ;---End of StartUp

    G92 E0
    G1 F1500 E-6.5

    ;LAYER_COUNT:158
    ;LAYER:0

     

     

     

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

    Posted · Bibo dual 3d Printer / Cura 5.6

    Thank you, Greg!  I was seeing this issue on Cura 5.6 and your start code fixed it.

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