Wykres commitów

190 Commity (5cbd5e584c1bf2666750d06fb9b4f08c3d23a515)

Autor SHA1 Wiadomość Data
Luc 5cbd5e584c Update README.md
Add donation button - to buy new printer if needed
2015-11-11 15:28:56 +08:00
Luc dc580186b4 Update README.md
fix wrong travis-ci tag
2015-11-10 21:53:52 +08:00
Luc 0a9747f88b Update .travis.yml
add test for 1/2SF/2/1a/2a/AiO and not Davinci
2015-11-10 21:41:55 +08:00
Luc 232f22402e Update README.md 2015-11-10 20:27:50 +08:00
luc efe073a03d Add travis tag for IDE 1.6.5 and Due 1.6.4 2015-11-10 20:24:35 +08:00
luc 33370f38bc Disable Wifi by default to avoid confusion 2015-10-30 14:09:19 +08: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 df003782e5 Add link for ESP8266 github 2015-10-29 13:39:28 +08:00
luc 5d08be9edb Fix typo issue thanks @The-Experimentalist
change ms to min
2015-10-15 16:24:42 +08:00
Luc 64760e9046 Update README.md
add warning for the point of no return after flashing
2015-09-27 20:45:24 +08:00
Luc 0f5907a998 Update README.md
Update for not Davinci Board (DUE/RADDS)
2015-09-22 22:26:38 +08:00
Luc aa377605cf Configuration files for RADDS/DUE/GLCD
using 1/128  step  drivers
2015-09-22 22:11:23 +08:00
Luc 0682bf0b5c Add Load/Unload Filament Feedrate/distance
Setting in EEPROM and in menu
2015-09-22 22:07:48 +08:00
Luc fddc154b1b Allow cold extrusion if flag is enabled 2015-09-22 18:13:01 +08:00
Luc 5654280c02 Add support for not DaVinci board and Encoder LCD
#define DAVINCI 0 will use setting defined for it
#define FEATURE_ENCODER 1 will add encoder support in navigation and
change some behavior compare to key pad
2015-09-22 18:09:56 +08:00
Luc 923f043fb9 Update display according presence of max end stop
to show max end stop state if present
2015-09-22 18:06:56 +08:00
Luc 84fff33d98 Revert position of UIDisplay class
to be same as repetier code
2015-09-22 16:53:00 +08:00
Luc e903b00aa4 Modify pins for not Davinci board
for light/and sensor pins
Disable PS_ON_PIN for RADDS
2015-09-22 16:45:07 +08:00
Luc 26150c28e5 Change UI for Max end stop
do not display yes/no but square filled (yes) or empty (no)
2015-09-22 16:41:50 +08:00
Luc 7e069c0fd0 Fix Compilation condition for heat bed
do not display heat bed information if no heat bed defined
2015-09-22 16:38:31 +08:00
Luc 64afeaf9f4 Fix compilation conditions if no light pin
light related items should not display if no pin defined
2015-09-22 16:27:32 +08:00
Luc 39314b0547 Update README.md
missing tag for the search
2015-09-21 14:05:58 +08:00
Luc 70361423a6 Update README.md
Update FAQ Link
2015-09-21 13:21:45 +08:00
Luc 7e6802239d Change AiO default settings thank Kryts and Zeus10
Use values feedback by
https://github.com/luc-github/Repetier-Firmware-0.92/issues/80
2015-09-08 12:07:25 +08:00
Luc 55da67eea0 Add small FAQ based on question in tracker 2015-09-04 22:45:12 +08:00
Luc 6538b180ae Remove periodical status update for Idle
Because it may hide others messages and Idle state is not key to be
displayed every second
2015-08-25 14:29:36 +08:00
luc f43c030f6a Change version to match AiO support implemented
As AiO support should be considered as big change
2015-08-12 17:32:49 +08:00
luc 2fe8a57866 Remove list of unknown pins for AiO, as confirmed
Thanks @kryts for the help on this
2015-08-11 09:15:16 +08:00
luc a8a7a1976b Cleaner Compilation Condition according DAVINCI
Add support for not DaVinci motherboard (MEGA/RAMPS or DUE/RADDS) but
keeping same UI/Features.
DAVINCI=0 is not a DAVINCI Motherboard so steps/acceleration/etc... must
be set manually
2015-08-10 19:03:29 +08:00
luc b58369e2b0 Fix display issue for bed down menu on LCD
as Please Wait ... is still displayed when bed is down
2015-08-09 06:38:37 +08:00
Luc e0a3b11282 Fix Typo issue 2015-08-07 15:18:03 +08:00
Luc f667f746dd Fix bug - position is no updated when bed down
Update position so relative position are done based on new one
2015-08-07 15:09:46 +08:00
luc 3ed70d9fd0 Complete Fix list of commands 2015-08-07 14:26:54 +08:00
luc ac6b296457 Force EEPROM sync if emergency stop
if Emergency stop is done just after modifying EEPROM - SD Card may not
be sync - so previous values are loaded - forcing sync when getting
emergency stop is safer
2015-08-06 21:33:17 +08:00
Luc 04e200d876 Update README.md 2015-08-06 15:19:43 +08:00
Luc 5763e174df Add support for AiO door sensor / badge light
Thanks @kryts for helping providing pins and behavior
Badge light follow global light behavior but in addition it can be
switched off independently in settings/EEPROM

need some code refactoring as a lot of redondant code - but later...
2015-08-05 14:57:55 +08:00
Luc d23f5fbfa9 Update pinout to list missing pins
add 2 gcode script to help to find missing pins for input and for output
2015-08-04 21:16:04 +08:00
Luc 04f9bab18f Add basic AiO settings / adjust others settings
Building size, zprobe positions, clean nozzle positions, remove dripbox
support for AiO thanks @kryts
Correct Build Height for not AiO to 200
Correct Zprobe Height for new generation thanks @uladz
2015-08-04 19:39:53 +08:00
Luc 633a810835 Add bed down menu in maintenance
to clean bed or prepare bed
Add retractation when load filament is done
2015-08-04 19:34:18 +08:00
Luc 896cd900ef Add String for read input for M42
to improve readability
2015-08-04 13:24:12 +08:00
Luc 6661e4ec16 Change path to avoid confusion
IDE version (1.6.5)  is currently different from DUE module version
(1.6.4) and path contain version so depending on module version variant
may change
2015-08-04 13:06:02 +08:00
Luc 29d84876b8 Adjust some positions for 1.0A thanks @uladz
change Y length and Y positions for autolevel to avoid hit on front
2015-07-28 04:13:45 +08:00
Luc dd8940063d Fix case sensitive error during compilation
under linux/osx
confirm 1.6.5 files
Thanks  @g-goessel
2015-07-22 18:35:39 +08:00
Luc 8d5fbd7d5a Revert adding printing progress in Info channel
as it is in Status channel already
2015-07-10 22:18:57 +08:00
Luc c8194ad482 Set park position when requesting pause from host
when pause is requested to host for change filament : wait all movement
are done and then park nozzle to avoid to stay in contact with model
waiting for resume print
2015-07-10 18:59:30 +08:00
Luc 08d732a7e9 Fix Bug for Wifi
Limit printing progression to 1 decimal change
Fix Status message not updated if variable
2015-07-10 18:31:42 +08:00
Luc 639780f2dd Use proper string function for rounding
do not use math function as String class already has a proper contructor
to round float
2015-07-10 14:30:33 +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 64b92ec56e Put default setting to wifi disabled
as most of user won't use it
2015-06-26 16:26:16 +08:00
Luc 966d9ac0c2 Update README.md 2015-06-13 21:24:38 +08:00