Jump to content

How to get the informations about the second extruder?


matheusgcoppi
Go to solution Solved by ahoeben,

Recommended Posts

Posted · How to get the informations about the second extruder?

I would like to know how to get the informations about the second extruder e.g: material, nozzle. I know that in definitions there is a file called fdmprinter.def.json that has the variables to use like machine_name, material_type, but has no variable called material_type2 or something like that, is there a way to created my own variables to get this kind informations? please.

  • Link to post
    Share on other sites

    Posted · How to get the informations about the second extruder?

    Extruders have their own definition files (they're in the extruders folder instead of the definitions folder). Although for whatever reason the base definition file (fdmextruder.def.json) is in the definitions folder with the printer definitions.

     

    I've never had a multi-extruder printer so I can't really help, but you might be able to glean some information if you look at the definition files for the different extruders on a multi-extruder printer.

  • Link to post
    Share on other sites

    Posted · How to get the informations about the second extruder?

    Yeah, in fdmextruder.def.json there are variables that We can use in other files to access, I use it, but unfortunately does not has variables to get the second one, maybe should I create my own variables? idk yet, thank you to tell me what you know, appreciate it. I figure out that ultimaker get the second extruder seeing their gcode, I'm reading their files to understand, if you wanna see, this is a piece of gcode generated by an ultimaker S3

     

    ;EXTRUDER_TRAIN.0.INITIAL_TEMPERATURE:200
    ;EXTRUDER_TRAIN.0.MATERIAL.VOLUME_USED:2127
    ;EXTRUDER_TRAIN.0.MATERIAL.GUID:44a029e6-e31b-4c9e-a12f-9282e29a92ff
    ;EXTRUDER_TRAIN.0.NOZZLE.DIAMETER:0.8
    ;EXTRUDER_TRAIN.0.NOZZLE.NAME:BB 0.8

     

    I think they get the informations of the second extruder calling EXTRUDER_TRAIN_0/1 and the variable, but I still did not find how to do it and I added the second extruder in files but I cannot access like that

  • Link to post
    Share on other sites

    • Solution
    Posted · How to get the informations about the second extruder?

    I guess you are talking about the replacement patterns in the start- and end-gcode snippets?

     

    You can specify the extruder like this:

    {line_width, 0} # linewidth of 1st extruder
    {line_width, 1} # linewidth of 2nd extruder
    
    {line_width, infill_extruder_nr} # linewidth of whichever extruder is used for the infill

     

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