Problems keep Z0
-
your mesh looks like a sagging x axis. Maybe increase the sturdyness.
-
It is the bed that is so folded, but it is assumed that the mesh, should solve the printing problems
-
@juanmena said in Problems keep Z0:
M98 P "/ macros / Iniciar Impresion"
where in the g code does it put that?
if its before a G30 then that will undo the mesh bed leveling.
-
@veti this is my Macro
;M98 P"/macros/Iniciar Impresion" ; Cargar Parametros de la malla
M561
G29 S2
M280 P7 S160; Liberación de alarma BLTouch
G4 P100; retraso para BLTouch
G28 XY
G1 X175 Y175 F12000
G30
;G29; nivelación automática de la cama Al aire libre
G32
G1 X175 Y175 F12000
G30
G1 Z10 F36000
M375 P"/sys/heightmap.csv"
M500 -
no i mean post a the beginning of an actual file that your slicer generates.
-
G90
M83
M106 S0
M140 S90
M104 S247 T0
M109 S247 T0
M98 P"/macros/Iniciar Impresion" ; Cargar Parametros de la malla
G1 E-3.6000 F6000
G1 Z0.400 F2400
; process Process1
; layer 1, Z = 0.200
T0
; tool H0.200 W0.480
; skirt
G1 X150.688 Y128.309 F7200
G1 Z0.200 F2400
G1 E3.6000 F1800
G1 X150.701 Y128.290 E0.0009 F1800
G1 X150.877 Y128.067 E0.0113
G1 X150.893 Y128.049 E0.0009
G1 X151.488 Y127.389 E0.0355
G1 X151.504 Y127.372 E0.0009
G1 X151.707 Y127.174 E0.0113
G1 X151.725 Y127.158 E0.0009
G1 X152.400 Y126.580 E0.0355 -
@juanmena said in Problems keep Z0:
M375 P"/sys/heightmap.csv"
M375 P "malla.csv"
which one is it?
just use G29 S1
check if your macro are actually working.
while printing issue a M122
and look for
Bed compensation in use: mesh -
The mesh charges it well and I have checked it with M122 and it puts mesh. Loading through the macro:
; M98 P "/ macros / Start Printing"; Load Mesh parameters
M561
G29 S2
M280 P7 S160; BLTouch alarm release
G4 P100; delay for BLTouch
M98 P "/sys/homeall.g"
G1 X175 Y175 F12000
G30
G32
G1 X175 Y175 F12000
G30
G1 Z10 F36000
G29 S1The problem is when the second process begins on another side of the bed, it seems that it does not recognize the Z0 well, although the mesh is still well loaded, but it prints in the air and I am bored looking for the problem
-
ok from your description i though the mesh bed leveling was not applied.
if after the bed leveling the nozzle does not touch the bed in some areas, that could be due to other factors.
wrong probe offset.
carriage tilt
structural problems (which from the mesh bed leveling image it does really look like you have sagging of the x carriage)can you rotate your bed by 90 degrees. to verify it is really your bed?
-
@veti I have turned the bed, and indeed, the bed is bent. You can see that it has the same curve in the other direction.