Error with PS 2.6 and Voron
This worked in past versions but now getting this error with my Voron:
G-code export to C:\Users\rmily\AppData\Local\Temp\.17092.gcode failed due to invalid custom G-code sections:start_gcodeParsing error at line 2: Not a variable nameprint_start EXTRUDER={first_layer_temperature[initial_extruder] + extruder_temperature_offset[initial_extruder]} BED=[first_layer_bed_temperature] CHAMBER=[chamber_temperature] ^Please inspect the file C:\Users\rmily\AppData\Local\Temp\.17092.gcode.tmp for error messages enclosed between !!!!! Failed to process the custom G-code template ...and !!!!! End of an error report for the custom G-code template ...for all macro processing errors.
This is my Start-G-code in PS:
M117print_start EXTRUDER={first_layer_temperature[initial_extruder] + extruder_temperature_offset[initial_extruder]} BED=[first_layer_bed_temperature] CHAMBER=[chamber_temperature]
RE: Error with PS 2.6 and Voron
Anyone?
RE: Error with PS 2.6 and Voron
I have a sv06 running klipper and had to delete the variable extruder and chamber temp portions of my start g code.
Refer to below from https://ellis3dp.com/Print-Tuning-Guide/articles/passing_slicer_variables.html
PRUSA SLICER
(3 lines)
Prusa Slicer doesn’t support chamber temp.
M104 S0 ; Stops PS/SS from sending temp waits separately M140 S0 PRINT_START BED=[first_layer_bed_temperature] HOTEND=[first_layer_temperature[initial_extruder]]