Select the quantity of comented lines at the end of a G-code #1448
jfestrada
started this conversation in
Community contribution
Replies: 1 comment 3 replies
-
Will do something with the gcode writer rewrite. For now, should you be good by adding it to the start_gcode (as a comment) ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the firmware of the MK3S is taking care of the last 20KB of the file in order to search the M84 just to check the integrity of the file and be sure that the file is complete. Whe you are using multimaterial the quantity of comented lines is too high in SuperSlicer (arount 24KB) so the printer will allways alert to you that the file is incomplete.
So there are many ways to solve this situation, obviously the "easy way" is to increase the number of bytes to be checked by the printer, this option force to you to recompile the firmware. The other way could be create an option to limit the number of comented lines that will be added at the end of the G-Code, for example using a dropdownlist with the typical options of simple, expert, advanced.
Would be nice have the opportunity to set this option from the machine profile. What do you think? Has anyone found this situation previously?
Beta Was this translation helpful? Give feedback.
All reactions