Porównaj commity

...

4 Commity

Autor SHA1 Wiadomość Data
sharmstr 7aec4106c1
Merge branch 'OpenBuilds:master' into master 2024-04-23 13:13:59 -07:00
unknown 1a5d10c4e4 Update Changelog 2024-04-23 21:50:55 +02:00
unknown 14ec019b61 Update Changelog 2024-04-23 21:49:00 +02:00
unknown d495d43e31 V1.0.372 Interface firmware 2024-04-23 20:57:55 +02:00
4 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -1,12 +1,13 @@
v1.0.372: (Upcoming release, not available yet)
v1.0.372:
- Updated Max Rate for LEAD1010 Plasma Add On profile
- Added electron's app.setAppUserModelId(id) to clean up Windows notications (to be tested)
- Fixed Issue #126 Support Inch measurements in Probe > Endmill Diameter
- Fixed Issue #306 In grblHAL 4th axes build, let fixGrblHALSettings force $376=1 to designate A axis as Rotary
- Fixed Issue #335 Keyboard shortcuts - handle Metro naming of keys in Macro's Keyboard Shortcuts
- Fixed Issue #347 Added Interface's Wifi Config to Interface USB Prep Wizard (Pending Interface Firmware update work)
- Fixed Issue #353 Jog buttons no longer accidentally change override sliders if sliders was in focus
- Fixed Issue #354 Updated LEAD1010 Plasma Profiles for Interface (Pending Interface Firmware update work)
- (Interface) Fixed Issue #347 Added Interface's Wifi Config to Interface USB Prep Wizard (Requires Interface Firmware update to V1.58 to work)
- (Interface) Fixed Issue #354 Updated LEAD1010 Plasma Profiles for Interface (Requires Interface Firmware update to V1.58 to work)
- (Interface) Updated include Interface firmware binary to V1.58 (please flash your Interface from Wizards and Tools > Firmware flashing tool)
v1.0.371:
- Fixed Issue #257 Changed Arc drawing behavior for G2 full circles in 3D viewer
- Fixed Issue #285 Updated ACRO with Pen servo default Grbl profile PWM parameters

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -3357,6 +3357,7 @@ https.get("https://raw.githubusercontent.com/OpenBuilds/firmware/main/interface/
'type': 'info'
}
io.sockets.emit('data', output);
debug_log(JSON.stringify(output));
})
})

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "OpenBuildsCONTROL",
"version": "1.0.372",
"version": "1.0.373",
"license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Host Software",
"author": "github.com/openbuilds <support@openbuilds.com>",