This commit is contained in:
琉璃月光
2025-08-15 12:08:30 +08:00
parent dca51db4eb
commit eaa1cee17f
82 changed files with 3398316 additions and 554437 deletions

View File

@ -17,15 +17,10 @@ manual_adjust_accuracy = 1
# debug_speed=10
# return_speed = 10
feedLine_set_section = 'FeedLine'
dropLine_set_section = 'DropLine'
droppoints_set_section = 'DropPoints'
position_set_section = 'Position'
feedLine_set_file = f'.{os.sep}Config{os.sep}FeedLine.ini'
drop_points_file = f'.{os.sep}Config{os.sep}DropLine.ini'
MAX_DropPoints_num = 40
MAX_Line_num = 10
MAX_Drop_num = 40
MAX_Position_num = 40
MAX_Line_num = 10
set_ini = 'Seting.ini'
movie_moving = './Image/transport.gif'
mode_array = ["", "⼿动模式", "⾃动模式", "停⽌模式", "", "", "","⾃动运⾏中", "单步", "单循环"]