#PAM Problem

12 messages · Page 1 of 1 (latest)

digital laurel
#

I installed PAM yesterday and it works. However, my traditional bed mesh runs first and then PAM. I was hoping PAM would become the only bed mesh.

still flint
#

if you are using ratos then you have most likely changed any of the macros

digital laurel
#

Would installing Obico change a macro? I didn't change any intentionally.

still flint
#

please share your printer.cfg

digital laurel
still flint
#

show your slicer start gcode

digital laurel
#

M190 S0 ; Prevents prusaslicer from prepending m190 to the gcode interfering with the macro
M109 S0 ; Prevents prusaslicer from prepending m109 to the gcode interfering with the macro
;SET_GCODE_VARIABLE MACRO=RatOS VARIABLE=relative_extrusion VALUE=True
START_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]
MESH_CONFIG X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]}
START_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]

still flint
#

do you see the error?

#

you are calling START_PRINT two times

digital laurel
#

Yes. Also M190 S0 twice. Thanks Easy fix.

still flint