You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(f"{error_marker}The specified output folder '{input_file}' is a binary gcode file, which is not supported. Disable binary gcode in your slicer settings", file=sys.stderr)
print(f"{error_marker}The file '{input_file}' is a binary gcode file, which is not supported. Disable Binary G-code in your slicer settings", file=sys.stderr)
2044
+
sys.exit(1) # Exit immediately
2045
+
returnfile
2046
+
2047
+
2045
2048
# Only process the file if Brick Layers if enabled
2046
2049
ifargs_dict["enabled"] >0:
2047
2050
@@ -2177,7 +2180,7 @@ def expand_ranges(ranges):
2177
2180
# print(final_output_file)
2178
2181
2179
2182
# Open the input and output files using Generators:
0 commit comments