Skip to content

Help with the the new Print_Stat Macro #116

Closed Answered by jschuh
appleimperio asked this question in Q&A
Discussion options

You must be logged in to vote

I would think you want something like this, since you need to attach the probe before the first homing move (which occurs in the preheat phase) and then detach after the probing phase is complete:

M190 S0 ; Remove this if autoemit_temperature_commands is off in Prusa Slicer 2.6 and later
M109 S0 ; Remove this if autoemit_temperature_commands is off in Prusa Slicer 2.6 and later
_PRINT_START_PHASE_INIT EXTRUDER={first_layer_temperature[initial_tool]} BED=[first_layer_bed_temperature] MESH_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} MESH_MAX={first_layer_print_max[0]},{first_layer_print_max[1]} LAYERS={total_layer_count} NOZZLE_SIZE={nozzle_diameter[0]}
STATUS_WLED_HEATING ; L…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@appleimperio
Comment options

@jschuh
Comment options

Answer selected by appleimperio
@jschuh
Comment options

@appleimperio
Comment options

@jschuh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants