That is ok. You could probe the bed warm. Like this:Rv8 wrote:I have this
in the start g code:
G28 ; home all axes
G29
G1 Z5 F5000 ; lift nozzle
----------------------------------------
in the end g code:
M104 S0 ; turn off temperature
G28 X0 ; home X axis
G29
M84 ; disable motors
Is it ok please ? thanks
M190 S50; set bed temperature to 50 and wait to temperature reached
M109 S200; set hotend temperature to 200 and wait
G28 ; home all axes
G29
G1 Z5 F5000 ; lift nozzle
Offset -11 is VERY high. That means that the probe is about one cm lower compared to your nozzle. With the standard 3DTouch mount some value between -1.0 to -1.9 is normal.
Try M851 Z-1.5 followed by M500. Print something and figure out if you need to lower or raise the value.