You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried installing this and I added BED_MESH_CALIBRATE PRINT_MIN={params.PRINT_MIN} PRINT_MAX={params.PRINT_MAX} FORCE_NEW_MESH=True to my start macro and set my orcaslicer start gcode to M104 S0 ; Stops PrusaSlicer from sending temp waits separately M140 S0 PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}
to pass the file parameters but klipper doesn't recognize the print_min as part of the bed_mesh_calibrate, I'm using a klicky as a probe, any idea on how to fix this?
The text was updated successfully, but these errors were encountered:
I tried installing this and I added
BED_MESH_CALIBRATE PRINT_MIN={params.PRINT_MIN} PRINT_MAX={params.PRINT_MAX} FORCE_NEW_MESH=True
to my start macro and set my orcaslicer start gcode toM104 S0 ; Stops PrusaSlicer from sending temp waits separately M140 S0 PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}
to pass the file parameters but klipper doesn't recognize the print_min as part of the bed_mesh_calibrate, I'm using a klicky as a probe, any idea on how to fix this?
The text was updated successfully, but these errors were encountered: