Wykres commitów

190 Commity (5cbd5e584c1bf2666750d06fb9b4f08c3d23a515)

Autor SHA1 Wiadomość Data
Luc 9033dd0a1b Code Cleaning
Move DaVinci Code specific to UserPin.h instead of others files to help
to simplify maintainance vs original repetier FW
Add some comment to highlight some change is for DaVinci to help code
maintenance/porting
2015-03-12 09:51:45 +08:00
Luc 631a0687ad Remove 1.6.0 files / Add 1.6.1 support files
1.6.0 is buggy so no need to keep related files
1.6.1 is released so update variant.cpp/usbcore.cpp to support it
2015-03-11 20:04:27 +08:00
Luc 66ba1b5c17 Move Version out of manual edition part
as seems confusing for some people and this part is likely not necessary
to be modified
2015-03-10 12:37:04 +08:00
Luc 971953bcf2 Fix typo issue in extruder menu for 1.0
to see extruder line at once
2015-03-06 11:07:19 +08:00
Luc fba5e494fb Import Cooler Shared feature from 0.92.2
for extruder and board
and fix https://github.com/luc-github/Repetier-Firmware-0.92/issues/56
2015-03-06 11:04:08 +08:00
Luc 0d75caadc4 New Analog measurement from 0.92.2
New Analog measurement from 0.92.2
2015-03-02 13:42:07 +08:00
Luc eef2f7009d Add Compilation Condition for watchdog
Add Compilation Condition for watchdog (0.92.2)
2015-03-02 13:42:05 +08:00
Luc af89b1e07b Code Formting Sync with 0.92.2
no new function , only casting, indentation code and comment sync to
make next synchronisation easier
2015-03-02 13:42:02 +08:00
Luc 932ea7e619 Update README.md
Advice not to use 1.6.0
Remove WARMUP_BED_ON_INIT reference as removed
2015-03-01 09:16:20 +08:00
Luc 84158b3e96 Fix Typo wrong extruder test for 1.0 for load
Test on 1.0 is wrong for extruder for 1.0 it use 2.0 position
2015-02-27 11:10:42 +08:00
Luc 2d9fef9b5b Use Dripboxes for Load/Unload Filament
Use Dripboxes for Load/Unload Filament, thanks for the catch Zyphuris55
2015-02-26 22:35:41 +08:00
Luc dbe919c170 Reset Home Flag if steppers are disabled
This will avoid issue if manual changes are done
2015-02-26 22:31:25 +08:00
Luc 6efdaa6755 Fix Bug of Homed Flag for X, Y and Z
Fix Bug of Homed Flag for X, Y and Z
2015-02-26 22:27:24 +08:00
Luc d46b1e12f3 Add M355 Command / Remove M101/M102
Use New M355 Repetier command to handle the lights
Remove M101/M102 as useless now
Add M355 and M360 commands as no wake up commands if light is off
2015-02-26 20:24:50 +08:00
Luc d9bbcf3c5b Add M360 Support and Code formating
Add M360 Support and Code formating
2015-02-26 19:49:28 +08:00
Luc a26970f86f Use the SD_RUN_ON_STOP to do actions after stop
The M50 S0 parameter is overriden by this command present in
configuration.h
so I remove it
The SD_RUN_ON_STOP command affect Stop send by Host using M50 and Stop
from printer so it is more consistent
2015-02-26 16:25:09 +08:00
Luc 3c63ba7039 Set Status Idle when M100 command is finished
Set Status Idle when M100 command is finished
2015-02-26 15:30:17 +08:00
Luc c7d79c7264 Protocol V3 and Code Formating
Protocol V3 and Code Formating
2015-02-26 13:18:48 +08:00
Luc 7e2b60468e Improved SD reading from 0.92.2
Improved SD reading from 0.92.2
2015-02-26 12:47:27 +08:00
Luc db5f67b7b0 Fix issue with Flag FEATURE_DECOUPLE_TEST to 0
HTR_SLOWBANG need to check the time interval
2015-02-26 12:16:41 +08:00
Luc 088d66e005 Add sound/message when Pause from printer
Fix also message when immediate Stop
2015-02-26 11:54:34 +08:00
Luc 993436bc33 Fix Compilation Issue....
Fix Compilation Issue....
2015-02-26 11:36:22 +08:00
Luc b501f1a7ac Stop Printing if decouple issue
Stop Printing if decouple issue
2015-02-26 11:01:48 +08:00
Luc 1dfd534455 Missing Conditions/file in previous patch
forget to save changes......
2015-02-26 10:50:14 +08:00
Luc c910d91ba3 Add flag to disable DECOUPLE_TEST thanks twinge
do not disable it unless you know what you are doing!!!
if you have decouple issue, it means you have hardware issue or bad air
flow management!!!
this feature is a safety feature, if you disable it is dangerous!!!
2015-02-26 10:32:03 +08:00
Luc 1b4c93a34b Import 0.92.2 decouple updates
Import 0.92.2 decouple updates
Update code formating
2015-02-26 09:56:22 +08:00
Luc 5be306508f Remove init bed feature as tables are now corrected
Remove init bed feature as tables are now corrected
2015-02-25 20:40:41 +08:00
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