Commit Graph

1086 Commits

Author SHA1 Message Date
Eduardo
0182edc7c6 fix barcode len 2026-04-07 11:52:04 +02:00
c22ca85f4d fix label & modbus 2025-03-25 09:54:52 +01:00
1d1da5b5df DEV TEXA 2025-03-24 13:12:13 +01:00
eduardo
ef3f3d57a3 texa label 2025-03-24 11:30:29 +01:00
eduardo
d7c1123fc6 texa label 2025-03-24 10:57:39 +01:00
neo
7444e01107 edaily 926 update 2025-03-21 09:15:04 +01:00
stten5
e9a1e5a6c1 stten5 fix extra label 2025-03-20 15:36:03 +01:00
14a83d6928 fix 2025-03-20 15:23:21 +01:00
STTEN8
01b1ff2cb0 stten8 fix 2025-03-19 12:38:24 +01:00
STTEN8
a08625f9df stten8 2025-03-19 11:45:22 +01:00
STTEN8
d767375dac Merge remote-tracking branch 'origin/master' 2025-03-19 11:32:12 +01:00
STTEN8
3e3322123c stten8 2025-03-19 11:31:04 +01:00
c6455ed2ff fix tag show on user 2025-03-19 11:25:56 +01:00
bd8045906f fix label to print 2025-03-19 11:16:03 +01:00
e78c8daed2 Merge remote-tracking branch 'origin/master' 2025-03-19 10:03:45 +01:00
6c77989a67 Set template text and visibility based on autotest mode
Introduced a conditional check to update the template label text when in autotest mode. Ensured the template label is visible during specific UI states to enhance user feedback and clarity.
2025-03-19 10:03:32 +01:00
92be5a6e09 fix 2025-03-19 09:54:47 +01:00
6678c666dd Merge remote-tracking branch 'origin/master' 2025-03-19 09:44:31 +01:00
474075db7d fix 2025-03-19 09:44:08 +01:00
ST-TEN-11
43d41487f5 stten11 tmp fix 2025-03-19 09:21:45 +01:00
ST-TEN-11
d54f0b7cae stten11 tmp fix 2025-03-19 09:20:23 +01:00
ST-TEN-11
eb393e5552 Merge remote-tracking branch 'origin/master' 2025-03-19 00:36:02 +01:00
ST-TEN-11
36c74e0dcc stten11 2025-03-19 00:35:42 +01:00
neo
9c4dbb45fd new admin password 2025-03-18 19:24:10 +01:00
neo
fab355e36c fix periodic autotest, test it with --test-autotest 2025-03-18 19:17:01 +01:00
stten5
e17ed4a6c9 stten5 2025-03-18 17:45:09 +01:00
stten5
8efbe55108 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	config/instruction_images/st-ten-5/5803036734.svg
#	config/instruction_images/st-ten-5/5803036735.svg
2025-03-18 16:53:09 +01:00
a4decef101 Merge remote-tracking branch 'origin/master' 2025-03-18 15:49:15 +01:00
3ce90f4d80 Set default value for pid_mod_config in defaults.ini
Added a default configuration entry for `pid_mod_config` with a value of 5. This ensures the setting is initialized properly and avoids potential issues from missing configurations.
2025-03-18 15:49:00 +01:00
neo
7dba2a6839 fix stten7 labels tbt 2025-03-17 09:07:57 +01:00
neo
5b73ad04f0 fix stten7 labels tbt 2025-03-15 15:58:56 +01:00
stten7
55dfd61ddb st ten 7 fix piece removal bug 2025-03-15 08:54:47 +01:00
stten7
ebf217b71f st ten 7 fix piece removal bug 2025-03-14 13:53:42 +01:00
stten7
c4e0ad614c st ten 7 fix scarico 2025-03-13 15:41:02 +01:00
stten7
770ff2e9ec Merge remote-tracking branch 'origin/master' 2025-03-13 15:24:19 +01:00
stten7
cf3afbb995 st ten 7 PALLINI 2025-03-13 15:23:55 +01:00
neo
be3a965ba3 RFID fix see init.sh 2025-03-07 17:20:29 +01:00
germano laptop
b103ec0438 dev b 2025-03-06 14:26:18 +01:00
d56329655e Fix handling of PID mode configuration retrieval
Updated the PID mode configuration to directly use the combobox object instead of invoking it as a function. Adjusted references accordingly to ensure proper mapping and alignment with the updated usage.
2025-03-06 12:09:49 +01:00
eduardo
55c4be281b labels ferrary black 2025-03-06 09:25:52 +01:00
eduardo
43db7d1937 labels ferrary black 2025-03-06 07:47:45 +01:00
363cbc34b6 Update PID configuration to use mode selection via dropdown
Replaces the "slow_pid" checkbox with a "pid_mod_config" dropdown for more flexible PID mode selection. Updates configuration management, UI, and test flag logic to reflect the new PID mode options: AUTO, FAST, MEDIUM, and SLOW. Ensures backward compatibility by defaulting to AUTO mode.
2025-03-05 16:19:47 +01:00
2993049a66 fix 2025-03-05 16:08:45 +01:00
acb0072c00 fix 2025-03-05 16:01:50 +01:00
a953edb1ce Add support for "slow_pid" configuration and UI integration
Implemented a new "slow_pid" parameter across configuration files, UI components, and backend logic. Updated machine settings, Leak Test editor, and recipe manager to handle this parameter. Adjusted related layout and logic to ensure seamless integration.
2025-03-04 10:48:19 +01:00
464bba989a fix 2025-03-03 13:56:55 +01:00
5d4b2d6ed5 FIX 2025-03-03 13:38:49 +01:00
db682d12e1 Merge remote-tracking branch 'origin/master' 2025-03-03 13:38:23 +01:00
b1d2acf7c1 Add support for barcode formatting in configurations
Introduced a new `barcode_format` field in configuration files to specify barcode structure. Updated related code to utilize the default barcode format when processing recipes and test data. This change ensures consistency and flexibility in barcode generation across systems.
2025-03-03 13:38:11 +01:00
74b85940fa fix 2025-03-03 10:58:33 +01:00