Closed RURon closed 2 years ago
I just noticed that your suggested Prusaslicer start code is:
print_start EXTRUDER={first_layer_temperature[initial_extruder] + extruder_temperature_offset[initial_extruder]} BED=[first_layer_bed_temperature] CHAMBER=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[0]}
The PRINT_MAX array is using the same value two times and I think the second item should be {first_layer_print_max[1]} ?
{first_layer_print_max[1]}
Hmm, I think I must have looked wrong - even though my own startup code was wrong, the docs are correct already
I just noticed that your suggested Prusaslicer start code is:
print_start EXTRUDER={first_layer_temperature[initial_extruder] + extruder_temperature_offset[initial_extruder]} BED=[first_layer_bed_temperature] CHAMBER=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[0]}
The PRINT_MAX array is using the same value two times and I think the second item should be
{first_layer_print_max[1]}
?