Wykres commitów

154 Commity (d23f5fbfa97848b0e76f21551d34e0dcabed0f9f)

Autor SHA1 Wiadomość Data
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
Luc 1266480826 Update README.md
Add comment for AiO
2015-06-13 21:13:27 +08:00
Luc 42d659cd12 Fix random rounding issue
change function to use mathematical process instead of string management
one
2015-06-11 18:21:40 +08:00
Luc ac03a8ea94 Add Status change if using wifi for front end UI
for ESP8266 support
2015-06-10 21:58:41 +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 86e62ddd63 Add missing Wifi setting in M205 command 2015-06-04 16:44:53 +08:00
Luc 1bfd3609a6 Missing configuration settings for WIFI
Disabled by default
2015-06-04 14:21:11 +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 975c0902db Fix : Due to Virtual EEPROM BAUD rate is never read
because SD is not available yet so baud rate  it is always set to 230400
and not the one in EEPROM
Move SD setup before reading Baud rate to make content available
2015-06-04 14:12:58 +08:00
Luc d2c10acd1e Add a ping just after started watchdog
because it has been reported that some board seems restarting at boot it
could be due to timer not reset at the beginning, add a ping after set
watchdog will not hurt  and may help - as I am not able to reproduce
issue
2015-06-04 10:52:22 +08:00
Luc 6197c6967a Merge pull request #71 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-04-30 21:19:31 +08:00
The Gitter Badger fe71a711fb Added Gitter badge 2015-04-30 13:15:51 +00:00
Luc 255e5be77e Add Visual for Endstop
Add visual status of end stop state Square open = endstop not reached,
square closed = endstop reached
2015-04-29 09:38:19 +08:00
Luc 09092146c1 Update README.md
Add some flash/installation links
2015-04-26 17:22:32 +08:00
Luc 3e10ba90fa Update README.md
remove unsupported boards
2015-04-26 17:14:09 +08:00
Luc 99877b5a7f Update README.md 2015-04-20 11:03:58 +08:00
luc lebosse 52174c540c Workaround an epidemic issue with 1.0A/2.0A
Home sensors are easy to get noise an make print to lift, especially on
1.0A/2.0A, so disable it because no need to check home position all the
time, set this setting by default to solve most of the issues
2015-04-15 08:04:28 +08:00
Luc 2da932812b Fix from Repetier
Fix from Repetier
2015-04-07 22:06:07 +08:00
Luc df1f8cbe11 Update for 1.6.3 IDE
need to use the board manager to get the Due board, on Windows, due
files are in user folder in AppData\Roaming
I did not checked OSX/Linux ....
2015-04-07 20:00:28 +08:00
Luc 03e840c20b Fix G11 command stop print Job
EPR_AUTORETRACT_ENABLED is not well positionned,
EPR_RETRACTION_UNDO_SPEED is float, so next position should be +4
The result is when doing M502/M500  EPR_RETRACTION_UNDO_SPEED value is
erased by EPR_AUTORETRACT_ENABLED, that bring RETRACTION_UNDO_SPEED to 0
and stop the speed, this come from repetier - I will report the issue
I postponed all Davinci specific far away to avoid to correct position
for a while. -
Thanks gamecompiler for finding the issue
2015-03-29 20:57:01 +08:00
Luc f09229b7d0 Fix Manual Leveling : use 0 instead of zMin
Reference should be 0 not zMin
2015-03-24 20:48:35 +08:00
Luc eef0b6355f Add Pause if printing from host if no filament
And push filament change menu after, still need to press continue from
host to continue print
2015-03-20 12:39:02 +08:00
Luc 78a45d94b1 Change Version for tracking 0.92.3 changes
Jam Sensor support is imported but not tested so it is not activated -
in all cases, need to update code to support Jam sensor desactivation
from menu
2015-03-20 11:23:34 +08:00
Luc 1f80b0400c Sync Autolevel from G32 and menu
Remove ZPROBE_ADJUST_ZMIN which not part of repetier FW and may conflict
with autolevel matrix
2015-03-20 11:15:45 +08:00
Luc 4388798cdd Reset Inactivity Timer if heating and monitoring
If inactivity timer is low and not desctivated if heating without
monitoring take long time, timer will kill all and stop heating, add
monitoring flag to reset timer
2015-03-20 11:09:44 +08:00
Luc d557119823 Update Light Management to show Min instead of Sec
Typo change
2015-03-19 17:14:18 +08:00
Luc 5bc6d9f7f6 Use Load/Unload Menu for M600 command
Wizard seems crashing when retract too much
also it does not allow which extruder to choose, no real choice of
extrusion quantity, so use Load/Unload menu and take top menu and back
key as end keys
2015-03-19 16:59:23 +08:00
Luc c726c6d44b Use ConfirmDialogBox to confirm Stop Print
This is for stop from printer menu only not for host stop or direct call
to SD Stop
2015-03-19 11:38:31 +08:00
Luc e12d09805b Change version as several changes due to 0.92.3
The import and code cleaning deserve a version change to trigger
but several changes will come to fix import issues
2015-03-19 10:53:58 +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 5fae938b38 Sync UI files and LCD initialization with 0.92.3
Code formating, better visibility what is for Davinci and what is
repetier by reorganize the code and add comments
Several functions have been modified in 0.92.2 and 0.92.3 in ui.cpp so
sync the changes
2015-03-16 14:39:02 +08:00
Luc ff574cf4de Import popMenu function from 0.92.3
allow to popmenu and  go back at once
2015-03-13 20:09:15 +08:00
Luc ab120d5217 Import FAN_BOARD update from 0.92.3
Small update
2015-03-13 19:58:01 +08:00
Luc b9b5e5d574 Import change for filamentPrinted calculation
and import new flag2 from 0.92.3
2015-03-13 19:47:05 +08:00
Luc 336e26f663 Import FAN_KICKSTART feature from 0.92.3
and some code format update
2015-03-13 19:12:55 +08:00
Luc 00b69b491d Fix display issue during printing
with new percentage display need to give one space for %
2015-03-13 19:09:52 +08:00
Luc 1d1cd2f4dc UI update from 0.92.3 for DISPLAY_U8G
and some Menu ID update
2015-03-13 18:48:07 +08:00