RatOs Configurator
When I create a new SD card, it seems like some parts are missing. It's the third SD I'm trying... I don't understand.
2 Replies
Nothing, I'm still having problems, even tried the RC1, but nothing. Set up the machine, it moves fine, but at the start of the print I get this:
Error evaluating 'gcode_macro START_PRINT:gcode': jinja2.exceptions.UndefinedError: list object has no element 1
Edit: Solved, with this in machine strt print g-code : START_PRINT EXTRUDER_TEMP={first_layer_temperature[0]},{first_layer_temperature[1]} EXTRUDER_OTHER_LAYER_TEMP={nozzle_temperature[0]},{nozzle_temperature[1]} BED_TEMP=[bed_temperature_initial_layer_single] CHAMBER_TEMP={overall_chamber_temperature} INITIAL_TOOL={initial_tool} TOTAL_LAYER_COUNT={total_layer_count} X0={adaptive_bed_mesh_min[0]} Y0={adaptive_bed_mesh_min[1]} X1={adaptive_bed_mesh_max[0]} Y1={adaptive_bed_mesh_max[1]}
