Wykres commitów

37 Commity (195076d1621c9e6d4b95288737e7284fdc462908)

Autor SHA1 Wiadomość Data
Luc 195076d162 Change LCD Initialization for Winstar LCD to 8bits
Change LCD Initialization for Winstar LCD to 8bits, thanks Garry and
Superdavex
Be Noted : a RESTART is MANDATORY after flashing
This should fix white screen and scramble screen at start
2015-01-13 09:24:20 +08:00
Luc f6dfc8aa8a Fix Ext0 motor is not disabled on DaVinci 2.0
Pin is 128 and int8_t see is as -128 and then give the condition to
disable wrong
if(extruder[i].enablePin > -1)
digitalWrite(extruder[i].enablePin,!extruder[i].enableOn);
change type of value to int16_t to avoid 128 and upper pin to be seen as
negative pin
2015-01-12 21:45:45 +08:00
Luc 4cea0ea717 Update 1.0A extruder thermistor table
Update 1.0A extruder thermistor table to fix sensor defect error when
temperature is around and under 20 degres - thanks superdavex
2015-01-08 08:44:51 +08:00
Luc d653f5c807 Modify LCD initialization to reduce failure
Modify LCD initialization to reduce failure , Thanks Garry
Change initialization sequence and modify some timing
not sure it solve issue of  random white screen during print
2015-01-02 17:16:19 +08:00
Luc 8d52744098 Update FW version and revert Davinci to 1.0
Update FW version and revert Davinci to 1.0
2015-01-02 17:14:08 +08:00
Luc 07715315ab Update Thermistor tables for Gen 0 and Gen 1
Use all data provided to generate tables, which will be now I hope, more
accurate and avoid the "winter bug" (temperature 16~22 may generate a
defect sensor error).
Data show Gen 0 and 1 use same table for bed, so applying Gen 0 bed
table should solve "winter bug" on Gen 1 for bed - for Gen 1 extruder
table need help to adjust if issue happen like for Gen 0 as no Gen 1
available
Excel file contain all data and adjustements
please refer to
https://github.com/luc-github/Repetier-Firmware/issues/83
2015-01-02 17:07:45 +08:00
Luc 11d90ac742 Update for 1.0A
Update for 1.0A
2014-12-19 04:28:59 +08:00
Luc ca6fa392f0 Add new table thermistor tables for new Davinci
Add new table thermistor tables for new Davinci Boards (the one with J37
jumper for hard reset)
Thanks ogremustcrush
2014-12-12 10:36:43 +08:00
Luc 461f8d3945 Merge pull request #8 from matthewsanders/master
Updating Readme with more detailed instructions.
2014-12-11 12:44:51 +08:00
Matthew Sanders 69353c8f3c Updating Readme with more detailed instructions. 2014-12-10 22:10:58 -06:00
Luc a5f0f0f3d5 Add pins for Jam sensor
Add pins for Jam sensor
2014-12-10 22:31:11 +08:00
Luc 57089d95bf Adding basic for AIO based boards (experimental)
Adding some pins change for AIO based board
Add a new define : MODEL in configuration.h
#define MODEL  0//"0" for first generation (jumper JP1 to reset ) , "1"
for new generation   (jumper J37 to reset)
2014-12-10 11:10:06 +08:00
Luc c98a9232f0 Fix : Fans are inverted on 2.0 dual fans
Fix : Fans are inverted on 2.0 dual fans
2014-12-09 08:50:03 +08:00
Luc 138ad2dcdf Fix typo issue (Adjust, d is missing)
Fix typo issue (Adjust, d is missing)
2014-12-09 08:13:06 +08:00
Luc 932be5e6f9 Update README.md 2014-12-08 22:15:25 +08:00
Luc 5f8c73d3b8 Fix wrong pin assignment for LED_PIN
And add LIGHT_PIN to usurping.h
2014-12-08 17:25:45 +08:00
Luc 9264e749d5 Change Top Cover Alarm to alert only if heating
Change Top Cover Alarm to alert only if heating
Clear LCD message if top cover is closed
2014-12-08 15:35:25 +08:00
Luc ebeea04dfa Adjust table for temperature under 20 degres to avoid false defect sensor error 2014-12-08 14:18:01 +08:00
Luc 8e33aef1ca Init watchdog as first action in setup, not at end of Printer::Setup, and extend delay from 4s to 8s, this should avoid to have loop restart due to watchdog 2014-12-06 17:57:14 +08:00
Luc ff3fda0e5d Add sound for hardware reset that also ping watchdog to decrease risk to have have timeout just after reset 2014-12-02 22:51:55 +08:00
Luc a219bb58cb Better display of EEPROM settings in repetier host
Better display of EEPROM settings in repetier host
2014-11-28 12:28:06 +08:00
Luc 31f84d23ba Update version 2014-11-27 19:32:35 +08:00
Luc 592ce62bc0 Adjust decouple test period for extruders
Adjust decouple test period for extruders
2014-11-27 16:32:22 +08:00
Luc 2bcb67e310 Make Manual Leveling text more generic for knobs
Make Manual Leveling text more generic knobs, as position may vary on
some printer
2014-11-26 22:33:08 +08:00
Luc 209ad86478 Add space to LF as editor removed it
Add space to LF as editor removed it
2014-11-26 21:45:42 +08:00
Luc 9add8b8c4b Update read me for typo mistake
Update read me for typo mistake
2014-11-26 21:36:15 +08:00
Luc f745565c5c Fix missing code for status menu with 3+ entries
Fix missing code for status menu with more than 3 entries
2014-11-26 21:30:30 +08:00
Luc e0cb24107d Update Read me and additional files
Update Read me and additional files
2014-11-26 20:44:52 +08:00
Luc 4e56b8a84d Add some ping watchdog
Add some ping watchdog
2014-11-26 17:04:52 +08:00
Luc fac4a5ea28 Fix reset at start and no EEPROM settings loaded
Fix reset at start due to watchdog and no EEPROM settings loaded due to
Virtual EEPROM loaded too early
2014-11-26 16:26:21 +08:00
Luc 65bcdd87f5 Add missing variable including confirmation box
Add missing variable including confirmation box lines
2014-11-26 15:10:15 +08:00
Luc 12068ed4b9 Porting ui.cpp and ui.h and fix 1.0 Clean Nozzle
Porting ui.cpp and ui.h and fix 1.0 Clean Nozzle
COMPILATION OK
BUT NO TEST YET
2014-11-26 13:52:37 +08:00
Luc b0fc75d824 Porting all files but ui.cpp
Porting all files but ui.cpp
Compilation is ok but no test done yet - need ui.cpp
2014-11-25 20:14:19 +08:00
Luc be7e334111 Porting communication.cpp/.h , uilang.h and pins.h
Porting communication.cpp/.h , uilang.h and pins.h
2014-11-25 11:12:41 +08:00
Luc aac83b7eb4 Basic functions imported
Basic functions imported:
Basic Configuration for Davinci 1.0/2SF/2.0
Basic Configuration of stepper/heater
LCD
SDCard
EEPROM on SDCARD
Light
Sound
Key pad
Add variant.cpp with pins
Add usbcore.cpp with timeout when sending data
2014-11-25 00:02:56 +08:00
Luc 45cee09b15 Add variant.cpp modified for Davinci
Add variant.cpp modified for Davinci
2014-11-10 19:07:35 +08:00
Luc 84bc43ae57 Initial Commit
Initial Commit - split from 0.91 to split issues
2014-11-08 19:25:51 +08:00