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
Recommended Posts
Slashee_the_Cow 409
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