CN112848307A - 3D printing method, device, server and storage medium - Google Patents

3D printing method, device, server and storage medium Download PDF

Info

Publication number
CN112848307A
CN112848307A CN202011506168.1A CN202011506168A CN112848307A CN 112848307 A CN112848307 A CN 112848307A CN 202011506168 A CN202011506168 A CN 202011506168A CN 112848307 A CN112848307 A CN 112848307A
Authority
CN
China
Prior art keywords
printing
information
printer
target printer
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011506168.1A
Other languages
Chinese (zh)
Inventor
刘辉林
唐京科
陈春
敖丹军
魏炜
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Chuangxiang 3D Technology Co Ltd
Original Assignee
Shenzhen Chuangxiang 3D Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Chuangxiang 3D Technology Co Ltd filed Critical Shenzhen Chuangxiang 3D Technology Co Ltd
Priority to CN202011506168.1A priority Critical patent/CN112848307A/en
Publication of CN112848307A publication Critical patent/CN112848307A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B29WORKING OF PLASTICS; WORKING OF SUBSTANCES IN A PLASTIC STATE IN GENERAL
    • B29CSHAPING OR JOINING OF PLASTICS; SHAPING OF MATERIAL IN A PLASTIC STATE, NOT OTHERWISE PROVIDED FOR; AFTER-TREATMENT OF THE SHAPED PRODUCTS, e.g. REPAIRING
    • B29C64/00Additive manufacturing, i.e. manufacturing of three-dimensional [3D] objects by additive deposition, additive agglomeration or additive layering, e.g. by 3D printing, stereolithography or selective laser sintering
    • B29C64/30Auxiliary operations or equipment
    • B29C64/386Data acquisition or data processing for additive manufacturing
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B33ADDITIVE MANUFACTURING TECHNOLOGY
    • B33YADDITIVE MANUFACTURING, i.e. MANUFACTURING OF THREE-DIMENSIONAL [3-D] OBJECTS BY ADDITIVE DEPOSITION, ADDITIVE AGGLOMERATION OR ADDITIVE LAYERING, e.g. BY 3-D PRINTING, STEREOLITHOGRAPHY OR SELECTIVE LASER SINTERING
    • B33Y50/00Data acquisition or data processing for additive manufacturing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload

Landscapes

  • Engineering & Computer Science (AREA)
  • Chemical & Material Sciences (AREA)
  • Materials Engineering (AREA)
  • Manufacturing & Machinery (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • Mechanical Engineering (AREA)
  • Optics & Photonics (AREA)

Abstract

The embodiment of the invention discloses a 3D printing method, a device, a server and a storage medium, wherein the method comprises the following steps: acquiring printing encryption information sent by a client; decrypting the printing encrypted information to obtain printing information; determining a target printer according to the printing information and a preset printer list; and sending the printing information and the verification information to the target printer so that the target printer prints the printing information according to the verification condition of the verification information. The 3D printing method provided by the embodiment of the invention can automatically issue the printing tasks to the printer, can quickly select the appropriate target printer through the preset printer list, does not need manual selection of a user, and improves the efficiency and flexibility of 3D printing. Meanwhile, the centralized control platform can automatically allocate IP addresses for the accessed printers, so that automatic network distribution of the printers is realized, and the difficulty of configuring the printer network by a user is reduced.

Description

3D printing method, device, server and storage medium
Technical Field
The embodiment of the invention relates to the technical field of 3D printing, in particular to a 3D printing method, a device, a server and a storage medium.
Background
With the maturity and popularization of 3D printing technology, more and more fields and users begin to recognize the convenience brought by the 3D printing technology.
The current 3D printing modes mainly include the following two types: offline printing and online printing. In the off-line printing, a user uses slicing software to convert a 3D model into 3D printing data, then uses a storage device (a U disk, an SD card and the like) to copy the printing data into a 3D printer, and the 3D printer starts to print after reading the printing data. The online printing is that the 3D printer is equipped with the network module, and the user host computer is in same network with the 3D printer, and the user can send 3D printing data to corresponding 3D printer through the network, and the 3D printer begins the print job after receiving data.
Whether printing offline or online, its nature remains a one-to-one printing mode. When facing many 3D printers, the user need copy data to every 3D printer respectively, or be connected to different 3D printers respectively and carry out the task and issue. The states and tasks of the 3D printers can be issued only by personnel for maintenance and management, and the efficiency is low and the flexibility is poor.
Disclosure of Invention
In view of this, embodiments of the present invention provide a 3D printing method, apparatus, server and storage medium to improve the efficiency of 3D printing.
In a first aspect, an embodiment of the present invention provides a 3D printing method, including:
acquiring printing encryption information sent by a client;
decrypting the printing encrypted information to obtain printing information;
determining a target printer according to the printing information and a preset printer list;
and sending the printing information and the verification information to the target printer so that the target printer prints the printing information according to the verification condition of the verification information.
Further, the printing encryption information is the printing information encrypted by the RSA public key, and before acquiring the printing encryption information sent by the client, the method further includes:
the method comprises the steps that a communication request of a client is obtained from a cloud platform, and the communication request of the client is sent to the cloud platform by the client;
generating an RSA public key through an RSA encryption algorithm based on the communication request;
and sending the RSA public key to the cloud platform so that the cloud platform forwards the RSA public key to the client, and further enabling the client to send printing encryption information generated by encrypting the printing information through the RSA public key.
Further, decrypting the encrypted print information to obtain the print information includes:
and decrypting the printing encryption information through a prestored RSA private key to obtain the printing information, wherein the RSA private key is generated through the RSA encryption algorithm.
Further, after decrypting the encrypted printing information to obtain the printing information, the method further includes:
acquiring an MD5 value corresponding to the printing information from a cloud platform, wherein the MD5 value is generated by the client;
and performing integrity check on the printing information based on the MD5 value.
Further, determining a target printer according to the printing information and a preset printer list includes:
determining a printer designated by a user according to the printing information;
if the printer specified by the user is in a preset printer list, sending a printing application to the printer specified by the user so as to receive the current running state of the printer fed back by the printer specified by the user based on the printing application;
and if the current running state of the printer is normal running, the printer designated by the user is used as a target printer.
Further, determining the target printer according to the printing information and the preset printer list further includes:
and if the printer specified by the user is not in a preset printer list or if the current running state of the printer is an abnormal state, taking the printer which has the minimum printing task and is in the normal running state in the preset printer list as a target printer.
Further, after sending the printing information and the verification information to the target printer, the method further includes:
and if the verification failing information fed back by the target printer is received, the printing information and the verification information are sent to the target printer again.
Further, after sending the printing information and the verification information to the target printer, the method further includes:
and acquiring the printing progress of the target printer in real time.
In a second aspect, an embodiment of the present invention provides a 3D printing apparatus, including:
the information acquisition module is used for acquiring printing encryption information sent by the client;
the information decryption module is used for decrypting the printing encrypted information to obtain printing information;
the target printer determining module is used for determining a target printer according to the printing information and a preset printer list;
and the information sending module is used for sending the printing information and the verification information to the target printer so that the target printer prints the printing information according to the verification condition of the verification information.
In a third aspect, an embodiment of the present invention provides a server, including:
one or more processors;
a storage device for storing one or more programs,
when the one or at least one program is executed by the one or more processors, the one or more processors are caused to implement the 3D printing method provided by any embodiment of the present invention.
In a fourth aspect, embodiments of the present invention provide a computer-readable storage medium on which a computer program is stored, the program, when executed by a processor, implementing a 3D printing method provided by any of the embodiments of the present invention.
The 3D printing method provided by the embodiment of the invention can automatically issue the printing tasks to the printer, can quickly select the appropriate target printer through the preset printer list, does not need manual selection of a user, and improves the efficiency and flexibility of 3D printing. Meanwhile, the centralized control platform can automatically allocate IP addresses for the accessed printers, so that automatic network distribution of the printers is realized, and the difficulty of configuring the printer network by a user is reduced.
Drawings
Fig. 1 is a schematic flow chart of a 3D printing method according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of a 3D printing method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a 3D printing apparatus according to a third embodiment of the present invention.
Fig. 4 is a schematic structural diagram of a server according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. A process may be terminated when its operations are completed, but may have additional steps not included in the figure. A process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc.
Furthermore, the terms "first," "second," and the like may be used herein to describe various orientations, actions, steps, elements, or the like, but the orientations, actions, steps, or elements are not limited by these terms. These terms are only used to distinguish one direction, action, step or element from another direction, action, step or element. The terms "first", "second", etc. are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. In the description of the present invention, "plurality", "batch" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
Example one
Fig. 1 is a schematic flow diagram of a 3D printing method according to an embodiment of the present invention, where the 3D printing method according to the embodiment of the present invention may be implemented by a centralized control platform of a 3D printing system, and the centralized control platform may be integrated on a user personal computer (client) or may be operated by an independent device. As shown in fig. 1, a 3D printing method according to a first embodiment of the present invention includes:
and S110, acquiring the printing encryption information sent by the client.
Specifically, the printing encryption information sent by the client is formed after the printing information sent by the user during 3D printing, and includes a 3D printing file. Generally, printing encryption information sent by a client is firstly transmitted to a cloud platform, and then the cloud platform forwards the printing encryption information to a centralized control platform.
S120, decrypting the printing encrypted information to obtain printing information.
Specifically, the printing encryption information is decrypted by adopting a decryption method matched with the encryption printing information, so that the printing information contained in the printing encryption information is obtained, wherein the printing information comprises a 3D printing file.
Further, when the client sends the printing encryption information, a check value is generated based on the 3D printing file. After decrypting the printing encryption information, the centralized control platform stores the decrypted printing information locally, and meanwhile, verifies the verification value of the 3D printing file to ensure the integrity of the 3D printing file. And if the verification fails, notifying the client to print the file in the 3D mode again, namely notifying the client to regenerate and send the printing encryption information.
And S130, determining a target printer according to the printing information and a preset printer list.
Specifically, the preset printer list lists the models of all printers connected to the centralized control platform. When performing 3D printing, a user usually designates a specific printer, which is indicated by a model (referred to as a designated model) of the designated printer, and the decrypted printing information includes the designated model.
And comparing the designated model with the printer models in the preset printer list, and if the same printer models exist in the preset printer list, indicating that the printer of the designated model is connected with the centralized control platform, so that 3D printing can be performed, wherein the printer of the designated model is taken as a target printer. If the same printer model does not exist in the preset printer list, other suitable printers in the preset printer list can be selected as target printers, and at this time, the model of the target printer needs to be fed back to the client, so that the user knows which printer to perform the 3D printing operation.
Optionally, when the same printer model does not exist in the preset printer list, information that the printer of the specified model does not exist may be fed back to the client, and the preset printer list is presented to the user, so that the user reselects a printer from the preset printer list as the target printer.
S140, sending the printing information and the verification information to the target printer so that the target printer prints the printing information according to the verification condition of the verification information.
Specifically, before issuing a print job to a target printer, the centralized control platform automatically allocates a unique IP address to each accessed printer through a Dynamic Host Configuration Protocol (DHCP), where the IP address is a unique identity of each printer in a network. The printer actively connects with the centralized control platform after obtaining the IP address, and reports the attribute information (such as printer model, IP address, port number, type, etc.). After the connection is completed, the centralized control platform automatically generates a printer list and stores the printer list in a local database.
And generating the verification information according to the 3D file information needing to be printed. The decrypted printing information includes the attribute information of the target printer, and after the target printer is determined, the printing information and the verification information are sent to the target printer according to the attribute information (such as a port number, an IP address and the like) of the target printer. And the target printer conducts verification based on the verification information so as to verify the integrity of the printing information sent by the centralized control platform. If the verification is passed, the target printer performs 3D printing according to the printing information; and if the verification fails, the centralized control platform is informed to resend the printing information and the verification information.
According to the 3D printing method provided by the embodiment of the invention, the printing encryption information sent by the client is obtained; decrypting the printing encrypted information to obtain printing information; determining a target printer according to the printing information and a preset printer list; and sending the printing information and the verification information to the target printer so that the target printer prints the printing information according to the verification condition of the verification information. The 3D printing method provided by the embodiment of the invention can automatically issue the printing tasks to the printer, can quickly select the appropriate target printer through the preset printer list, does not need manual selection of a user, and improves the efficiency and flexibility of 3D printing. Meanwhile, the centralized control platform can automatically allocate IP addresses for the accessed printers, so that automatic network distribution of the printers is realized, and the difficulty of configuring the printer network by a user is reduced.
Example two
Fig. 2 is a schematic flow chart of a 3D printing method according to a second embodiment of the present invention, which is a further refinement of the first embodiment. As shown in fig. 2, a 3D printing method provided by the second embodiment of the present invention includes:
s201, obtaining printing encryption information sent by a client, wherein the printing encryption information is encrypted through an RSA public key.
Specifically, before sending the printing information to the centralized control platform, the client firstly sends a communication request to the cloud platform, the cloud platform forwards the communication request to the centralized control platform, and the centralized control platform generates an encrypted RSA public key and an RSA private key by using an RSA encryption algorithm after receiving the communication request. The centralized control platform keeps the RSA private key and sends the RSA public key to the cloud platform, and the cloud platform returns the RSA public key to the client. When the client sends the printing information, the RSA public key is used for encrypting the printing information to form printing encrypted information.
Further, the client generates an MD5(Message-Digest Algorithm) value based on the printing information, and the MD5 value is sent to the cloud platform together with the printing encryption information and then forwarded to the centralized control platform by the cloud platform.
S202, decrypting the printing encrypted information through a prestored RSA private key to obtain the printing information.
Specifically, when the centralized control platform generates the RSA public key through the RSA encryption algorithm, the RSA private key corresponding to the RSA public key is generated together, and the RSA private key is stored locally. After the centralized control platform obtains the printing encryption information, the printing encryption information is decrypted through a pre-stored RSA private key, and the printing information is obtained and stored locally. And, the MD5 value of the printing information is subjected to integrity check, if the check fails, error information is fed back to the client, and the client is informed to transmit the printing encryption information again.
S203, determining the printer designated by the user according to the printing information.
Specifically, the print information includes a printer model (referred to as a designated model) designated by the user, and a printer corresponding to the designated model is referred to as a user-designated printer.
And S204, if the user-designated printer is in a preset printer list, sending a printing application to the user-designated printer so as to receive the current running state of the printer fed back by the user-designated printer based on the printing application.
Specifically, whether the printer model is the same as the specified model is determined in the preset printer list, and if yes, the user specifies that the printer is in the preset printer list; if not, the user specifies that the printer is not a printer in the preset printer list. And if the printer specified by the user is in the preset printer list, sending a printing application to the printer specified by the user through a TCP/IP communication protocol so as to inquire the current running state of the printer specified by the user.
The current operation state of the printer refers to whether the printer is normally operated at the current time. The printer normally runs to show that the printer is currently in an online state, is connected with the centralized control platform through a network, has normal parameters (such as printing materials, storage space, states of all parts and the like), and can perform normal 3D printing operation. The printer abnormal state indicates an off-line state of the printer or a printer failure.
S205, if the current running state of the printer is normal running, the printer designated by the user is used as a target printer.
Specifically, if the current running state of the printer is normal running, the printer is designated by the user as a target printer for executing the 3D printing operation.
And S206, if the printer specified by the user is not in a preset printer list or if the current running state of the printer is an abnormal state, taking the printer which is in the normal running state and has the least printing task in the preset printer list as a target printer.
Specifically, if the printer specified by the user is not in the preset printer list or the current running state of the printer is an abnormal state, that is, it indicates that the printer specified by the user is not currently available, the printer capable of performing the 3D printing operation needs to be reselected. At this time, the printer with the current running state in the preset list being normal running and the least printing task is taken as the target printer, so that the 3D printing operation of the user can be executed in shorter time, and the time consumed for the user to manually select the target printer is saved. Meanwhile, after the target printer is determined, the model of the target printer needs to be fed back to the client.
And S207, sending the printing information and the verification information to the target printer so that the target printer prints the printing information according to the verification condition of the verification information.
Specifically, the print information is generated in conjunction with the target printer. In this embodiment, the verification information is an MD5 value generated based on the 3D file information to be printed in the print information. And sending the printing information and the verification information to the target printer so as to enable the target printer to perform the 3D printing operation. The target printer receives the printing information and stores the printing information locally, and meanwhile, the MD5 value is verified. And if the verification is passed, performing 3D printing operation according to the 3D file information needing to be printed in the printing information.
And S208, if the verification failing information fed back by the target printer is received, the printing information and the verification information are sent to the target printer again.
Specifically, if the MD5 fails, the target printer feeds back the verification failure information to the centralized control platform. And after receiving the verification failure information, the centralized control platform regenerates the MD5 value according to the printing information and retransmits the MD5 value and the printing information to the target printer.
Further, when the number of times of resending the printing information and the verification information exceeds the preset number of times, error information is fed back to the client to inform the user whether the 3D file information needing to be printed is wrong or not. Alternatively, when the number of times of resending the print information and the verification information exceeds the preset number of times, the operating state of the target printer is set to be abnormal, and the process returns to step S206 to redetermine the target printer.
And S209, acquiring the printing progress of the target printer in real time.
Specifically, the printing progress of the target printer is obtained in real time or fed back to the client to monitor the printing process. And when the printing fails, feeding back abnormal information to the client, and timely informing the user to investigate the reason of the printing failure. Therefore, the user can check the real-time state of the printer accessed to the network only at the client, the remote control of a large number of printers is realized, the space limitation is broken through, and the maintenance investment is reduced.
The 3D printing method provided by the embodiment of the invention can automatically issue the printing tasks to the printers, can quickly select the appropriate target printer through the preset printer list, does not need manual selection of a user, and improves the efficiency and flexibility of 3D printing. Meanwhile, the centralized control platform can automatically allocate IP addresses for the accessed printers, so that automatic network distribution of the printers is realized, and the difficulty of configuring the printer network by a user is reduced. In addition, a user can check the real-time state of the printer accessed to the network only at the client, so that remote control over a large number of printers is realized, the space limitation is broken through, and the maintenance investment is reduced.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a 3D printing apparatus according to a third embodiment of the present invention, where the 3D printing apparatus according to the third embodiment of the present invention can be implemented by integrating with a centralized control platform of a 3D printing system, and the centralized control platform can be integrated with a user personal computer (client), or can be operated by an independent device. The 3D printing apparatus provided in this embodiment can implement the 3D printing method provided in any embodiment of the present invention, and has a corresponding functional structure and beneficial effects of the implementation method, and reference may be made to the description of any method embodiment of the present invention for content that is not described in detail in this embodiment.
As shown in fig. 3, a 3D printing apparatus provided in a third embodiment of the present invention includes: an information acquisition module 310, an information decryption module 320, a target printer determination module 330, and an information transmission module 340, wherein:
the information acquisition module 310 is used for acquiring printing encryption information sent by a client;
the information decryption module 320 is configured to decrypt the encrypted printing information to obtain printing information;
the target printer determining module 330 is configured to determine a target printer according to the printing information and a preset printer list;
the information sending module 340 is configured to send the printing information and the verification information to the target printer, so that the target printer prints the printing information according to the verification condition of the verification information.
Further, print the information of encrypting for carrying out the encrypted printing information through the RSA public key, 3D printing device still includes:
the communication request acquisition module is used for acquiring a communication request of a client from a cloud platform, and the communication request of the client is sent to the cloud platform by the client;
the RSA encryption calculation module is used for generating an RSA public key through an RSA encryption algorithm based on the communication request;
and the RSA public key sending module is used for sending the RSA public key to the cloud platform so that the cloud platform forwards the RSA public key to the client, and the client sends the printing encryption information generated by encrypting the printing information through the RSA public key.
Further, the information decryption module 320 is specifically configured to:
and decrypting the printing encryption information through a prestored RSA private key to obtain the printing information, wherein the RSA private key is generated through the RSA encryption algorithm.
Further, the 3D printing apparatus further includes an MD5 verification module, and the MD5 verification module is specifically configured to:
acquiring an MD5 value corresponding to the printing information from a cloud platform, wherein the MD5 value is generated by the client;
and performing integrity check on the printing information based on the MD5 value.
Further, the target printer determination module 330 includes:
a designated printer determination unit configured to determine a user-designated printer based on the print information;
the printer running state determining unit is used for sending a printing application to the printer specified by the user if the printer specified by the user is in a preset printer list so as to receive the current running state of the printer fed back by the printer specified by the user based on the printing application;
and the first target printer determination unit is used for taking the printer designated by the user as the target printer if the current running state of the printer is normal running.
Further, the target printer determination module 330 further includes:
and the second target printer determination unit is used for taking the printer with the minimum printing task as the target printer, wherein the current running state in the preset printer list is normal running if the printer specified by the user is not in the preset printer list or if the current running state of the printer is an abnormal state.
Further, the method also comprises the following steps:
and the information retransmission module is used for retransmitting the printing information and the verification information to the target printer if the verification failing information fed back by the target printer is received.
Further, the method also comprises the following steps:
and the printing progress acquisition module is used for acquiring the printing progress of the target printer in real time.
According to the 3D printing device provided by the embodiment of the invention, the printing task can be automatically issued to the printer through the information acquisition module, the information decryption module, the target printer determination module, the information generation module and the information sending module, the proper target printer can be quickly selected through the preset printer list, the user does not need to manually select the target printer, and the efficiency and the flexibility of 3D printing are improved. Meanwhile, the centralized control platform can automatically allocate IP addresses for the accessed printers, so that automatic network distribution of the printers is realized, and the difficulty of configuring the printer network by a user is reduced.
Example four
Fig. 4 is a schematic structural diagram of a server according to a fourth embodiment of the present invention. FIG. 4 illustrates a block diagram of an exemplary server 412 suitable for use in implementing embodiments of the present invention. The server 412 shown in fig. 4 is only an example and should not bring any limitations to the function and scope of use of the embodiments of the present invention.
As shown in FIG. 4, server 412 is in the form of a general purpose server. Components of server 412 may include, but are not limited to: one or more processors 416, a storage device 428, and a bus 418 that couples the various system components including the storage device 428 and the processors 416.
Bus 418 represents one or more of any of several types of bus structures, including a memory device bus or memory device controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Server 412 typically includes a variety of computer system readable media. Such media can be any available media that is accessible by server 412 and includes both volatile and nonvolatile media, removable and non-removable media.
Storage 428 may include computer system readable media in the form of volatile Memory, such as Random Access Memory (RAM) 430 and/or cache Memory 432. The server 412 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 434 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 4, commonly referred to as a "hard drive"). Although not shown in FIG. 4, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk such as a Compact disk Read-Only Memory (CD-ROM), Digital Video disk Read-Only Memory (DVD-ROM) or other optical media may be provided. In these cases, each drive may be connected to bus 418 by one or more data media interfaces. Storage 428 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 440 having a set (at least one) of program modules 442 may be stored, for instance, in storage 428, such program modules 442 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. The program modules 442 generally perform the functions and/or methodologies of the described embodiments of the invention.
The server 412 may also communicate with one or more external devices 414 (e.g., keyboard, pointing terminal, display 424, etc.), with one or more terminals that enable a user to interact with the server 412, and/or with any terminals (e.g., network card, modem, etc.) that enable the server 412 to communicate with one or more other computing terminals. Such communication may occur via input/output (I/O) interfaces 422. Further, server 412 may communicate with one or more networks (e.g., a Local Area Network (LAN), Wide Area Network (WAN), and/or a public Network, such as the Internet) via Network adapter 420. As shown in FIG. 4, network adapter 420 communicates with the other modules of server 412 via bus 418. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the server 412, including but not limited to: microcode, end drives, Redundant processors, external disk drive Arrays, RAID (Redundant Arrays of Independent Disks) systems, tape drives, and data backup storage systems, among others.
The processor 416 executes various functional applications and data processing by executing programs stored in the storage device 428, for example, implementing a 3D printing method provided by any embodiment of the present invention, which may include:
acquiring printing encryption information sent by a client;
decrypting the printing encrypted information to obtain printing information;
determining a target printer according to the printing information and a preset printer list;
and sending the printing information and the verification information to the target printer so that the target printer prints the printing information according to the verification condition of the verification information.
EXAMPLE five
An embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a 3D printing method according to any embodiment of the present invention, where the method may include:
acquiring printing encryption information sent by a client;
decrypting the printing encrypted information to obtain printing information;
determining a target printer according to the printing information and a preset printer list;
and sending the printing information and the verification information to the target printer so that the target printer prints the printing information according to the verification condition of the verification information.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, or the like, as well as conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or terminal. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (11)

1. A3D printing method, comprising:
acquiring printing encryption information sent by a client;
decrypting the printing encrypted information to obtain printing information;
determining a target printer according to the printing information and a preset printer list;
and sending the printing information and the verification information to the target printer so that the target printer prints the printing information according to the verification condition of the verification information.
2. The 3D printing method according to claim 1, wherein the print encryption information is print information encrypted by an RSA public key, and before acquiring the print encryption information sent by the client, the method further comprises:
the method comprises the steps that a communication request of a client is obtained from a cloud platform, and the communication request of the client is sent to the cloud platform by the client;
generating an RSA public key through an RSA encryption algorithm based on the communication request;
and sending the RSA public key to the cloud platform so that the cloud platform forwards the RSA public key to the client, and further enabling the client to send printing encryption information generated by encrypting the printing information through the RSA public key.
3. The method of claim 2, wherein decrypting the print encryption information to obtain print information comprises:
and decrypting the printing encryption information through a prestored RSA private key to obtain the printing information, wherein the RSA private key is generated through the RSA encryption algorithm.
4. The method of claim 1, wherein decrypting the print encrypted information to obtain print information further comprises:
acquiring an MD5 value corresponding to the printing information from a cloud platform, wherein the MD5 value is generated by the client;
and performing integrity check on the printing information based on the MD5 value.
5. The 3D printing method of claim 1, wherein determining a target printer based on the print information and a preset printer list comprises:
determining a printer designated by a user according to the printing information;
if the printer specified by the user is in a preset printer list, sending a printing application to the printer specified by the user so as to receive the current running state of the printer fed back by the printer specified by the user based on the printing application;
and if the current running state of the printer is normal running, the printer designated by the user is used as a target printer.
6. The 3D printing method of claim 5, wherein determining a target printer based on the print information and a preset printer list further comprises:
and if the printer specified by the user is not in a preset printer list or if the current running state of the printer is an abnormal state, taking the printer which has the minimum printing task and is in the normal running state in the preset printer list as a target printer.
7. The 3D printing method as claimed in any one of claims 1-6, wherein after sending the print information and the verification information to the target printer, further comprising:
and if the verification failing information fed back by the target printer is received, the printing information and the verification information are sent to the target printer again.
8. The 3D printing method as claimed in any one of claims 1-6, wherein after sending the print information and the verification information to the target printer, further comprising:
and acquiring the printing progress of the target printer in real time.
9. A3D printing device, comprising:
the information acquisition module is used for acquiring printing encryption information sent by the client;
the information decryption module is used for decrypting the printing encrypted information to obtain printing information;
the target printer determining module is used for determining a target printer according to the printing information and a preset printer list;
and the information sending module is used for sending the printing information and the verification information to the target printer so that the target printer prints the printing information according to the verification condition of the verification information.
10. A server, comprising:
one or more processors;
a storage device for storing one or more programs,
the one or at least one program when executed by the one or more processors causes the one or more processors to implement the 3D printing method of any one of claims 1-8.
11. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the 3D printing method according to any one of claims 1 to 8.
CN202011506168.1A 2020-12-18 2020-12-18 3D printing method, device, server and storage medium Pending CN112848307A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011506168.1A CN112848307A (en) 2020-12-18 2020-12-18 3D printing method, device, server and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011506168.1A CN112848307A (en) 2020-12-18 2020-12-18 3D printing method, device, server and storage medium

Publications (1)

Publication Number Publication Date
CN112848307A true CN112848307A (en) 2021-05-28

Family

ID=75997616

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011506168.1A Pending CN112848307A (en) 2020-12-18 2020-12-18 3D printing method, device, server and storage medium

Country Status (1)

Country Link
CN (1) CN112848307A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115122640A (en) * 2022-05-30 2022-09-30 深圳市纵维立方科技有限公司 Three-dimensional printing method, system, storage medium and computer device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130329257A1 (en) * 2012-06-08 2013-12-12 Makerbot Industries, Llc Downloadable three-dimensional models
US20140156053A1 (en) * 2011-04-27 2014-06-05 Within Technologies Ltd Three-dimensional design and manufacturing systems
CN109426460A (en) * 2017-09-05 2019-03-05 北京立思辰计算机技术有限公司 A kind of encrypting and decrypting method for the transmission of network printing data

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140156053A1 (en) * 2011-04-27 2014-06-05 Within Technologies Ltd Three-dimensional design and manufacturing systems
US20130329257A1 (en) * 2012-06-08 2013-12-12 Makerbot Industries, Llc Downloadable three-dimensional models
CN109426460A (en) * 2017-09-05 2019-03-05 北京立思辰计算机技术有限公司 A kind of encrypting and decrypting method for the transmission of network printing data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115122640A (en) * 2022-05-30 2022-09-30 深圳市纵维立方科技有限公司 Three-dimensional printing method, system, storage medium and computer device
CN115122640B (en) * 2022-05-30 2024-05-24 深圳市纵维立方科技有限公司 Three-dimensional printing method, system, storage medium and computer equipment

Similar Documents

Publication Publication Date Title
CN110176990B (en) Vehicle component replacement recognition method and device, computer equipment and storage medium
US7562160B2 (en) Storage device and method of setting configuration information of same
US8631461B2 (en) Dynamic data-protection policies within a request-reply message queuing environment
CN111726420A (en) Communication method, device, equipment and storage medium based on RPA
CN108289074B (en) User account login method and device
CN113225351B (en) Request processing method and device, storage medium and electronic equipment
CN112769876B (en) Method, device, equipment and medium for acquiring equipment channel information
CN111796978A (en) Interface detection method, device, system, equipment and storage medium
CN110471852A (en) Online test method, system and electronic equipment
CN113761552A (en) Access control method, device, system, server and storage medium
CN112848307A (en) 3D printing method, device, server and storage medium
CN103119559A (en) Information generation system and method therefor
CN115840937B (en) Control method and device and electronic equipment
CN111262911A (en) Projector control method, device, equipment and storage medium
CN109308288A (en) Data processing method and device
CN110808943B (en) Client connection emergency management method, client and computer readable storage medium
CN113703838A (en) Device control method, device and storage medium
CN111694598A (en) Software version package management method, device, equipment and medium
JP4918696B2 (en) Server monitoring system and program therefor
US20110214159A1 (en) Computer system
US11824919B2 (en) System and method for force running of remote support, and client for executing the same
US11616828B2 (en) System and method for remote support, and web application server for executing the same
CN113411287B (en) Key management system, method, device and equipment
JP2011086011A (en) Program, device, system and method of transmitting log data
US20160020984A1 (en) Information processing apparatus, method, and system, and non-transitory computer readable medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210528

RJ01 Rejection of invention patent application after publication