Second extruder
Hello,
I use a XYZ Davici 2.0A DUO with a Repetier firmware 0.92.10.
There are many issues wuth this combination, but for me now are Important two things:
1. The X axis starts to print outside of the table - let say -7 (8) mm. I MUST put the part very carefully if it is a big one. How to solve this?
2. When I print with (let say) the LEFT extruder I also MUST heathing the right ones, becouse if the Right is cold, this may compromise the print results.
For this purpose I start the txtruder Manually and when the print finishes, I stop it Manually... Can't find a way to set this into the G-Code file.
IS there a way (some M-codes) to START the Second extruder and to stop it after printing Automatically?
Thank you in advance.
Denis
I use a XYZ Davici 2.0A DUO with a Repetier firmware 0.92.10.
There are many issues wuth this combination, but for me now are Important two things:
1. The X axis starts to print outside of the table - let say -7 (8) mm. I MUST put the part very carefully if it is a big one. How to solve this?
2. When I print with (let say) the LEFT extruder I also MUST heathing the right ones, becouse if the Right is cold, this may compromise the print results.
For this purpose I start the txtruder Manually and when the print finishes, I stop it Manually... Can't find a way to set this into the G-Code file.
IS there a way (some M-codes) to START the Second extruder and to stop it after printing Automatically?
Thank you in advance.
Denis
Comments
2. T1 in heat commands assign it to second extruder. So add in start g-code ob your slicer
M104 T1 S200
and in end gcode
M104 T1 S0
to disable it.
If you always only print with first extruder you can also do this in hosts start/end scripts.
Because with 2.2.1 twice the entire system froses and ofcourse the prints failed, I would like to print WITHOUT a Repetier host...
IS there a way to set this ofset for X in the printer? (I use CURA 4.9.0 for slising and then send the G-code to the printer via Repetier host or SD card)
Thank you in advance.
Best Regards
Denis