After last firmware upgrade to 1.05.00 I’m not happy with a quality of printing.
Printer starts do something like “homing” extruder to 0 position by X axis and - few millimeters by Z axis and then resuming after this layers has line mudslide plus additional piece of filament that melted out, glued between, during this action.
Want to have option to turn off this “useful” feature without downgrade.
Anyone has some experience, or could advice, how to turn it off during printing process?
Seems travel need to be optimized.
Moving to safe position, seems it is
“Avoid crossing walls” useless for my case.
Found solution.
Deleted Timelapse Gcode in “Machine Gcode” in printer settings
Here its deleted content.
; SKIPTYPE: timelapse
M622.1 S1 ; for prev firware, default turned on
M1002 judge_flag timelapse_record_flag
M622 J1
G92 E0
G1 Z{max_layer_z + 0.4}
G1 X0 Y{first_layer_center_no_wipe_tower[1]} F18000 ; move to safe pos
G1 X-13.0 F3000 ; move to safe pos
M400
M1004 S5 P1 ; external shutter
M400 P300
M971 S11 C11 O0
G92 E0
G1 X0 F18000
M623
Saved as other user profile
After this homing gone and “Avoid crossing walls” with parameter 200mm works well now.