tomvandeneede / p2pp

Palette2/3 Post Processing tool for Prusa Slicer
143 stars 39 forks source link

Getting error 131 - Timeout Homing Outgoing Drive #148

Open DeanDavis opened 1 year ago

DeanDavis commented 1 year ago

Getting error 131 - Timeout Homing Outgoing Drive

Doing a simple 2 color print.

Printing from Canvas works fine.

P2PP Test Print_0.2mm_PLA_MK3S_32m.mcfx.zip

Start the job and it loads 1 to the cutter then loads 2 to the cutter. Then it loads 1 to the outgoing drive, cuts it, retracts it and then fails with the 131 error.

tomvandeneede commented 1 year ago

did you get any warnings of shortnsplices during the processing?

Op 8 nov. 2022 om 00:43 heeft Dean Davis @.***> het volgende geschreven:

 Getting error 131 - Timeout Homing Outgoing Drive

Doing a simple 2 color print.

Printing from Canvas works fine.

P2PP Test Print_0.2mm_PLA_MK3S_32m.mcfx.zip

Start the job and it loads 1 to the cutter then loads 2 to the cutter. Then it loads 1 to the outgoing drive, cuts it, retracts it and then fails with the 131 error.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

DeanDavis commented 1 year ago

Yes. P2PP output of this test job is attached. Since it just was a warning and a test print just thought I'd see how it would print and then try and make adjustments if the print came out bad.

P2PP Test Print Output.txt

tomvandeneede commented 1 year ago

Nah these are warnings that the print won’s probably print correctly

SHORT FIRST SPLICE (min 130.0mm) Length:116.44 Input 0 SHORT SPLICE (min 90.0mm) Length:84.76 Layer:5 Input:2 SHORT SPLICE (min 90.0mm) Length:84.23 Layer:6 Input:1 SHORT SPLICE (min 90.0mm) Length:84.02 Layer:7 Input:2 SHORT SPLICE (min 90.0mm) Length:83.98 Layer:8 Input:1

The 84/83mm ones likely will pose little issue but the 116 is way short

On 8 Nov 2022, at 14:47, Dean Davis @.***> wrote:

Yes. P2PP output of this test job is attached. Since it just was a warning and a test print just thought I'd see how it would print and then try and make adjustments if the print came out bad.

P2PP Test Print Output.txt https://github.com/tomvandeneede/p2pp/files/9961692/P2PP.Test.Print.Output.txt — Reply to this email directly, view it on GitHub https://github.com/tomvandeneede/p2pp/issues/148#issuecomment-1307249071, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6CHJLU2X6D5LWR6QRUEZTWHJKYZANCNFSM6AAAAAARZXBCE4. You are receiving this because you commented.

DeanDavis commented 1 year ago

So, I know P2PP is probably not for the faint of heart but I wouldn't know how to correct for this. Since this is my first dip in the water I set up everything using the defaults presented in the P2PP Pallet 3 Setup PDF. The only indication of correcting for short splices is using AUTOADDPURGE but the instructions it is only intended for occasional short splices. I'm not one to jump into an experimental feature only intended to be used on occasion. So is that what I'm to use or is there a more practical fix or something I just messed up doing my initial configuration?

This is my GCODE Config ;P2PP PALETTE3_PRO ;P2PP PRINTERPROFILE=7b244f7622fe608bd7410a095e18ab52 ;P2PP SPLICEOFFSET=40 ;P2PP MINSTARTSPLICE=130 ;P2PP MINSPLICE=90 ;P2PP EXTRAENDFILAMENT=150 ;P2PP LINEARPINGLENGTH=350 ;P2PP MATERIAL_DEFAULT_0_0_0 ;P2PP MATERIAL_PVA_PVA_0_0_0 ;P2PP MATERIAL_PVA_PLA_0_0_0 ;P2PP MATERIAL_PLA_PLA_0_0_0 ;P2PP MATERIAL_PET_PET_0_0_0 ;P2PP ABSOLUTEEXTRUDER ;P2PP P3_PROCESSPREHEAT ;P2PP P3_UPLOADFILE ;P2PP P3_HOSTNAME=XXXX-P3P.local ;P2PP CONSOLEWAIT

cyberhuman commented 5 months ago

I have the same issue! P2PP warns the first splice is too short, P3P cuts the first filament first and stops with error 131.

tomvandeneede commented 5 months ago

Just add a a few loops around the print to make the first splice longer. There is no automated way of doing this unless you use the FULLPURGEREDUCTION feature Any other splices can be fixed by increasing the purge. a few mm should not be too big of an issue except with the first splice.

On 22 Jan 2024, at 11:55, Raman Varabets @.***> wrote:

I have the same issue! P2PP warns the first splice is too short, P3P cuts the first filament first and stops with error 131.

— Reply to this email directly, view it on GitHub https://github.com/tomvandeneede/p2pp/issues/148#issuecomment-1903750365, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6CHJNRPJQCP2WOVQCWWW3YPZARDAVCNFSM6AAAAAARZXBCE6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBTG42TAMZWGU. You are receiving this because you commented.

cyberhuman commented 5 months ago

I tried to AUTOADDPURGE and it requires side wipe. Very sad.

Automatic Splice length increase NOT activated due to incompatible mode Automatic Splice length increase works with Full purge reduction and side wipe only

tomvandeneede commented 5 months ago

I believe fullpurgewreduction also supports this mode.
IOt is not easy to get rid of extra filament in a pre-generated code file.

On 22 Jan 2024, at 11:59, Raman Varabets @.***> wrote:

I tried to AUTOADDPURGE and it requires side wipe. Very sad.

Automatic Splice length increase NOT activated due to incompatible mode Automatic Splice length increase works with Full purge reduction and side wipe only

— Reply to this email directly, view it on GitHub https://github.com/tomvandeneede/p2pp/issues/148#issuecomment-1903760774, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6CHJKUTBGSDTKRCJ5AZBDYPZBBFAVCNFSM6AAAAAARZXBCE6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBTG43DANZXGQ. You are receiving this because you commented.

cyberhuman commented 5 months ago

I added some loops to the brim and it helped. Thank you!