Jump to content

a5421306

Dormant
  • Posts

    7
  • Joined

  • Last visited

Personal Information

  • 3D printer
    I have no 3D printer

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

a5421306's Achievements

0

Reputation

  1. 如何提取 cura 插件?You need this plug-in that can import svg dxf and generate path conversion!
  2. Thanks! Do you know anyone who can modify plugins for cura? Plugins in this release can also be extracted. [translated by gr5]
  3. This is a modified version based on cura2.0. I need a function to open SVG and a plug-in for automatically generating luminous characters. Can you tell me your email address? This makes it easy to communicate! Thank you for being a kind person. I need VPN support and translation software to communicate with you in China! Please tell me your email address Thank you very much
  4. This is the cura of chitu's modified adwords, but it encrypts the output file! Can someone capable help me to change it to output gcode directly? [above translated by gr5]
  5. # Copyright (c) 2015 Ultimaker BV # Cura is released under the terms of AGPLv3 or higher. from. import GCxWriter from UM.i18n import i18n catalog catalog = i18nCatalog("cura") def getMetaData(): return { “mesh_writer”: {“output”: [{ “extension”: “gcx”,“description”: catalog.i18nc(“@item:inlistbox”, “Encoding gcode File”), “mime_type”: “text/x-gcx”, “mode”: GCxWriter.GCxWriter.OutputMode.TextMode }] } } def register(app): return { “mesh_writer”: GCxWriter.GCxWriter() }
  6. The output file format of the secondary development version of cura is: gcx, who can disassemble it into gcode? [above translated by gr5] [Attachment removed by gr5 - was a windows executable and may have contained a virus]
×
×
  • Create New...