Print Start shows a warning about incomplete Slicer configuration.

I started my first print after updating to RatOS 2.1-RC3 (Printing a ringing tower to calculate input shaping parameters) and received a warning message in the console as follows: Incomplete Slicer Configuration detected Your slicer gcode settings are not up to date. Learn more about the RatOS Slicer Configuration The screenshot of my console is shown below. I did a little digging and I wonder if this part of the START_PRINT macro is the cause. The Start Print G-Code, per the RatOS documentation passes variables X0, X1, Y0, and Y1. There is no FIRST_X, or FIRST_Y parameter being passed. Should this be changed to read X0 and Y0 instead of FIRST_X and FIRST_Y?
No description
No description
39 Replies
TheTik
TheTik11mo ago
did you update your slicer in accordance with https://os.ratrig.com/docs/slicers/ ?
Azzkikkr
AzzkikkrOP11mo ago
Yes, I'm running Cura 5.9.0 and My start G-Code is START_PRINT EXTRUDER_TEMP={material_print_temperature_layer_0} BED_TEMP={material_bed_temperature_layer_0} X0=%MINX% Y0=%MINY% X1=%MAXX% Y1=%MAXY%. FYI, this is a non-IDEX V-Core 3.1
Azzkikkr
AzzkikkrOP11mo ago
No description
MDFPereira
MDFPereira11mo ago
What machine? Can you post the required files? Saw it… VC3.1
Azzkikkr
AzzkikkrOP11mo ago
V-Core 3.1. Here are the log files
MDFPereira
MDFPereira11mo ago
I will ask Tom to take a look. He made the post processor @tg73 can you take a look, please?
Azzkikkr
AzzkikkrOP11mo ago
Sounds good. Another FYI, I was told by Helge to add the ratos variable to bypass the post-processor Which I have
MDFPereira
MDFPereira11mo ago
Did you create the necessary script?
Azzkikkr
AzzkikkrOP11mo ago
The necessary script? I'm not sure what that means
Azzkikkr
AzzkikkrOP11mo ago
Oh, yes I did. For Cura I added the MeshPrintSize.py script and added that as post processing script in Cura
MDFPereira
MDFPereira11mo ago
Let’s see what Tom has to say… Or @miklschmidt
Azzkikkr
AzzkikkrOP11mo ago
Sounds good. Thank you!~
tg73
tg7311mo ago
It's because postprocessing is bypassed. The postprocessor sets FIRST_X and FIRST_Y.
MDFPereira
MDFPereira11mo ago
Can you share a print screen of the bypass variable?
Azzkikkr
AzzkikkrOP11mo ago
Oh ok... here it is
Azzkikkr
AzzkikkrOP11mo ago
No description
MDFPereira
MDFPereira11mo ago
Correct…
Azzkikkr
AzzkikkrOP11mo ago
These two variables were set based on recommendations by Helge
tg73
tg7311mo ago
What was the problem being solved by setting those two vars? Ah, using cura. Is this a non-IDEX machine?
Azzkikkr
AzzkikkrOP11mo ago
When I tried the print without these variables, I got an error message that the G-Code generator was not valid
Azzkikkr
AzzkikkrOP11mo ago
No description
Azzkikkr
AzzkikkrOP11mo ago
Yes, non-IDEX
tg73
tg7311mo ago
Yeah, cura is not supported. We have limited human resources to deal with different slicers, and cura didn't make the cut. You are best asking @miklschmidt (RatOS author/maintainer) if you want to discuss that.
Azzkikkr
AzzkikkrOP11mo ago
Understood. Thanks for your time
tg73
tg7311mo ago
What's this MeshPrintSize.py script btw?
Azzkikkr
AzzkikkrOP11mo ago
That's the python script added to Cura to obtain the X0, X1, Y0, and Y1 coordinates from the G-Code for adaptive meshing. The RatOS documentation has all this info
Azzkikkr
AzzkikkrOP11mo ago
No description
tg73
tg7311mo ago
Ah, I wasn't aware of this in the docs. Makes sense. So I think you should be good to ignore the warning about FIRST_X/FIRST_Y.
Azzkikkr
AzzkikkrOP11mo ago
Sounds good. I noticed the printer still did the adaptive meshing before starting the print, so I'm not too worried. Thanks again!
Bluegoose59
Bluegoose597mo ago
I just updated to 2.1 and now i'm getting the Incomplete Slicer Configuration detected. I use S3d v5 and have START_PRINT EXTRUDER_TEMP=[extruder0_temperature] BED_TEMP=[bed0_temperature] X0=[build_min_x] Y0=[build_min_y] X1=[build_max_x] Y1=[build_max_y] in my start. I is S3D is supported?
TheTik
TheTik7mo ago
https://os.ratrig.com/docs/slicers#simplify-3d-v5 your start gcode should be as listed there
Bluegoose59
Bluegoose597mo ago
Thats what I have
TheTik
TheTik7mo ago
Open your own post
Bluegoose59
Bluegoose597mo ago
START_PRINT EXTRUDER_TEMP=[extruder0_temperature] BED_TEMP=[bed0_temperature] X0=[build_min_x] Y0=[build_min_y] X1=[build_max_x] Y1=[build_max_y] Is this correct?
Bluegoose59
Bluegoose597mo ago
Sorry I'm new at posting on here, what are you referring to? I used the script in the link you sent. That was also the script I used on 2.0.2 which was fine. Does the post processor support S3D V5?
TheTik
TheTik7mo ago
You are on someone elses post. Go to the ratos-support channel and open a new thread.
Bluegoose59
Bluegoose597mo ago
OK sorry

Did you find this page helpful?