Skip to content

Commit

Permalink
V1.0.372 Interface firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Apr 23, 2024
1 parent 24cedb4 commit d495d43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ v1.0.372: (Upcoming release, not available yet)
- 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 work)
- (Interface) Fixed Issue #354 Updated LEAD1010 Plasma Profiles for Interface (Requires Interface Firmware update to V1.58 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
Expand Down
Binary file modified firmware.bin
Binary file not shown.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));

})
})
Expand Down

0 comments on commit d495d43

Please sign in to comment.