Problem with config working with Simplify on the Tool heater
-
@Work-Horse-XL said in Problem with config working with Simplify on the Tool heater:
I’m guessing the T1 is the port the sensor is on after thinking about it.
No, it's the tool number which likely should be T0.
Frederick
-
I’m not sure why it’s choosing T1 when I have it Tool 0 in the settings. Have you ever seen that?
Thank you -
@Work-Horse-XL said in Problem with config working with Simplify on the Tool heater:
I'm using simplify 3d.
That's your problem right there, using a dead software
Are you at least using latest 4.1.2 as previous had a lot more issues with dual head?
M104 S200 T1
M109 S200 T1Do you have dual extruder configured? Check how you configured it. Looks like you set main extruder to be T1 but then set T0 to be used from process1. Did you do it manually or you went through dual extrusion wizard?
What's in your start code?
; process Process1
; layer 1, Z = 0.200
T0I see that for process1 it selects T0 but only after the process started, how many processes you have here?
p.s. strongly suggest you check out ideaMaker, it is the slicer that looks like simplify3d more than any other slicer but is much better and more powerful than simplify3d. took me a very short time to get accustomed to it after years of using s3d
-
The problem is not S3D.
I have used S3D since early on and it works fine.
If it is including a reference to T1 it is because there is something wrong in the S3D settings put in place by the user.
Frederick
-
@arhi it’s just a single extruder. Not sure on the process. I’m just getting stared. It seems to be working fine for me if I can just get this part fixed. It’s the newest version of s3d
Thank you
-
@fcwilt I’m sure that’s the issue but I can seem to find the problem. I might try to start over with a clean install.
Thank you
-
@Work-Horse-XL send the factory file up there on the forum as they asked, that's fastest way to see what you messed up. S3D will not use T1 unless you configured dual extruder machine, you might go through the configuration wizard from scratch
-
You have configured simplify3D to use T1 for the hotend rather than T0. And your config.g hasn’t been configured to recognize tool 1
-
I used the wizard to do a new profile and it fixed the issues it looks like. I need to test it but the g code is coming out correctly now.
Thank you guys.
-
@Work-Horse-XL said in Problem with config working with Simplify on the Tool heater:
M584
as a side note observe the order
https://duet3d.dozuki.com/Wiki/Gcode#Section_M584_Set_drive_mappingM584 must come earlier in config.g than any M350 and M906 commands. If it creates new axes, it must also be earlier than any M92, M201, M203, M208, M350, M566, M574, M667 and M669 commands.