KISS questions
Posted: Fri Feb 13, 2015 10:11 pm
Been using KISS for every single one of my prints since the first one. I love it. Buuuut I do have a few nit picks. Cura has much better dual extrusion support out of the box. I figured out how to force the printer to wait for each hotend to wait to get to temp before switching colors (change the M104 to M109), so thats not a problem.
I have been having issues with seams in the prints being pretty noticeable. Using Michael's base settings as the starting point for the most part. Prime, suck, and wipe all at 2mm. Might try bumping wipe up?
The other problem I have is the last extruder selected has a little retract at the end of the print. Something like 5mm or more I'd guess. This causes issues when the last selected extruder was the second one, and so when I go to start the print, the prime tower isn't large enough to prime the second extruder, and so the start of the path doesn't have any plastic flow for a short while. Is there a way to increase the size of the prime tower, or to disable the last retract at the end of the print?
In addition to that issue, theres another one I have related to dual extrusion. I can't figure out how to get the second extruder to get set to the wait temp at the beginning of the print. I could add some G-Code, which I might try to fudge up real quick, but the KISS "syntax" is a little unfamiliar with me.
Not sure why it says EXT+0? Does that mean Extruder 1 (as in the index 0 to n extruders (n being max extruders - 1 (considering it starts from 0 since its an index?))) or does that mean the current extruder that is going to be used for the next print lines? I question this because in the select extruder code it has the same EXT+0.
These are my only complaints about it so far. Everything else has been good (though a bit weird at times coming from a Cura background)
I have been having issues with seams in the prints being pretty noticeable. Using Michael's base settings as the starting point for the most part. Prime, suck, and wipe all at 2mm. Might try bumping wipe up?
The other problem I have is the last extruder selected has a little retract at the end of the print. Something like 5mm or more I'd guess. This causes issues when the last selected extruder was the second one, and so when I go to start the print, the prime tower isn't large enough to prime the second extruder, and so the start of the path doesn't have any plastic flow for a short while. Is there a way to increase the size of the prime tower, or to disable the last retract at the end of the print?
In addition to that issue, theres another one I have related to dual extrusion. I can't figure out how to get the second extruder to get set to the wait temp at the beginning of the print. I could add some G-Code, which I might try to fudge up real quick, but the KISS "syntax" is a little unfamiliar with me.
Code: Select all
T<EXT+0>
M104 S<TEMP>
M190 S<BEDTEMP>
M109 S<TEMP>
These are my only complaints about it so far. Everything else has been good (though a bit weird at times coming from a Cura background)