How to print gcode that is not from a slicer?

I am looking to do a max flow test that CNC kitchen developed & then someone made a website generator for it https://hotend-flow-tester.netlify.app/ The problem is when I try to print the gcode from this I get this error message What do йneed to add to the gcode text file to get it to work?
Hotend Flow Test Gcode Generator
Generate Gcode to test your 3D printer's maximum hotend flow rate at different temperatures.
Solution:
add this to your printer.cfg:
allow_unsupported_slicer_versions: True
allow_unsupported_slicer_versions: True
...
Jump to solution
4 Replies
Solution
Chris
Chris5w ago
add this to your printer.cfg:
allow_unsupported_slicer_versions: True
allow_unsupported_slicer_versions: True
Champ180
Champ180OP2w ago
Hi, I added this to my printer.cfg but it is still not working. This is the file I downloaded from https://hotend-flow-tester.netlify.app/ Any suggestions?
Hotend Flow Test Gcode Generator
Generate Gcode to test your 3D printer's maximum hotend flow rate at different temperatures.
Faulpelzrobbe
Faulpelzrobbe2w ago
Type this in the console BYPASS_GCODE_PROCESSING This will skip the post processing for your next print
Champ180
Champ180OP2w ago
Thank you. I will give that a try tonight.

Did you find this page helpful?