Hi all,

Im having a few issues with my 3D printer at the moment, i have these new strange ridges in my 3D prints.

I installed a 2nd Z Axis rod recently as i thought this might solves the issues, however this has not done anything to change the problem.

Has anyone got any idea, im thinking now it could be some issue in the G-Cofe for the Ender 3-MAX

Picture as below if anyone has any ideas?
WhatsApp Image 2021-11-23 at 13.52.42.jpg

Many thanks,

J

G-Code Settings:

; Ender 3 Custom Start G-code
M140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature
M190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature
M104 S140; start warming extruder to 140
G28 ; Home all axes
G29 ; Auto bed-level (BL-Touch)
G92 E0 ; Reset Extruder
M104 S{material_print_temperature_layer_0} ; Set Extruder temperature
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
M109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
G92 E0 ; Reset Extruder
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
; End of custom start GCode