That raised band isn’t supposed to be there. I printed 3 of these in a different color Bambu PETG and had no issues, but then this ridge appeared when I switched to orange Bambu PETG. Layer shifts seem to happen sporadically, from model to model, with no apparent rhyme or reason.
Print settings:
Filament: Bambu PETG Basic
Nozzle: 255C
Bed: 70C
Flow ratio: 0.95
Volumetric speed: 13mm/s^3
Filament start gcode:
; filament start gcode
{if (bed_temperature[current_extruder] >80)||(bed_temperature_initial_layer[current_extruder] >80)}M106 P3 S255
{elsif (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S180
{endif}
{if activate_air_filtration[current_extruder] && support_air_filtration}
M106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]}
{endif}
Filament end gcode:
; filament end gcode
M106 P3 S0



Things I’ve tried to get rid of the shift:
Belt tensioning
Cleaning the carbon rods and cleaning/lubricating the stainless steel rods
Running printer self-calibration routine
Things I haven’t checked/tried yet:
Checking stepper motors for overheating
Enabling 'automatic recovery from step-loss' option in Bambu Studio
Maybe there’s something obvious here I’m missing. Maybe this isn’t even a layer shift, technically? Not sure.