3d打印机固件


1.电路板出厂前已经调试好,勿拆卸,后果自负! 2.电路板接线需严格按照主板接线图,仔细认真观看《12-主板接线详解》,烧板自负! 3.主控板电机插线方向先随便(不会烧驱动的),待上电调试时纠正,电机接反会反转,反插即可! 4.远离限位开关为正方向,接近限位开关为反方向。限位开关常开! 5.安装挤出机时不要折到发热棒根部导线,来回折会断掉! 6.主板上绿色接口端子和蓝色接口端子接线一定要充分,否则容易烧接口端子! 7.限位开关3个脚接中间和靠近弹片根部的脚!
资源截图
代码片段和文件信息
/**********************************************************/
/* Serial Bootloader for Atmel megaAVR Controllers        */
/*                                                        */
/* tested with ATmega644 and ATmega644P                   */
/* should work with other mega‘s see code for details    */
/*                                                        */
/* ATmegaBOOT.c                                           */
/*                                                        */
/* 20090131: Added 324P support from Alex Leone           */
/*           Marius Kintel                                */
/* 20080915: applied ADABoot mods for Sanguino 644P       */
/*           Brian Riley                                  */
/* 20080711: hacked for Sanguino by Zach Smith            */
/*           and Justin Day                               */
/* 20070626: hacked for Arduino Diecimila (which auto-    */
/*           resets when a USB connection is made to it)  */
/*           by D. Mellis                                 */
/* 20060802: hacked for Arduino by D. Cuartielles         */
/*           based on a previous hack by D. Mellis        */
/*           and D. Cuartielles                           */
/*                                                        */
/* Monitor and debug functions were added to the original */
/* code by Dr. Erik Lins chip45.com. (See below)         */
/*                                                        */
/* Thanks to Karl Pitrich for fixing a bootloader pin     */
/* problem and more informative LED blinking!             */
/*                                                        */
/* For the latest version see:                            */
/* http://www.chip45.com/                                 */
/*                                                        */
/* ------------------------------------------------------ */
/*                                                        */
/* based on stk500boot.c                                  */
/* Copyright (c) 2003 Jason P. Kyle                      */
/* All rights reserved.                                   */
/* see avr1.org for original file and information         */
/*                                                        */
/* This program is free software; you can redistribute it */
/* and/or modify it under the terms of the GNU General    */
/* Public License as published by the Free Software       */
/* Foundation; either version 2 of the License or        */
/* (at your option) any later version.                    */
/*                                                        */
/* This program is distributed in the hope that it will   */
/* be useful but WITHOUT ANY WARRANTY; without even the  */
/* implied warranty of MERCHANTABILITY or FITNESS FOR A   */
/* PARTICULAR PURPOSE.  See the GNU General Public        */
/* License for more details.                              */
/*                                                        */
/* You shou

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1284  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6oards.txt

     文件      18309  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6ootloadersatmega644pATmegaBOOT.c

     文件       5248  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6ootloadersatmega644pATmegaBOOT_324P.hex

     文件       5212  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6ootloadersatmega644pATmegaBOOT_644.hex

     文件       5248  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6ootloadersatmega644pATmegaBOOT_644P.hex

     文件       1231  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6ootloadersatmega644pMakefile

     文件        155  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6ootloadersatmega644pREADME.txt

     文件         26  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinoArduino.h

     文件      10379  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinoinary.h

     文件       5731  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinoHardwareSerial.cpp

     文件       2355  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinoHardwareSerial.h

     文件        108  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinomain.cpp

     文件       4657  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinopins_arduino.c

     文件       2400  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinopins_arduino.h

     文件       4204  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinoPrint.cpp

     文件       2172  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinoPrint.h

     文件       1089  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinoStream.h

     文件      14310  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinoTone.cpp

     文件       4576  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinoWCharacter.h

     文件         20  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinoWConstants.h

     文件       6710  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinoWInterrupts.c

     文件       8100  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinowiring.c

     文件       3592  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinowiring.h

     文件       6695  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinowiring_analog.c

     文件       4694  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinowiring_digital.c

     文件       1722  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinowiring_private.h

     文件       2643  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinowiring_pulse.c

     文件       1601  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinowiring_shift.c

     文件       1649  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinoWMath.cpp

     文件       1492  2015-05-29 21:02  ArduinoAddonsArduino_0.xxGen6coresarduinoWProgram.h

............此处省略842个文件信息

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

发表评论

评论列表(条)