Good day All!
Here is my new problem… : When I start the printer and Home X, Y, and Z through the mainsail UI, everything goes right (motors go to front left corner for XY homing, then move to center of bed for Z), then when I launch a print (gcode generated with Cura), it seems that XY are applying the safe_z_home parameters, and try to move out of max distance, so the print stops…
I did no changes to my printer.cfg manually, but yesterday, I did a resonnce calibration using a adxl345, which I am very happy with in term of results, but I wonder if it did not change some parameters, somewhere in the conf files…
Here is Cura Start gcode:
G28 ;Home
G1 Z15.0 F6000 ;Move the platform down 15mm
;Prime the extruder
G92 E0
G1 F200 E3
G92 E0
and End gcode:
G28 ;Home
G1 Z15.0 F6000 ;Move the platform down 15mm
;Prime the extruder
G92 E0
G1 F200 E3
G92 E0
Thanks for your help!
printer.cfg (8.1 KB)