Jump to content

Profile from GCode option missing from File menu?


alanbaird

Recommended Posts

Posted · Profile from GCode option missing from File menu?

Hi -

I'm new to 3d printing and just downloaded Cura for Mac (v 2.3.1). I want to view the settings associated with a .gcode file that came with my printer. Elsewhere in the formus it says I should be able to do this by going to File > Profile from Gcode, but this option does not appear in my version of Cura. It seems like there is an expert mode I need to be able to display but I can't figure out how to do this. Can someone please help me out?

  • Link to post
    Share on other sites

    Posted · Profile from GCode option missing from File menu?

    How can I tell if the file has been sliced by Cura?

     

    So, I looked at the .gcode file that I'm using (see it here: http://3dprinterwiki.info/wp-content/uploads/2016/03/Butterfly.gcode). It ends with a string that starts:

    ;CURA_PROFILE_STRING:eNrtWltv2zYUfhWC/Qg+tljjSbLdJDX0sHZJX9qiWDKs....

    That seems like an indication that Cura was used to slice the file right? If so, why don't I get the "profile from gcode" option?

  • Link to post
    Share on other sites

    Posted (edited) · Profile from GCode option missing from File menu?

    For anyone else that comes across this that wants to decode the string and has the same problem, here's how to decode it:

    1) get the base64 string out of the gcode file I referenced earlier

    2) in Ruby's irb:

     

    require 'base64'require 'zlib'a = "Zlib::Inflate.inflate(Base64.decode64(a)).split(/[\t\n\f\b]/).each{|l| puts l}

     

    or in Python:

     

    options = ""options = base64.b64decode(options)options = zlib.decompress(options)

     

    (don't know about Python - based on this: https://github.com/daid/LegacyCura/blob/master/Cura/util/profile.py#L256-L257

    Edited by Guest
  • Link to post
    Share on other sites

    Posted · Profile from GCode option missing from File menu?

    Those are settings from the old cura. You can import them there.

  • Link to post
    Share on other sites

    Posted · Profile from GCode option missing from File menu?

    The "File > Profile from Gcode" is referring to the old Cura (Cura 15.04 and before).

    In the new Cura (Cura 2.1 and newer), the functionality is in the Profiles pane of the preferences. Press the import button and from the types dropdown (where it says Cura Profile (*.curaprofile)), select gcode.

    In Cura 2.4, the latter should no longer be necessary; it will show both curaprofiles, gcode and legacy ini files by default. That is, if my pull request gets merged.

  • Link to post
    Share on other sites

    Posted · Profile from GCode option missing from File menu?

    @ahoeben -

    Wow, I never would have thought to select the file type. Seems like it should be able to figure that out when I click on the file. Oh well...

    When I do that, select my .gcode file (the one linked to above), I get the error: "Failed to import profile from (my gcode file): Expecting value: line 1 column 1 (char 0)". The first line in the file is "M190 S50.000000"

    I'm using Cura 2.3.1.

  • Link to post
    Share on other sites

    Posted · Profile from GCode option missing from File menu?

    Seems like it should be able to figure that out when I click on the file. Oh well...

     

    It should. It will. Cura 2.4

  • Link to post
    Share on other sites

    Posted · Profile from GCode option missing from File menu?

    What version of Cura was this gcode sliced with?

    The import gcode as profile functionality in Cura 2.x does not support importing gcode from legacy Cura (yet); only gcode produced by Cura 2.x is supported.

  • Link to post
    Share on other sites

    Posted · Profile from GCode option missing from File menu?

     

    @ahoeben - I can't tell what version it's sliced with. I looked through the file and there aren't any hints that I can find. Since I am only in possession of the GCode (this is a sample file that came with my printer), I don't think I'll be able to figure this out.

  • Link to post
    Share on other sites

    Posted · Profile from GCode option missing from File menu?

    Ok, then let me put it this way; unfortunately this specific gcode file can not currently be imported as a profile, because it was written by an older version of Cura.

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