RatOS v2.1 new set up - variable_bed_mesh_profile issue

Hi guys, I've just moved from a very old version from 2022 to V2.1. I had it set up to only load the bed mesh profile and not actually probe for every print, I realised after my first large print that RatOS v2.1 doesn't load the bed mesh like the old version did. Some googling told me to add "variable_bed_mesh_profile: ratos" into the code but i'm currently getting the following error; Option 'variable_bed_mesh_profile' in section 'gcode_macro RatOS' is not a valid literal: malformed node or string: <ast.Name object at 0x7530de08>
Solution:
Ok I think i've resolved it 😅 the ratos bit just needs to be in quotations. variable_bed_mesh_profile: "ratos" I don't get the error anymore. Just gonna do a test print to be sure...
Jump to solution
1 Reply
Solution
BigDan1190
BigDan1190•3w ago
Ok I think i've resolved it 😅 the ratos bit just needs to be in quotations. variable_bed_mesh_profile: "ratos" I don't get the error anymore. Just gonna do a test print to be sure