mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-24 18:41:54 -06:00
Replaced the code to substitute host address part in URL
with libcurl library calls. This solution should be more robust than a homebrew URL parser solution.
This commit is contained in:
parent
f88d678a4a
commit
f4dfbb69e2
3 changed files with 51 additions and 15 deletions
|
@ -13,6 +13,8 @@ namespace Utils {
|
|||
|
||||
using boost::asio::ip::tcp;
|
||||
|
||||
// Generic command / response TCP telnet like console class.
|
||||
// Used by the MKS host to send G-code commands to test connection ("M105") and to start printing ("M23 filename", "M24").
|
||||
class TCPConsole
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue