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 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
+
2037
2048
# Only process the file if Brick Layers if enabled
2038
2049
ifargs_dict["enabled"] >0:
2039
2050
@@ -2169,7 +2180,7 @@ def expand_ranges(ranges):
2169
2180
# print(final_output_file)
2170
2181
2171
2182
# Open the input and output files using Generators:
0 commit comments