probe adaptive meshing error

trying to set up the adaptive meshing but it seems not to work, printer.cfg is uploaded
4 Replies
JaminCollins
JaminCollins5mo ago
Don't see anything obvious on my phone. Can you upload a small sliced model?
JaminCollins
JaminCollins5mo ago
Looks like your START_PRINT macro is being called twice?
START_PRINT EXTRUDER_TEMP=220 BED_TEMP=68
;enable this if you have a BTT Smart Filament Sensor
;SET_FILAMENT_SENSOR SENSOR=my_sensor ENABLE=0
; Filament gcode
SET_GCODE_OFFSET Z=0
SET_PRESSURE_ADVANCE ADVANCE=0.05
START_PRINT EXTRUDER_TEMP=220 BED_TEMP=68 X0=76.8973 Y0=76.8893 X1=103.111 Y1=103.111
START_PRINT EXTRUDER_TEMP=220 BED_TEMP=68
;enable this if you have a BTT Smart Filament Sensor
;SET_FILAMENT_SENSOR SENSOR=my_sensor ENABLE=0
; Filament gcode
SET_GCODE_OFFSET Z=0
SET_PRESSURE_ADVANCE ADVANCE=0.05
START_PRINT EXTRUDER_TEMP=220 BED_TEMP=68 X0=76.8973 Y0=76.8893 X1=103.111 Y1=103.111
This would explain the behavior you described. You'll need to figure out where in your slicer you have the double call.
3dRig
3dRig5mo ago
okayyyy i fixed it with your help, thank you so much