Jump to content

Ultigcode on UMO


pm_dude

Recommended Posts

Posted · Ultigcode on UMO

Hello,

I was wondering why the Ultigcode flavor is not supported on the UMO?

What else does it do aside from having its own start and end print section for the UM2 and the filament diameter on the printer controller?

Isn't it just a firmware thing on the printer side?

 

  • Link to post
    Share on other sites

    Posted · Ultigcode on UMO

    Isn't it just a firmware thing on the printer side?

     

    Yes.

    It *could* be implemented. The UMO would have to have an interface to allow you to set 3 things:

    filament diameter

    retraction distance

    retraction amount

    The changes in gcode for ultigcode are that retraction (and un-retraction) is done with G10,G11 commands instead of moving extruder axis. The other change is that extruder position in regular gcode is mm of filament at the feeder and in ultigcode it is in cubic mm.

    You need to know the filament diameter to convert between these two units.

    The code to handle ultigcode is already in a version of Marlin but I don't know if it will (or has already) made it's way into the "standard" ErikZalm version of Marlin. Although Erik works for Ultimaker now (started a few months ago I think).

     

  • Link to post
    Share on other sites

    Posted · Ultigcode on UMO

    An alternative is to select 'RepRap volumetric' flavor in Cura and use standard Marlin with FWRETRACT enabled. Then you can set the retraction settings on your Ulticontrolle quite similar as in the menu of the UM2 and the GCODE also uses G10 and G11. This is implemented in the 'standard' version for quite some time now. And it works like a charm... ;)

     

  • Link to post
    Share on other sites

    Posted · Ultigcode on UMO

    I made and submitted updates to Marlin to save/restore retract and filament diameter settings. I also added a menu to the display to turn on/off volumetric mode and set filament sizes.

    Hopefully it will be in the next release of Marlin.

    https://github.com/ErikZalm/Marlin/pull/1261

    https://github.com/ErikZalm/Marlin/pull/1303

    PS: If you are a developer and speak a language other than English, please find and update these values in the language_XX.h file:

    #define MSG_VOLUMETRIC "Filament"

    #define MSG_VOLUMETRIC_ENABLED "E in mm3"

    #define MSG_FILAMENT_SIZE_EXTRUDER_0 "Fil. Dia. 1"

    #define MSG_FILAMENT_SIZE_EXTRUDER_1 "Fil. Dia. 2"

    #define MSG_FILAMENT_SIZE_EXTRUDER_2 "Fil. Dia. 3"

     

  • Link to post
    Share on other sites

    Posted · Ultigcode on UMO

    Did this died into vacuum? Just wondering, because an update for umo+ firmwares could be really welcome to allow ultimaker gcode flavor.

    Maybe a reduced flavor that could control filament/heat/retracttion on the machine and leave the homming/start as default?

    Wondering if umo+ firmware will ever get a boost or it will only advance with the @amedee work upgrading 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
        • 26 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...