Wykres commitów

317 Commity (master)

Autor SHA1 Wiadomość Data
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
Luc 790001a78d Import %on feature from 0.92.3
Unike $Ne which give current extruder if more than 1 extruder, %on give
1 even only 1 extruder
2015-03-13 17:37:28 +08:00
Luc c167ac1dc1 Code Formating, small changes
Import from 0.92.3
2015-03-13 17:21:53 +08:00
Luc f028f87987 Sync Autolevel menu item with Repetier's one
Use Repetier syntax now it is integrated in Repetier FW
add some code formating and some sync in menu ID
2015-03-13 16:43:36 +08:00
Luc 0566e928c6 Better fix for Bed cannot reach temperature bug
Repetier fix
2015-03-13 16:39:43 +08:00
Luc 47e5973715 Import addStringOnOff function
from 0.92.3
2015-03-13 14:44:50 +08:00
Luc e0212f3532 Fix Bed cannot reach temperature
Latest change for decouple test is buggy - fix the problem that bed heat
stop to target temperature - 20 degres
2015-03-13 13:55:47 +08:00
Luc 5673a2299f Update M116 command based on 0.92.3
Move test to extruder
2015-03-12 22:35:46 +08:00
Luc 1fa84e5242 Import BangBang Decoupled fix from 0.92.3
and stop printing if decouple error
add configuration define to stop heating on stop also
2015-03-12 22:21:59 +08:00
Luc 8f28a342e9 Missing definitions for CONTROLLER_GATE_3NOVATICA
Import from0.92.3
2015-03-12 20:30:54 +08:00
Luc e0204f5d01 Remove uncessary call to includes
Import from 0.92.3
2015-03-12 20:19:18 +08:00
Luc 1151df36b3 Code Formating / UI import from 0.92.3
Import several changes from 0.92.3 for Graphical LCD, move specific
menu entry IDs to another range to avoid conflict with coming new entry
IDs
Add comment to facilitate coming import
2015-03-12 20:08:39 +08:00
Luc ce3ea1154c Fix Compilation issue if FEATURE_BEEPER 0
and copy buzzer pin definition in userpins.h for information
2015-03-12 15:20:07 +08:00
Luc a53c8a6e0b Move Davinci mode to menuModeEx
by creating a menuModeEx and related functions
This is to avoid conflict with new repetier modes
2015-03-12 14:57:11 +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 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