实例介绍
3D打印常用软件Cura的源代码,Python语言。 经典的Python界面应用软件。
【实例截图】
【核心代码】
d97108b356f5
└── Cura-SteamEngine
├── Cura
│ ├── LICENSE
│ ├── __init__.py
│ ├── avr_isp
│ │ ├── __init__.py
│ │ ├── chipDB.py
│ │ ├── intelHex.py
│ │ ├── ispBase.py
│ │ └── stk500v2.py
│ ├── cura.py
│ ├── doctest.py
│ ├── gui
│ │ ├── __init__.py
│ │ ├── aboutWindow.py
│ │ ├── alterationPanel.py
│ │ ├── app.py
│ │ ├── configBase.py
│ │ ├── configWizard.py
│ │ ├── expertConfig.py
│ │ ├── firmwareInstall.py
│ │ ├── mainWindow.py
│ │ ├── newVersionDialog.py
│ │ ├── pluginPanel.py
│ │ ├── preferencesDialog.py
│ │ ├── printWindow.py
│ │ ├── sceneView.py
│ │ ├── simpleMode.py
│ │ ├── splashScreen.py
│ │ ├── tools
│ │ │ ├── __init__.py
│ │ │ ├── imageToMesh.py
│ │ │ ├── minecraftImport.py
│ │ │ ├── pidDebugger.py
│ │ │ └── youmagineGui.py
│ │ └── util
│ │ ├── __init__.py
│ │ ├── dropTarget.py
│ │ ├── engineResultView.py
│ │ ├── gcodeTextArea.py
│ │ ├── openglGui.py
│ │ ├── openglHelpers.py
│ │ ├── previewTools.py
│ │ ├── taskbar.py
│ │ ├── taskbarlib.tlb
│ │ └── webcam.py
│ ├── serialCommunication.py
│ └── util
│ ├── __init__.py
│ ├── explorer.py
│ ├── gcodeGenerator.py
│ ├── gcodeInterpreter.py
│ ├── machineCom.py
│ ├── meshLoader.py
│ ├── meshLoaders
│ │ ├── __init__.py
│ │ ├── amf.py
│ │ ├── dae.py
│ │ ├── obj.py
│ │ └── stl.py
│ ├── objectScene.py
│ ├── pluginInfo.py
│ ├── polygon.py
│ ├── printableObject.py
│ ├── printerConnection
│ │ ├── __init__.py
│ │ ├── doodle3dConnect.py
│ │ ├── dummyConnection.py
│ │ ├── printerConnectionBase.py
│ │ ├── printerConnectionManager.py
│ │ └── serialConnection.py
│ ├── profile.py
│ ├── pymclevel
│ │ ├── LICENSE.txt
│ │ ├── README.txt
│ │ ├── __init__.py
│ │ ├── biome_types.py
│ │ ├── block_copy.py
│ │ ├── block_fill.py
│ │ ├── blockrotation.py
│ │ ├── box.py
│ │ ├── cachefunc.py
│ │ ├── classic.yaml
│ │ ├── entity.py
│ │ ├── faces.py
│ │ ├── indev.py
│ │ ├── indev.yaml
│ │ ├── infiniteworld.py
│ │ ├── items.py
│ │ ├── items.txt
│ │ ├── java.py
│ │ ├── level.py
│ │ ├── materials.py
│ │ ├── mce.py
│ │ ├── mclevel.py
│ │ ├── mclevelbase.py
│ │ ├── minecraft.yaml
│ │ ├── minecraft_server.py
│ │ ├── nbt.py
│ │ ├── nbt_util.py
│ │ ├── pocket.py
│ │ ├── pocket.yaml
│ │ ├── regionfile.py
│ │ └── schematic.py
│ ├── removableStorage.py
│ ├── resources.py
│ ├── sliceEngine.py
│ ├── util3d.py
│ ├── validators.py
│ ├── version.py
│ └── youmagine.py
├── README.md
├── build_app.py
├── changelog
├── package.sh
├── plugins
│ ├── PronterfaceUI
│ │ ├── image.png
│ │ ├── map.png
│ │ └── script.py
│ ├── TweakAtZ.py
│ └── pauseAtZ.py
├── requirements.txt
├── requirements_darwin.txt
├── resources
│ ├── Attribution.txt
│ ├── Cura.icns
│ ├── cura.ico
│ ├── example
│ │ ├── Attribution.txt
│ │ ├── UltimakerHandle.stl
│ │ └── UltimakerRobot_support.stl
│ ├── firmware
│ │ ├── Attribution.txt
│ │ ├── MarlinUltimaker-115200-dual.hex
│ │ ├── MarlinUltimaker-115200.hex
│ │ ├── MarlinUltimaker-250000-dual.hex
│ │ ├── MarlinUltimaker-250000.hex
│ │ ├── MarlinUltimaker-COPYING
│ │ └── MarlinUltimaker2.hex
│ ├── images
│ │ ├── Ultimaker2backplate.png
│ │ ├── UltimakerRobot.png
│ │ ├── attention.png
│ │ ├── busy-0.png
│ │ ├── busy-1.png
│ │ ├── busy-2.png
│ │ ├── busy-3.png
│ │ ├── c.png
│ │ ├── checkerboard.png
│ │ ├── checkmark.png
│ │ ├── cross.png
│ │ ├── cura-overlay.png
│ │ ├── endstop_none.png
│ │ ├── endstop_xmax.png
│ │ ├── endstop_xmin.png
│ │ ├── endstop_ymax.png
│ │ ├── endstop_ymin.png
│ │ ├── endstop_zmax.png
│ │ ├── endstop_zmin.png
│ │ ├── error.png
│ │ ├── exit.png
│ │ ├── extrude.png
│ │ ├── glButtons.png
│ │ ├── print-move-home.png
│ │ ├── print-move-x-1.png
│ │ ├── print-move-x-10.png
│ │ ├── print-move-x-100.png
│ │ ├── print-move-x1.png
│ │ ├── print-move-x10.png
│ │ ├── print-move-x100.png
│ │ ├── print-move-y-1.png
│ │ ├── print-move-y-10.png
│ │ ├── print-move-y-100.png
│ │ ├── print-move-y1.png
│ │ ├── print-move-y10.png
│ │ ├── print-move-y100.png
│ │ ├── print-move-z-0.1.png
│ │ ├── print-move-z-1.png
│ │ ├── print-move-z-10.png
│ │ ├── print-move-z0.1.png
│ │ ├── print-move-z1.png
│ │ ├── print-move-z10.png
│ │ ├── question.png
│ │ ├── ready.png
│ │ ├── retract.png
│ │ ├── splash.png
│ │ ├── ultimaker-overlay.png
│ │ └── youmagine-text.png
│ ├── locale
│ │ ├── Cura.in
│ │ ├── Cura.pot
│ │ ├── de
│ │ │ └── LC_MESSAGES
│ │ │ ├── Cura.mo
│ │ │ └── Cura.po
│ │ ├── en
│ │ │ └── LC_MESSAGES
│ │ │ ├── Cura.mo
│ │ │ └── Cura.po
│ │ ├── fr
│ │ │ └── LC_MESSAGES
│ │ │ ├── Cura.mo
│ │ │ └── Cura.po
│ │ ├── nl
│ │ │ └── LC_MESSAGES
│ │ │ ├── Cura.mo
│ │ │ └── Cura.po
│ │ ├── po
│ │ │ └── LC_MESSAGES
│ │ │ ├── Cura.mo
│ │ │ └── Cura.po
│ │ ├── ru
│ │ │ └── LC_MESSAGES
│ │ │ ├── Cura.mo
│ │ │ └── Cura.po
│ │ └── sp
│ │ └── LC_MESSAGES
│ │ ├── Cura.mo
│ │ └── Cura.po
│ ├── machine_profiles
│ │ ├── MakerBotReplicator.ini
│ │ ├── Mendel.ini
│ │ ├── PrintrBot.ini
│ │ ├── PrintrBotLC+.ini
│ │ ├── PrintrBotSimple.ini
│ │ └── Prusa Mendel i3.ini
│ ├── meshes
│ │ ├── Attribution.txt
│ │ ├── ultimaker2_platform.stl
│ │ └── ultimaker_platform.stl
│ └── stl.ico
├── scripts
│ ├── darwin
│ │ ├── DmgTemplateCompressed.dmg
│ │ ├── STLQuickLook.qlgenerator
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── STLQuickLook
│ │ │ └── Resources
│ │ │ ├── English.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ └── stlTagImage.png
│ │ ├── STLQuickLook.qlgenerator.dSYM
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── Resources
│ │ │ └── DWARF
│ │ │ └── STLQuickLook
│ │ └── python.rb
│ ├── linux
│ │ ├── cura.py
│ │ ├── debian_amd64
│ │ │ ├── DEBIAN
│ │ │ │ ├── control
│ │ │ │ └── postinst
│ │ │ └── usr
│ │ │ ├── bin
│ │ │ │ └── cura
│ │ │ └── share
│ │ │ └── applications
│ │ │ └── cura.desktop
│ │ └── debian_i386
│ │ ├── DEBIAN
│ │ │ ├── control
│ │ │ └── postinst
│ │ └── usr
│ │ ├── bin
│ │ │ └── cura
│ │ └── share
│ │ └── applications
│ │ └── cura.desktop
│ └── win32
│ ├── cura.bat
│ ├── drivers
│ │ ├── arduino.cat
│ │ ├── arduino.inf
│ │ ├── dpinst32.exe
│ │ └── dpinst64.exe
│ ├── header.bmp
│ ├── installer.nsi
│ └── nsisPlugins
│ └── AccessControl.dll
└── update_translations.sh
60 directories, 225 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论