tomvandeneede / p2pp

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

incorrect starting layer height in P2PP-generated gcode file #171

Open bavery79 opened 12 months ago

bavery79 commented 12 months ago

FYI, last few versions of P2PP do something weird to the z offset and prints are starting about 7mm above the bed for first layer. 9.00.04 is the latest version I can get to actually successfully generate gcode without this issue. Currently using PrusaSlicer 2.6.0 rc2, if that is relevant. Thanks.

tomvandeneede commented 12 months ago

can you please send me the unprocessed gcode file for thisprint so I can have a lookOp 23 jul. 2023 om 22:03 heeft bavery79 @.***> het volgende geschreven: FYI, last few versions of P2PP do something weird to the z offset and prints are starting about 7mm above the bed for first layer. 9.00.04 is the latest version I can get to actually successfully generate gcode without this issue. Currently using PrusaSlicer 2.6.0 rc2, if that is relevant. Thanks.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

bavery79 commented 12 months ago

missing G1 z-moves .zip

Here you go. Included gcode generated by both 9.00.04 and 9.01.04 versions. For some reason it appears with the newer version the G1 lines containing z-moves are completely missing so it looks like the print is starting from whatever z-height my klipper START_PRINT macro ended up after homing. Hope this helps! Thank you.

dondec123 commented 11 months ago

Just to add another data point, I've been using P2PP ver 9.1.4 with no Z height issues since its release. May I suggest you check your Start Gcode?

tomvandeneede commented 11 months ago

All I see is a missing G1 Z-moves.zip but it contains processed files, not the unprocessed file I can run through P2PP myself

bavery79 commented 11 months ago

Oh I see. Will try again then. :-)

On Sun, Aug 6, 2023, 3:36 AM Tom Van den Eede @.***> wrote:

All I see is a missing G1 Z-moves.zip but it contains processed files, not the unprocessed file I can run through P2PP myself

— Reply to this email directly, view it on GitHub https://github.com/tomvandeneede/p2pp/issues/171#issuecomment-1666808789, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMOLE5QFC27SQT6EKIDXZL3XT5XTBANCNFSM6AAAAAA2UWZ27M . You are receiving this because you authored the thread.Message ID: @.***>

tomvandeneede commented 11 months ago

Let me know when it is there… really curious about this

On 8 Aug 2023, at 21:53, bavery79 @.***> wrote:

Oh I see. Will try again then. :-)

On Sun, Aug 6, 2023, 3:36 AM Tom Van den Eede @.***> wrote:

All I see is a missing G1 Z-moves.zip but it contains processed files, not the unprocessed file I can run through P2PP myself

— Reply to this email directly, view it on GitHub https://github.com/tomvandeneede/p2pp/issues/171#issuecomment-1666808789, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMOLE5QFC27SQT6EKIDXZL3XT5XTBANCNFSM6AAAAAA2UWZ27M . You are receiving this because you authored the thread.Message ID: @.***>

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

hviet17 commented 11 months ago

hello, I'm having the same issue as well. Ver 9.00.04 works fine for me. Additionally somehow the script doesn't use relative E distance ("Move exceeds maximum extrusion" error). Here's my file generated by version 9.01.04 .22712.gcode_unprocessed.pp.zip

My start gcode:

;P2PP PALETTE3_PRO
;P2PP P3_PROCESSPREHEAT
;P2PP PRINTERPROFILE=adb063623f59d256fa0431d9171be49f
;P2PP SPLICEOFFSET=40
;P2PP MINSTARTSPLICE=130
;P2PP MINSPLICE=90
;P2PP MATERIAL_DEFAULT_0_0_0
;P2PP MATERIAL_PLA_PLA_0_0_0
;P2PP LINEARPINGLENGTH=350
; Adapt to the length of your bowden tube
;P2PP EXTRAENDFILAMENT=150
;P2PP ACCESSORYMODE_MAFX
;P2PP KLIPPER_TOOLCHANGE

SET_GCODE_VARIABLE MACRO=START_PRINT_MULTI VARIABLE=bed_temp VALUE=[first_layer_bed_temperature]
SET_GCODE_VARIABLE MACRO=START_PRINT_MULTI VARIABLE=extruder_temp VALUE=[first_layer_temperature]
START_PRINT_MULTI
tomvandeneede commented 11 months ago

9.1.5 should resolve this issue

On 11 Aug 2023, at 15:32, Viet Ho @.***> wrote:

hello, I'm having the same issue as well. Ver 9.00.04 works fine for me. Additionally somehow the script doesn't use relative E distance ("Move exceeds maximum extrusion" error). Here's my file generated by version 9.01.04 .22712.gcode_unprocessed.pp.zip https://github.com/tomvandeneede/p2pp/files/12321940/default.22712.gcode_unprocessed.pp.zip My start gcode:

;P2PP PALETTE3_PRO ;P2PP P3_PROCESSPREHEAT ;P2PP PRINTERPROFILE=adb063623f59d256fa0431d9171be49f ;P2PP SPLICEOFFSET=40 ;P2PP MINSTARTSPLICE=130 ;P2PP MINSPLICE=90 ;P2PP MATERIAL_DEFAULT_0_0_0 ;P2PP MATERIAL_PLA_PLA_0_0_0 ;P2PP LINEARPINGLENGTH=350 ; Adapt to the length of your bowden tube ;P2PP EXTRAENDFILAMENT=150 ;P2PP ACCESSORYMODE_MAFX ;P2PP KLIPPER_TOOLCHANGE

SET_GCODE_VARIABLE MACRO=START_PRINT_MULTI VARIABLE=bed_temp VALUE=[first_layer_bed_temperature] SET_GCODE_VARIABLE MACRO=START_PRINT_MULTI VARIABLE=extruder_temp VALUE=[first_layer_temperature] START_PRINT_MULTI — Reply to this email directly, view it on GitHub https://github.com/tomvandeneede/p2pp/issues/171#issuecomment-1674801475, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6CHJMVI4GRWDCGTE6FOU3XUYX7DANCNFSM6AAAAAA2UWZ27M. You are receiving this because you commented.

bavery79 commented 11 months ago

Yes, looks like the update solved the issue for me!

On Fri, Aug 11, 2023 at 8:25 AM Tom Van den Eede @.***> wrote:

9.1.5 should resolve this issue

On 11 Aug 2023, at 15:32, Viet Ho @.***> wrote:

hello, I'm having the same issue as well. Ver 9.00.04 works fine for me. Additionally somehow the script doesn't use relative E distance ("Move exceeds maximum extrusion" error). Here's my file generated by version 9.01.04 .22712.gcode_unprocessed.pp.zip < https://github.com/tomvandeneede/p2pp/files/12321940/default.22712.gcode_unprocessed.pp.zip>

My start gcode:

;P2PP PALETTE3_PRO ;P2PP P3_PROCESSPREHEAT ;P2PP PRINTERPROFILE=adb063623f59d256fa0431d9171be49f ;P2PP SPLICEOFFSET=40 ;P2PP MINSTARTSPLICE=130 ;P2PP MINSPLICE=90 ;P2PP MATERIAL_DEFAULT_0_0_0 ;P2PP MATERIAL_PLA_PLA_0_0_0 ;P2PP LINEARPINGLENGTH=350 ; Adapt to the length of your bowden tube ;P2PP EXTRAENDFILAMENT=150 ;P2PP ACCESSORYMODE_MAFX ;P2PP KLIPPER_TOOLCHANGE

SET_GCODE_VARIABLE MACRO=START_PRINT_MULTI VARIABLE=bed_temp VALUE=[first_layer_bed_temperature] SET_GCODE_VARIABLE MACRO=START_PRINT_MULTI VARIABLE=extruder_temp VALUE=[first_layer_temperature] START_PRINT_MULTI — Reply to this email directly, view it on GitHub < https://github.com/tomvandeneede/p2pp/issues/171#issuecomment-1674801475>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AK6CHJMVI4GRWDCGTE6FOU3XUYX7DANCNFSM6AAAAAA2UWZ27M>.

You are receiving this because you commented.

— Reply to this email directly, view it on GitHub https://github.com/tomvandeneede/p2pp/issues/171#issuecomment-1674970469, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMOLE5WNVTOINIOYL2VP4VTXUZFGDANCNFSM6AAAAAA2UWZ27M . You are receiving this because you authored the thread.Message ID: @.***>

-- Bryan Avery PhotonLight.com http://www.photonlight.com/ 877-584-6898 x101

blog.photonlight.com www.facebook.com/PhotonLight