I'm trying to find how to remove the headed bed and nozzle temperature settings from the GCode:
; EXECUTABLE_BLOCK_START
M486 S0 A"Cube_id_0_copy_0"
M486 S-1
M73 P0 R6
M190 S90 ; set bed temperature and wait for it to be reached
G10 S240 ; set nozzle temperature
;TYPE:Custom
I'm using Duet / RepRap which has been targetting to depreciate G10 for this use. I am using the Generic Tool Changer profile using a Duet 3.
Since there is no tool selected this will only generate an error and won't actually turn on a tool.
Tool heating is being handled in the Printer Start GCode. I'd prefer to use the current M568 P{toolNum} S{print_temp} R{standby_temp} A{heater_state}
I want to use an M140 to set a target Bed Temperature, then move on to initializing the other tools and once everything is ready for homing then wait for the M190 target temperature. This makes start-up printing much faster.
I just can't find where to turn these 2 settings off between EXECUTABLE_BLOCK_START and TYPE:Custom
Using OrcaSlicer v2.3.1