3D打印机上位机源码Reprap Host 是C#写的!


这个是reprap host是C#开发的,刚才上传错误了对不起大家!现在重新上传
资源截图
代码片段和文件信息
/*
   Copyright 2011 repetier repetierdev@gmail.com

   Licensed under the Apache License Version 2.0 (the “License“);
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing software
   distributed under the License is distributed on an “AS IS“ BASIS
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.IO;
using System.Windows.Forms;
using RepetierHost.model;
using RepetierHost.view;
using RepetierHost.view.utils;
using RepetierHost.model.geom;
using Microsoft.Win32;
using System.Threading;
using System.Diagnostics;
using RepetierHost.model;
using RepetierHost.connector;
using System.Runtime.InteropServices;
using RepetierHost.view.calibration;

namespace RepetierHost
{
    public delegate void executeHostCommandDelegate(GCode code);
    public delegate void languageChangedEvent();

    public partial class Main : Form
    {
        public event languageChangedEvent languageChanged;
        private const int InfoPanel2MinSize = 440;
        public static PrinterConnection conn;
        public static Main main;
        public static FormPrinterSettings printerSettings;
        public static PrinterModel printerModel;
        public static ThreeDSettings threeDSettings;
        public static GlobalSettings globalSettings = null;
        public static GCodeGenerator generator = null;
        public string basictitle = ““;
        public static bool IsMono = Type.GetType(“Mono.Runtime“) != null;
        public static Slicer slicer = null;
        public static Slic3r slic3r = null;
        public static bool IsMac = false;

        public Skeinforge skeinforge = null;
        public EEPROMRepetier eepromSettings = null;
        public EEPROMMarlin eepromSettingsm = null;
        public LogView logView = null;
        public PrintPanel printPanel = null;
        public RegistryKey repetierKey;
        public ThreeDControl threedview = null;
        public ThreeDView jobPreview = null;
        public ThreeDView printPreview = null;
        public GCodeVisual jobVisual = new GCodeVisual();
        public GCodeVisual printVisual = null;
        public STLComposer objectPlacement = null;
        public volatile GCodeVisual newVisual = null;
        public volatile bool jobPreviewThreadFinished = true;
        public volatile Thread previewThread = null;
        public RegMemory.FilesHistory fileHistory = new RegMemory.FilesHistory(“fileHistory“ 8);
        public int refreshCounter = 0;
        public executeHostCom

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-07-13 14:27  Repetier-Host-master
     文件         732  2015-07-13 14:27  Repetier-Host-master.gitignore
     文件       11358  2015-07-13 14:27  Repetier-Host-masterAPACHE-LICENSE-2.0.txt
     文件        1093  2015-07-13 14:27  Repetier-Host-masterREADME.md
     文件         629  2015-07-13 14:27  Repetier-Host-masterREADME.txt
     文件        5194  2015-07-13 14:27  Repetier-Host-masterRepetier-Host-licence.txt
     文件    20611103  2015-07-13 14:27  Repetier-Host-masterRepetierHostMacOSX.dmg
     文件       11167  2015-07-13 14:27  Repetier-Host-masterchangelog.txt
     文件        1022  2015-07-13 14:27  Repetier-Host-masterinstallation.txt
     目录           0  2015-07-13 14:27  Repetier-Host-masterlinux
     文件         396  2015-07-13 14:27  Repetier-Host-masterlinuxuildLinux.sh
     文件      229627  2015-07-13 14:27  Repetier-Host-masterlinuxhostsplash.png
     目录           0  2015-07-13 14:27  Repetier-Host-mastermacosx
     文件      301292  2015-07-13 14:27  Repetier-Host-mastermacosxApplications
     文件      191386  2015-07-13 14:27  Repetier-Host-mastermacosxDMGBackground.png
     文件     1404411  2015-07-13 14:27  Repetier-Host-mastermacosxDMGBackground.psd
     文件      200582  2015-07-13 14:27  Repetier-Host-mastermacosx
epetier-logo-trans128.icns
     文件      187393  2015-07-13 14:27  Repetier-Host-mastermacosx
epetier-logo128.icns
     目录           0  2015-07-13 14:27  Repetier-Host-masterscreenshots
     文件       23710  2015-07-13 14:27  Repetier-Host-masterscreenshots3dsettings.png
     文件       30802  2015-07-13 14:27  Repetier-Host-masterscreenshots3dsettings2.png
     文件       38366  2015-07-13 14:27  Repetier-Host-masterscreenshots3dsettings3.png
     文件       32538  2015-07-13 14:27  Repetier-Host-masterscreenshots3dsettings4.png
     文件       65447  2015-07-13 14:27  Repetier-Host-masterscreenshotsadvance_testcase.png
     文件       67952  2015-07-13 14:27  Repetier-Host-masterscreenshotseeprom.png
     文件      417207  2015-07-13 14:27  Repetier-Host-masterscreenshotsjob.png
     文件       32745  2015-07-13 14:27  Repetier-Host-masterscreenshotsprinterinformation.png
     文件       42982  2015-07-13 14:27  Repetier-Host-masterscreenshotsprintersettings1.png
     文件       42281  2015-07-13 14:27  Repetier-Host-masterscreenshotsprintersettings2.png
     文件       36718  2015-07-13 14:27  Repetier-Host-masterscreenshotsprintersettings3.png
     文件       18007  2015-07-13 14:27  Repetier-Host-masterscreenshotsprintersettings4.png
............此处省略444个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)