Turge08 / print_area_bed_mesh

Create bed mesh for print area only
212 stars 40 forks source link

PrusaSlicer start code wrong? #25

Closed RURon closed 2 years ago

RURon commented 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]} ?

RURon commented 2 years ago

Hmm, I think I must have looked wrong - even though my own startup code was wrong, the docs are correct already