Wykres commitów

63 Commity (3a6297db7e0e7c5ca3839cdb8d58dac69bd20189)

Autor SHA1 Wiadomość Data
Luc 3a6297db7e Update README.md
Add 2.0A support thanks David
2015-02-25 09:59:20 +08:00
Luc cea210132b Update README.md 2015-02-23 14:20:47 +08:00
Luc 7c47ce772d Sync with repetier 0.91/0.92
Was set to 0 when repetier set it to 1, no idea why this was set to 0,
did several print and did not see any drawback so put 1
2015-02-20 16:56:04 +08:00
Luc 56eef2f405 Missing file for previous commit
Missing file for previous commit
#$%@
2015-02-19 20:19:26 +08:00
Luc 26f38efed0 Change SD Card Pause position to Xmin, Ymin
Change SD Card Pause position to Xmin, Ymin and save  which extruder is
in use for 2.0 to restore the correct one in case there is some extruder
change like when loading/unloading
2015-02-17 22:18:28 +08:00
Luc d4ba5db542 Fix Compilation Error if no EEPROM
Fix Compilation Error if no EEPROM
2015-02-17 10:48:40 +08:00
Luc 0731a63153 Update README.md
Add arduino 1.6.0 support
2015-02-16 18:23:14 +08:00
Luc 4d5d66d2ea Support for Arduino IDE 1.6.0
Support for Arduino IDE 1.6.0
2015-02-16 18:12:34 +08:00
Luc 6f581e6e16 Fix Typo Issue
Fix Typo Issue
2015-02-16 02:19:52 +08:00
Luc d2bb59c15d Revert "Decrease UI_DELAYPERCHAR as suggested by jnadke"
This reverts commit 6d42a7aa9c.
2015-02-12 04:52:55 +01:00
Luc 6d42a7aa9c Decrease UI_DELAYPERCHAR as suggested by jnadke
Decrease UI_DELAYPERCHAR  as suggested by jnadke
2015-02-08 10:08:16 +01:00
Luc 7df09ea154 Add S0 parameter to M50 t disable steppers
Add S0 parameter to M50 to disable steppers, thanks Oscahie
M50 : steppers are still enable after stop
M50 S0 : all steppers are disable after stop
2015-02-06 12:19:51 +08:00
Luc c78976ed65 Purge GCODE when M50 is ongoing
Purge current GCODE when M50 is ongoing, thanks for catching this oscar
2015-02-04 10:41:44 +08:00
Luc 9493fa1aca Update for 2.0A still one pin missing: E1 enable
Update for 2.0A still one pin missing: E1 enable pin, can be 124, 85 or
any free pin
2015-02-02 12:44:56 +08:00
Luc 703e567d98 change enable pin for 2.0A second extruder
change enable pin for 2.0A  second extruder to avoid conflict with z
sensor pin, this is not final pin as no idea of the pin now
2015-02-01 22:49:33 +08:00
Luc 1dcda29668 Remove duplicate entries for Analog pins
Remove duplicate entries for Analog pins
2015-02-01 20:14:10 +08:00
Luc bdc167473b Add RW Pin but no do use it, just disable it
Add RW Pin but no do use it, just disable it,  Thanks Jnadke
This is to be sure the connected pin is not in unknown state and corrupt
communication.
This may not only solve the LCD Initialization issue, but also LCD
become white when printing issue that was reported (TBC)
Tested on 1.0, 1.0A, 2.0SF for initialization
2015-01-28 09:28:49 +08:00
Luc daf0b8a8bc remove unwished batch that break the davinci code
remove unwished batch that break the davinci code
2015-01-19 13:43:49 +08:00
Luc 04163a6845 Fix erratic temperatures and decouple when Fan On
Fix erratic temperatures and decouple when Fan On, thanks oscahie
2015-01-18 21:20:46 +08:00
Luc 8f7fc92685 Fix scramble LCD issue after emergency stop
If key are pressed during  restart emergency stop or hardware reset like
watchdog - screen is scrambled - LCD is not reset properly - so add a
third init line to clean LCD status due to key pressed.
2015-01-16 14:20:35 +08:00
Luc 51c9e9acf3 Fix typo issue for LCD font
Fix typo issue for LCD font
2015-01-14 22:16:45 +08:00
Luc 0ed7e9da83 Update pinout file for 1.0A
Update pinout file for 1.0A
2015-01-14 18:58:09 +08:00
Luc 0b862cd947 Update list of commands in repetier.ino
Add M50 command which allow immediate stop when printing from host or SD
Card
2015-01-14 17:44:45 +08:00
Luc e591576a4e Add support for immediate stop from Host
Add support for immediate stop from Host by adding custom command
routing to printer SD stop function which is immediate

Need to add M50 in host Kill script
2015-01-14 13:48:55 +08:00
Luc 81668ac120 Add Step Motors specifications for reference
Add Step Motors specifications for reference
2015-01-13 15:04:10 +08:00
Luc d5adc0c3af Add LCD specifications for reference
Add LCD specifications for reference
2015-01-13 14:53:14 +08:00
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