Wykres commitów

15 Commity (5b7f1f5e4bd30e6a5311fc6f13f3c527ca8334f3)

Autor SHA1 Wiadomość Data
luc lebosse 5b7f1f5e4b Merge devt branch to move to 0.92.10 base 2016-08-29 10:40:14 +02:00
luc f111cbde00 Add setting to define the WIFI_SERIAL
for Davinci it is Serial
for RADDS it is Serial1 or change it if you use another one
2015-10-30 14:08:32 +08:00
Luc 5d090030a5 Change Watchdog to use Arduino functions
also now watchdog can be enabled or disabled directly to configuration.h
using FEATURE_WATCHDOG no need to edit variant.cpp to disable it but
still need to comment the Disable function in variant.cpp
2015-07-10 14:29:23 +08:00
Luc df16bfd6a3 Fix timeout with long data
add a delay after each '\n' this delay is defined by DELAY_BY_LINE, by
default it is set to  50 ms, may need more fine tuning but now I am able
to get all EEPROM content using M205 command without loosing any data
2015-06-04 16:48:42 +08:00
Luc 6e2204151b Add basic Support for Wifi for ESP8266 on UART
Currently ESP8266 act as transparent bridge, still need some tuning as
big data is not transfered properly
2015-06-04 14:20:37 +08:00
Luc ab228202f9 Import 0.92.3 FW and clear coment for Davinci parts
this is global import several functions need some rework
Change Filament new feature
Stop Printing from SDCard
Jam sensor should be able to be desactivate by menu and not only during
compilation like other sensor
May need to sync Autolevel from Command and the one from menu
2015-03-19 10:47:10 +08:00
Luc c1f9993b74 Code Formating/Comment added
Code Formating/Comment added for better import of .92.3
2015-03-12 13:10:08 +08:00
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 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 d9bbcf3c5b Add M360 Support and Code formating
Add M360 Support and Code formating
2015-02-26 19:49:28 +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 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 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 84bc43ae57 Initial Commit
Initial Commit - split from 0.91 to split issues
2014-11-08 19:25:51 +08:00