实例介绍
这个是reprap host是C#开发的,刚才上传错误了对不起大家!现在重新上传
【实例截图】
【核心代码】
Repetier-Host-master
└── Repetier-Host-master
├── APACHE-LICENSE-2.0.txt
├── changelog.txt
├── installation.txt
├── linux
│ ├── buildLinux.sh
│ └── hostsplash.png
├── macosx
│ ├── Applications
│ ├── DMGBackground.png
│ ├── DMGBackground.psd
│ ├── repetier-logo128.icns
│ └── repetier-logo-trans128.icns
├── README.md
├── README.txt
├── Repetier-Host-licence.txt
├── RepetierHostMacOSX.dmg
├── screenshots
│ ├── 3dsettings2.png
│ ├── 3dsettings3.png
│ ├── 3dsettings4.png
│ ├── 3dsettings.png
│ ├── advance_testcase.png
│ ├── eeprom.png
│ ├── job.png
│ ├── printerinformation.png
│ ├── printersettings1.png
│ ├── printersettings2.png
│ ├── printersettings3.png
│ ├── printersettings4.png
│ ├── printpanel.png
│ ├── repetiersettimgs.png
│ ├── savejob.png
│ ├── sdcardmanager.png
│ ├── sdcardupload.png
│ ├── skeinforgesettings.png
│ ├── slic3r-config.png
│ ├── slicer.png
│ ├── slicing_parameter.png
│ ├── startpage.png
│ ├── temperature.png
│ └── test_generator.png
├── src
│ ├── data
│ │ ├── ArrowX.stl
│ │ ├── ArrowY.stl
│ │ ├── ArrowZ.stl
│ │ ├── custom.ini
│ │ ├── default
│ │ │ └── syntax_en.xml
│ │ ├── splashscreen.png
│ │ ├── Thumbs.db
│ │ └── translations
│ │ ├── cz.xml
│ │ ├── de.xml
│ │ ├── en.xml
│ │ ├── es.xml
│ │ ├── eu.xml
│ │ ├── fr.xml
│ │ ├── it.xml
│ │ ├── jp.xml
│ │ ├── lv.xml
│ │ ├── nl.xml
│ │ ├── pt.xml
│ │ ├── ru.xml
│ │ ├── se.xml
│ │ ├── tw.xml
│ │ └── zh.xml
│ ├── empty.txt
│ └── RepetierHost
│ ├── app.config
│ ├── connector
│ │ ├── PrinterConnectorBase.cs
│ │ ├── SerialConnectionPanel.cs
│ │ ├── SerialConnectionPanel.Designer.cs
│ │ ├── SerialConnectionPanel.resx
│ │ ├── SerialConnector.cs
│ │ ├── VirtualPrinterConnector.cs
│ │ ├── VirtualPrinterPanel.cs
│ │ ├── VirtualPrinterPanel.Designer.cs
│ │ └── VirtualPrinterPanel.resx
│ ├── extensions
│ │ └── ExtensionManager.cs
│ ├── images
│ │ ├── add16.png
│ │ ├── autoposition16.png
│ │ ├── bad16.png
│ │ ├── center16.png
│ │ ├── connect32.png
│ │ ├── connect.png
│ │ ├── copy16.png
│ │ ├── copy32.png
│ │ ├── copy.png
│ │ ├── cut32.png
│ │ ├── cut.png
│ │ ├── disconnect32.png
│ │ ├── disconnect.png
│ │ ├── drop16.png
│ │ ├── emergencystop32.png
│ │ ├── emergencystop.png
│ │ ├── extrude16.png
│ │ ├── fixnormals16.png
│ │ ├── folder.png
│ │ ├── fronview32.png
│ │ ├── fronview.png
│ │ ├── generate16.png
│ │ ├── home16.png
│ │ ├── home32.png
│ │ ├── info16.png
│ │ ├── killjob32.png
│ │ ├── killjob.psd
│ │ ├── load16.png
│ │ ├── loadgcode32.png
│ │ ├── loadgcode.png
│ │ ├── loadgcode.psd
│ │ ├── lock16.png
│ │ ├── lock32.png
│ │ ├── log32.png
│ │ ├── log.png
│ │ ├── mount32.png
│ │ ├── move32.png
│ │ ├── movecamera32.png
│ │ ├── movecamera.png
│ │ ├── moveobject32.png
│ │ ├── moveobject.png
│ │ ├── move.png
│ │ ├── newfile32.png
│ │ ├── newfile.png
│ │ ├── newfile.psd
│ │ ├── newfolder32.png
│ │ ├── ok16.png
│ │ ├── orientation_back16.png
│ │ ├── orientation_back32.png
│ │ ├── orientation_bottom16.png
│ │ ├── orientation_bottom32.png
│ │ ├── orientation_fron16.png
│ │ ├── orientation_front32.png
│ │ ├── orientation_iso16.png
│ │ ├── orientation_iso32.png
│ │ ├── orientation_left16.png
│ │ ├── orientation_left32.png
│ │ ├── orientation_right16.png
│ │ ├── orientation_right32.png
│ │ ├── orientation_top16.png
│ │ ├── orientation_top32.png
│ │ ├── parallelmode.png
│ │ ├── paste32.png
│ │ ├── paste.png
│ │ ├── pauseicon32.png
│ │ ├── pauseiconbig.png
│ │ ├── pauseicon.png
│ │ ├── play16.png
│ │ ├── preferences32.png
│ │ ├── preferences.png
│ │ ├── preview32.png
│ │ ├── previewoff32.png
│ │ ├── previewoff.png
│ │ ├── preview.png
│ │ ├── preview.psd
│ │ ├── printer32.png
│ │ ├── printersettings16.png
│ │ ├── printersettings32.png
│ │ ├── printersettings.png
│ │ ├── printer_white32.png
│ │ ├── redo32.png
│ │ ├── redo.png
│ │ ├── refresh16.png
│ │ ├── refresh32.png
│ │ ├── remove16.png
│ │ ├── rename32.png
│ │ ├── rename.png
│ │ ├── repair16.png
│ │ ├── repair32.png
│ │ ├── repetier-logo128.png
│ │ ├── repetier-logo32.ico
│ │ ├── repetier-logo32.png
│ │ ├── repetier-logo64.png
│ │ ├── repetier-logo.psd
│ │ ├── repetier-logo-trans128.png
│ │ ├── repetier-logo-trans32.ico
│ │ ├── repetier-logo-trans32.png
│ │ ├── repetier-logo-trans.psd
│ │ ├── retract16.png
│ │ ├── rotateicon32.png
│ │ ├── rotateicon.png
│ │ ├── runjob32.png
│ │ ├── runjob.psd
│ │ ├── save16.png
│ │ ├── save32.png
│ │ ├── save64.png
│ │ ├── savejob64.png
│ │ ├── savejob.png
│ │ ├── save.png
│ │ ├── save.psd
│ │ ├── sdcard64.png
│ │ ├── sdcardicon32.png
│ │ ├── sdcardicon.png
│ │ ├── sdcardminusicon32.png
│ │ ├── sdcardminusicon.png
│ │ ├── sdcardmount.png
│ │ ├── sdcardplusicon32.png
│ │ ├── sdcardplusicon.png
│ │ ├── sdcardunmount.png
│ │ ├── split16.png
│ │ ├── switch_off2.png
│ │ ├── switch_off.bmp
│ │ ├── switch_off.ico
│ │ ├── switch_off.png
│ │ ├── switch_off.psd
│ │ ├── switch_on2.png
│ │ ├── switch_on.bmp
│ │ ├── switch_on.ico
│ │ ├── switch_on.png
│ │ ├── switch_on.psd
│ │ ├── togglelog32.png
│ │ ├── topview32.png
│ │ ├── topview.png
│ │ ├── trash16.png
│ │ ├── trash32.png
│ │ ├── trash.png
│ │ ├── undo32.png
│ │ ├── undo.png
│ │ ├── unlock16.png
│ │ ├── unlock32.png
│ │ ├── unmount32.png
│ │ ├── zoom32.png
│ │ └── zoom.png
│ ├── Main.cs
│ ├── Main.Designer.cs
│ ├── Main.resources
│ ├── Main.resx
│ ├── model
│ │ ├── 3DSLoader.cs
│ │ ├── BasicConfiguration.cs
│ │ ├── BeltCalculator.cs
│ │ ├── Commands.cs
│ │ ├── Coordinate.cs
│ │ ├── Custom.cs
│ │ ├── EEPROMMarlinParameter.cs
│ │ ├── EEPROMParameter.cs
│ │ ├── GCodeAnalyzer.cs
│ │ ├── GCode.cs
│ │ ├── GCodeExecutor.cs
│ │ ├── GCodeGenerator.cs
│ │ ├── GCodeShort.cs
│ │ ├── GCodeVisual.cs
│ │ ├── geom
│ │ │ ├── RHBoundingBox.cs
│ │ │ ├── RHMatrix3.cs
│ │ │ ├── RHVector3.cs
│ │ │ ├── Submesh.cs
│ │ │ ├── TestTopoTriangle.cs
│ │ │ ├── TopoEdge.cs
│ │ │ ├── TopoModel.cs
│ │ │ ├── TopoPlane.cs
│ │ │ ├── TopoTriangle.cs
│ │ │ ├── TopoTriangleStorage.cs
│ │ │ ├── TopoVertex.cs
│ │ │ └── TopoVertexStorage.cs
│ │ ├── Geom3D.cs
│ │ ├── IniManager.cs
│ │ ├── LogLine.cs
│ │ ├── ModelAnimation.cs
│ │ ├── PendingPrintJobs.cs
│ │ ├── PrinterConnection.cs
│ │ ├── PrinterModel.cs
│ │ ├── PrintingStateSnapshot.cs
│ │ ├── Printjob.cs
│ │ ├── PrintModel.cs
│ │ ├── ProtectedSerialPort.cs
│ │ ├── PulseAnimation.cs
│ │ ├── RectPacker.cs
│ │ ├── SkeinConfig.cs
│ │ ├── TemperatureHistory.cs
│ │ ├── ThreeDModel.cs
│ │ ├── ThreeDView.cs
│ │ ├── Translation.cs
│ │ └── VirtualPrinter.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── DataSources
│ │ │ ├── Main.datasource
│ │ │ ├── RepetierHost.connector.SerialConnector.datasource
│ │ │ ├── RepetierHost.connector.VirtualPrinterConnector.datasource
│ │ │ ├── RepetierHost.model.PrinterModel.datasource
│ │ │ ├── RepetierHost.view.RepetierEditor.datasource
│ │ │ └── RepetierHost.view.ThreeDSettings.datasource
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resources
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RepetierHost.csproj
│ ├── RepetierHost.csproj.user
│ ├── RepetierHost.pidb
│ ├── RepetierHost.sln
│ ├── RepetierHost.suo
│ ├── RepetierHost_TemporaryKey.pfx
│ ├── RepetierHost.userprefs
│ ├── RepetierHost.v11.suo
│ ├── repetier-logo32.ico
│ ├── repetier-logo-trans32.ico
│ ├── Resources
│ │ ├── home.png
│ │ └── Thumbs.db
│ ├── UpgradeLog.htm
│ ├── UpgradeLog.XML
│ └── view
│ ├── About.cs
│ ├── About.Designer.cs
│ ├── About.resources
│ ├── About.resx
│ ├── BeltCalculatorDialog.cs
│ ├── BeltCalculatorDialog.Designer.cs
│ ├── BeltCalculatorDialog.resx
│ ├── calibration
│ │ ├── BedHeightMap.cs
│ │ ├── BedHeightMap.Designer.cs
│ │ └── BedHeightMap.resx
│ ├── CopyObjectsDialog.cs
│ ├── CopyObjectsDialog.Designer.cs
│ ├── CopyObjectsDialog.resx
│ ├── DoubleBufferPanel.cs
│ ├── EEPROMMarlin.cs
│ ├── EEPROMMarlin.designer.cs
│ ├── EEPROMMarlin.resx
│ ├── EEPROMRepetier.cs
│ ├── EEPROMRepetier.Designer.cs
│ ├── EEPROMRepetier.resources
│ ├── EEPROMRepetier.resx
│ ├── FormPrinterSettings.cs
│ ├── FormPrinterSettings.Designer.cs
│ ├── FormPrinterSettings.resources
│ ├── FormPrinterSettings.resx
│ ├── FormTempMonitor.resources
│ ├── GCodeNotFound.cs
│ ├── GCodeNotFound.Designer.cs
│ ├── GCodeNotFound.resx
│ ├── GlobalSettings.cs
│ ├── GlobalSettings.Designer.cs
│ ├── GlobalSettings.resources
│ ├── GlobalSettings.resx
│ ├── JobStatus.cs
│ ├── JobStatus.Designer.cs
│ ├── JobStatus.resources
│ ├── JobStatus.resx
│ ├── LeadScrewCalculatorDialog.cs
│ ├── LeadScrewCalculatorDialog.Designer.cs
│ ├── LeadScrewCalculatorDialog.resx
│ ├── LogBox.cs
│ ├── LogBox.Designer.cs
│ ├── LogBox.resources
│ ├── LogBox.resx
│ ├── LogView.cs
│ ├── LogView.Designer.cs
│ ├── LogView.resources
│ ├── LogView.resx
│ ├── ObjectInformation.cs
│ ├── ObjectInformation.Designer.cs
│ ├── ObjectInformation.resx
│ ├── PendingPrintJobsDialog.cs
│ ├── PendingPrintJobsDialog.Designer.cs
│ ├── PendingPrintJobsDialog.resx
│ ├── Preferences.cs
│ ├── Preferences.Designer.cs
│ ├── Preferences.resx
│ ├── PrinterInfo.cs
│ ├── PrinterInfo.Designer.cs
│ ├── PrinterInfo.resources
│ ├── PrinterInfo.resx
│ ├── PrintPanel.cs
│ ├── PrintPanel.Designer.cs
│ ├── PrintPanel.resources
│ ├── PrintPanel.resx
│ ├── RepetierEditor.cs
│ ├── RepetierEditor.Designer.cs
│ ├── RepetierEditor.resources
│ ├── RepetierEditor.resx
│ ├── SDCard.cs
│ ├── SDCard.Designer.cs
│ ├── SDCard.resources
│ ├── SDCard.resx
│ ├── SDCardUpload.cs
│ ├── SDCardUpload.Designer.cs
│ ├── SDCardUpload.resources
│ ├── SDCardUpload.resx
│ ├── Skeinforge.cs
│ ├── Skeinforge.Designer.cs
│ ├── Skeinforge.resources
│ ├── Skeinforge.resx
│ ├── Slic3r.cs
│ ├── Slic3r.Designer.cs
│ ├── Slic3r.resources
│ ├── Slic3r.resx
│ ├── Slic3rSetup.cs
│ ├── Slic3rSetup.Designer.cs
│ ├── Slic3rSetup.resx
│ ├── SlicerPanel.cs
│ ├── SlicerPanel.Designer.cs
│ ├── SlicerPanel.resx
│ ├── SlicingParameter.cs
│ ├── SlicingParameter.Designer.cs
│ ├── SlicingParameter.resources
│ ├── SlicingParameter.resx
│ ├── SoundConfig.cs
│ ├── SoundConfig.Designer.cs
│ ├── SoundConfig.resx
│ ├── STLComposer.cs
│ ├── STLComposer.Designer.cs
│ ├── STLComposer.resources
│ ├── STLComposer.resx
│ ├── StoreCode.cs
│ ├── StoreCode.Designer.cs
│ ├── StoreCode.resx
│ ├── SwitchButton.cs
│ ├── SwitchButton.Designer.cs
│ ├── SwitchButton.resources
│ ├── SwitchButton.resx
│ ├── TemperatureView.cs
│ ├── TemperatureView.Designer.cs
│ ├── TemperatureView.resx
│ ├── TestGenerator.cs
│ ├── TestGenerator.Designer.cs
│ ├── TestGenerator.resources
│ ├── TestGenerator.resx
│ ├── ThreedCamera.cs
│ ├── ThreeDControl.cs
│ ├── ThreeDControl.Designer.cs
│ ├── ThreeDControl.resources
│ ├── ThreeDControl.resx
│ ├── ThreeDSettings.cs
│ ├── ThreeDSettings.Designer.cs
│ ├── ThreeDSettings.resources
│ ├── ThreeDSettings.resx
│ └── utils
│ ├── ArrowButton.cs
│ ├── ArrowButton.Designer.cs
│ ├── ColorSlider.cs
│ ├── ColorSlider.Designer.cs
│ ├── ColorSlider.resx
│ ├── CommandExecutioner.cs
│ ├── EditInstanceName.cs
│ ├── EditInstanceName.Designer.cs
│ ├── EditInstanceName.resx
│ ├── InfoProgressPanel.cs
│ ├── InfoProgressPanel.Designer.cs
│ ├── InfoProgressPanel.resx
│ ├── PauseInfo.cs
│ ├── PauseInfo.Designer.cs
│ ├── PauseInfo.resx
│ ├── RegMemory.cs
│ ├── RHOpenGL.cs
│ ├── RHUpdater.cs
│ ├── RHUpdater.Designer.cs
│ ├── RHUpdater.resx
│ ├── Slicer.cs
│ ├── SlicingInfo.cs
│ ├── SlicingInfo.Designer.cs
│ ├── SlicingInfo.resources
│ ├── SlicingInfo.resx
│ ├── SlidePanelControler.cs
│ ├── SlidePanel.cs
│ ├── SnapshotDialog.cs
│ ├── SnapshotDialog.Designer.cs
│ ├── SnapshotDialog.resx
│ ├── SplashScreen.cs
│ ├── SplashScreen.Designer.cs
│ ├── SplashScreen.resx
│ ├── StringInput.cs
│ ├── StringInput.Designer.cs
│ ├── StringInput.resources
│ └── StringInput.resx
└── version.txt
20 directories, 454 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论