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.8 Stable released 🎉
        In the Cura 5.8 stable release, everyone can now tune their Z seams to look better than ever. Method series users get access to new material profiles, and the base Method model now has a printer profile, meaning the whole Method series is now supported in Cura!
        • 3 replies
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...