• 大小: 6MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-14
  • 语言: 其他
  • 标签: 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  ArduinoAddons\Arduino_0.xx\Gen6\boards.txt

     文件      18309  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\bootloaders\atmega644p\ATmegaBOOT.c

     文件       5248  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\bootloaders\atmega644p\ATmegaBOOT_324P.hex

     文件       5212  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\bootloaders\atmega644p\ATmegaBOOT_644.hex

     文件       5248  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\bootloaders\atmega644p\ATmegaBOOT_644P.hex

     文件       1231  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\bootloaders\atmega644p\Makefile

     文件        155  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\bootloaders\atmega644p\README.txt

     文件         26  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\Arduino.h

     文件      10379  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\binary.h

     文件       5731  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\HardwareSerial.cpp

     文件       2355  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\HardwareSerial.h

     文件        108  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\main.cpp

     文件       4657  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\pins_arduino.c

     文件       2400  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\pins_arduino.h

     文件       4204  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\Print.cpp

     文件       2172  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\Print.h

     文件       1089  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\Stream.h

     文件      14310  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\Tone.cpp

     文件       4576  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\WCharacter.h

     文件         20  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\WConstants.h

     文件       6710  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\WInterrupts.c

     文件       8100  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\wiring.c

     文件       3592  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\wiring.h

     文件       6695  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\wiring_analog.c

     文件       4694  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\wiring_digital.c

     文件       1722  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\wiring_private.h

     文件       2643  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\wiring_pulse.c

     文件       1601  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\wiring_shift.c

     文件       1649  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\WMath.cpp

     文件       1492  2015-05-29 21:02  ArduinoAddons\Arduino_0.xx\Gen6\cores\arduino\WProgram.h

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

评论

共有 条评论