Problem with PROCASTINATOR

Hi,

i have an issue with PROCASTINATOR, it seems to works, but when i launch a print, plugin asks to me the time to start print and this is OK, but print starts the same to heat bed and extruder and i have to manually stop them from temperature panel.

any way to avoid temps start?

Which slicer do you use?

I use Prusaslicer 2.3.0 and Prusa Mk3S

On 3 aprile 2021 a 13:59:07, HAL 9000 via OctoPrint Community Forum (noreply@community.octoprint.org) scritto:

I'm not familiar with Prusaslicer.
It could be a wrong configuration in the slicer or an issue of Procastinator.

To be sure please upload a small gcode so we can check the start gcode and a serial.log.
You don't have to print the hole thing for the log - just stop it when the heating problem occurs.

Official start g-code, made by PRUSA for their MK3S on prusaslicer:

M862.3 P "[printer_model]" ; printer model check
M862.1 P[nozzle_diameter] ; nozzle diameter check
M115 U3.9.3 ; tell printer latest fw version
G90 ; use absolute coordinates
M83 ; extruder relative mode
M104 S[first_layer_temperature] ; set extruder temp
M140 S[first_layer_bed_temperature] ; set bed temp
M190 S[first_layer_bed_temperature] ; wait for bed temp
M109 S[first_layer_temperature] ; wait for extruder temp
G28 W ; home all without mesh bed level
G80 ; mesh bed leveling
G1 Y-3.0 F1000.0 ; go outside print area
G92 E0.0
G1 X60.0 E9.0 F1000.0 ; intro line
G1 X100.0 E12.5 F1000.0 ; intro line
G92 E0.0
M221 S{if layer_height<0.075}100{else}95{endif}

; Don't change E values below. Excessive value can damage the printer.
{if print_settings_id=~/.(DETAIL @MK3|QUALITY @MK3)./}M907 E430 ; set extruder motor current{endif}
{if print_settings_id=~/.(SPEED @MK3|DRAFT @MK3)./}M907 E538 ; set extruder motor current{endif}

On 3 aprile 2021 a 14:36:30, HAL 9000 via OctoPrint Community Forum (noreply@community.octoprint.org) scritto:

that looks good
now we need the serial.log to find out what was actually sent to the printer.