Hey.
I built IDEX type printer.
Can you share the start code?
I do not know how to make it work properly in ditto mode.
I have a duet wifi and duex
Kisslicer Pro - IDEX
-
- Posts: 8
- Joined: 04 Jun 2017, 15:04
Re: Kisslicer Pro - IDEX
I have electronics duet WiFi and duex. Nobody knows how to initiate a print in ditto mode?
- pjr
- Posts: 704
- Joined: 05 May 2015, 10:27
- Location: Kamnik, Slovenia
Re: Kisslicer Pro - IDEX
Very unlikely that is the case. However I certainly don't but I am guessing it would not be too difficult to get it set up...olo2000pm wrote:Nobody knows how to initiate a print in ditto mode?
Have you printed anything at all on this printer? Do you have any files already sliced? If so, you could post one here and I will take a look.
Peter
-
- Posts: 8
- Joined: 04 Jun 2017, 15:04
Re: Kisslicer Pro - IDEX
I managed to do it
https://youtu.be/WnnUsbf80vA
https://youtu.be/WnnUsbf80vA
- pjr
- Posts: 704
- Joined: 05 May 2015, 10:27
- Location: Kamnik, Slovenia
Re: Kisslicer Pro - IDEX
Brilliant.
Now you can share
Peter

Now you can share

Peter
-
- Posts: 8
- Joined: 04 Jun 2017, 15:04
Re: Kisslicer Pro - IDEX
I created the third head.
I open the file and click on it and choose the third head.
prefix:
; [mm] tryb
G21
G90
M82
G28
T0
M140 S <BED>
M116
M104 S <TEMP>
M116
T1
M106
T <EXT + 0>
M109 S <TEMP>
M104 S <TEMP>
T2
The rest I'm doing is the duet wifi software.
I open the file and click on it and choose the third head.
prefix:
; [mm] tryb
G21
G90
M82
G28
T0
M140 S <BED>
M116
M104 S <TEMP>
M116
T1
M106
T <EXT + 0>
M109 S <TEMP>
M104 S <TEMP>
T2
The rest I'm doing is the duet wifi software.
-
- Posts: 8
- Joined: 04 Jun 2017, 15:04
Re: Kisslicer Pro - IDEX
It does not work well. When I want to print from ABS and PVA, is T0 setting me 205'C instead of 245? I have defined heads in EXT MAP. What needs to be changed?
- pjr
- Posts: 704
- Joined: 05 May 2015, 10:27
- Location: Kamnik, Slovenia
Re: Kisslicer Pro - IDEX
Please look at Settings/Printer G-code/Select New Ext & Warmolo2000pm wrote:It does not work well. When I want to print from ABS and PVA, is T0 setting me 205'C instead of 245? I have defined heads in EXT MAP. What needs to be changed?
There should be something like this:
Code: Select all
T<EXT+0>
M104 S<TEMP>
-
- Posts: 2
- Joined: 24 May 2019, 06:28
Re: Kisslicer Pro - IDEX
I tried same procedure posted here but it doesn't work. I might be doing something wrongly though.