@Phaedrux inputed those, restarting a new test. ill let ya know how it goes
Thanks again
@Phaedrux inputed those, restarting a new test. ill let ya know how it goes
Thanks again
im open to trying whatever.. honestly this seam is my issue, its causing bulges down stream from seam moves.
i did that test and found 2.20 to be my magic number, but cant make it work..
What should i adjust on the M566/M201/M203 area?
yes,
0.18mm Zhop
wipe enabled 75%
did have retract on layer but im tweaking that.
Thanks for the suggestions!
I set a E value of 2000, then added the 2.2 pressure advance and max speed was still 15mm/s
nothing listed in override config. I think im just going to tune my slicer around the lack of PA.
Now to work on this filament runout sensor!
this is my Start gcode from PrusaSlicer
; Raise bed temp to profile requested bed temp
M140 S[first_layer_bed_temperature] ; Raise bed temp to profile requested bed temp
M104 S150 T0 ; Raise hot-end temp to 150C for G32 auto-calibration
M190 S[first_layer_bed_temperature] ; Wait for bed temp to rise
M109 S150 T0 ; Wait for hot-end temp to rise to 150C
G28 ; home all axes
G32 ; Autocalibrate bed
G32 ; Autocalibrate bed a second time
G1 H2 X0 Y0 F6000;
;G29 S1; load mesh heightmap - loaded in bed.g
;G1 H2 Z20 F600 ; Move bed down 20
M104 S[first_layer_temperature] T0 ; Raise hot-end temp to profile requested hot-end layer 1 temp
M109 S[first_layer_temperature] T0 ; Wait for hot-end temp to rise to profile requested hot-end layer 1 temp
G28 Z; home z again
G1 H2 X0 Y0 F6000;
G1 X0.0 Y0.0 Z1.0 F1000.0 ; prepare to prime
G92 E0 ; reset extrusion distance
G1 Z0.2 F600
G1 X60.0 E9.0 F1000.0 ; priming
G1 X125.0 E12.5 F1000.0 ; priming
G1 Z0.5 F600
G92 E0 ; reset extrusion distance
; end of start code
I adjusted the config to these
M566 X1200.00 Y1200.00 Z150.00 E3600.00
with the M572 D0 S2.20
and yeah. SUPER slow, like 20mm/s slow
Hey everyone, Ive been reading the forums for a bit now trying to find my answer and Im better off asking!
New duet user so please be gentle (not even close to new on 3dp)
I Recently got a corexy running duet, and ive been tuning it like i would my other machines, now of course linear advance isnt the same so we come to Pressure advance.
i did the tutorial i found on the dozuki for calibrating it and i found with my 600mm+ bowden fed by a BMG i need 2.2 for my PA. so i added that line to my config.g and now my prints are INCREDIBLY slow..
Here are my existing settings
M566 X900.00 Y900.00 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min)
M203 X18000.00 Y18000.00 Z180.00 E6000.00 ; Set maximum speeds (mm/min)
M201 X3000.00 Y3000.00 Z20.00 E10000.00 ; Set accelerations (mm/s^2)
wondering what Jerk/accel values i should aim for, i tried adjusting them mid print but no changes. once i turned off the M571 it was golden again..
THanks for taking the time to look!