M109: unknown value 'material_print_tempe'
-
Hi Guys I keep getting this Error message,
Error: in GCode file line 415 column 8: M109: unknown value 'material_print_tempe'
Does anyone know what its about.
The file was sliced in simplify3d.using duet wifi 2 and 3.1.1 firmware
Thanks in advance
-
@archie-karagiannis said in M109: unknown value 'material_print_tempe':
unknown value 'material_print_tempe'
It sounds like your simplify3d is trying to do a variable substitution but you didn't get the variable name right. Check your start gcode scripts. Look for "material_print_tempe" it should probably be "material_print_temperature' which would then be evaluated to an actual temperature number.
-
Problem Solved , for some reason i had a M109 in my start Gcode, ???
Thanks For your help