Yuri D'Elia
919386c957
Remove several globals by using a single target pressure
...
In the current code we initialize the LA state on-demand already at the
right step, which makes keeping track of the tick position no longer
necessary.
Make the advance ISR almost stateless by removing the last vestiges of
the original implementation and introduce a single target pressure. This
will be needed later in order to trigger the LA isr inside the cruising
phase.
2020-04-09 00:46:57 +02:00
Yuri D'Elia
9ec0ac9c64
Always reset e_steps between blocks
...
If e_steps are scheduled, but not ticked, they're just lost.
Only carry over the pressure state.
2020-04-09 00:46:57 +02:00
Yuri D'Elia
5d27f3362a
Remove empty line
2020-04-09 00:46:57 +02:00
Alex Voinea
4c4b4c489c
🐛 ♻️ Update the feedrate percentage before drawing the screen
2020-04-07 17:10:27 +03:00
3d-gussner
c1d05210ff
Cleanup useless break;
2020-04-07 11:42:09 +02:00
3d-gussner
65a406a2f3
Bugfix for last PR
...
I forgot to change also the
- `#ifdef DEBUG_DCODE_3` to `#if defined DEBUG_DCODE3 || defined DEBUG_DCODES`
- `#ifdef DEBUG_DCODE_5` to `#if defined DEBUG_DCODE5 || defined DEBUG_DCODES`
in the `Dcodes.h` file which I added to `Dcodes.cpp`.
Due to this issue the "Debug" version fails during compiling.
Sorry for that.
2020-04-07 11:22:48 +02:00
3d-gussner
e635ce49d9
Merge remote-tracking branch 'upstream/Mk3' into MK3_Dcodes_fix1
2020-04-07 11:03:21 +02:00
DRracer
c8f67f2279
Merge pull request #2568 from 3d-gussner/MK3_Dcodes_move
...
D- codes move
2020-04-03 11:12:30 +02:00
DRracer
843dd1ef86
Merge pull request #2488 from Thelvaen/patch-1
...
removing sudo for normal build
2020-04-03 11:09:10 +02:00
DRracer
b779d786e6
Merge pull request #2569 from leptun/MK3_fix_selftest_Z_crash2
...
🐛 Raise the nozzle from the bed in case Z axis crashes during homing and selftest
2020-04-03 09:04:59 +02:00
DRracer
342a22cf62
Merge pull request #2576 from leptun/MK3_CRLF_to_LF
...
🎨 Change CRLF line ending to LF
2020-04-02 18:46:57 +02:00
Alex Voinea
9b3f51008b
🎨 Change CRLF line ending to LF
2020-04-02 19:32:13 +03:00
3d-gussner
a1b8ee67b3
Fix missing (hex) in D5 code ( #2560 )
...
* Fix missing (hex) in D5 code
* Make ALL D-codes available for DEBUG mode
until now D3 and D5 needed to be defined separately
* Forgot to modify Marlin_main
2020-04-02 14:56:19 +02:00
DRracer
0fbd3909cd
Merge pull request #2561 from vdidon/patch-1
...
feutre -> furtif
2020-04-02 14:53:00 +02:00
Alex Voinea
fd1d05ab48
♻️ Code optimization
2020-04-02 14:44:44 +03:00
3d-gussner
f32b6c2912
Forgot to modify Marlin_main
2020-04-01 18:56:34 +02:00
3d-gussner
14d77714b8
Merge branch 'MK3' into MK3_Dcodes_fix1
2020-04-01 16:30:46 +02:00
3d-gussner
ecd409c44f
Make ALL D-codes available for DEBUG mode
...
until now D3 and D5 needed to be defined separately
2020-04-01 16:24:20 +02:00
Alex Voinea
792bab9bbb
Fix go up
2020-04-01 13:50:22 +03:00
Alex Voinea
8b2b32c85b
Raise on nozzle crash
2020-04-01 13:15:08 +03:00
Alex Voinea
b8896ad9c0
First attempt for Z probe checking during selftest on the MK3/S
2020-04-01 12:28:39 +03:00
vintagepc
b449e248a1
Fix printf()s
2020-03-31 17:48:56 -04:00
vintagepc
0c383e20b3
Pull in changes from #5
2020-03-31 17:33:08 -04:00
vintagepc
f1cba64e56
Merge remote-tracking branch 'upstream/MK3' into #2472-#2356-belt-test-stealth-mode
2020-03-31 17:03:10 -04:00
3d-gussner
e481013126
Reset all stats during Shipping prep ( #2563 )
...
* Reset all stats during Shipping prep
Last print stats were missing
* keep old indentation
Co-authored-by: D.R.racer <drracer@drracer.eu>
2020-03-30 17:01:46 +02:00
DRracer
8196a5f165
Merge pull request #2565 from 3d-gussner/MK3_EEPROM-fix1
...
EEPROM_BACKLIGHT_TIMEOUT min is 1 sec
2020-03-30 16:58:22 +02:00
3d-gussner
957bfd89e3
Merge remote-tracking branch 'upstream/MK3' into MK3_Dcodes_move
2020-03-30 16:56:59 +02:00
3d-gussner
6da401be56
Move few D-codes command from Marlin_main to Dcodes
...
D80, D81 and D106 have been added to `Marlin_main.cpp` but all other D-codes moved to `Dcodes.cpp/.h`
2020-03-30 16:53:58 +02:00
3d-gussner
aa9aa14472
Version to 1.0.1
2020-03-30 16:24:20 +02:00
3d-gussner
9abc79d89c
EEPROM_BACKLIGHT_TIMEOUT min is 1 sec
2020-03-30 16:16:07 +02:00
DRracer
368ee0857b
Merge pull request #2564 from 3d-gussner/MK3_EEPROM-fix1
...
Typo in some hex default values
2020-03-30 16:15:26 +02:00
DRracer
ff8cb9312b
Merge pull request #2562 from leptun/MK3_fix_DEBUG_BUILD
...
Mk3 fix debug build - Dcodes
2020-03-30 16:08:02 +02:00
Alex Voinea
f13269d8a9
Code cleanup
2020-03-30 16:50:50 +03:00
Alex Voinea
104f81cd27
Fix case sensitive include
2020-03-30 15:42:30 +03:00
Alex Voinea
988ba6d8b0
Fix DEBUG_BUILD
2020-03-30 15:38:01 +03:00
3d-gussner
0f9aa00eaf
Typo in some hex default values
2020-03-30 10:36:13 +02:00
valère didon
7179151d3f
feutre -> furtif
...
Translation error of Stealth
2020-03-29 17:26:56 +02:00
3d-gussner
159c1d68a6
Fix missing (hex) in D5 code
2020-03-28 10:40:50 +01:00
DRracer
5106831ba2
Merge pull request #2526 from leptun/MK3_decouple_XYZE_relative_mode
...
Mk3 decouple XYZE relative modes
2020-03-26 18:58:20 +01:00
DRracer
587b051b1f
Merge pull request #2492 from vintagepc/belt-test-fixes-no-reorg
...
Belt test improvements (No display alteration)
2020-03-26 18:53:40 +01:00
DRracer
faebb774ff
Merge pull request #2439 from DRracer/remove-unnecessary-delay
...
Remove unnecessary delay in lcd_selftest
2020-03-26 18:49:27 +01:00
DRracer
b95d7365c8
Merge branch 'MK3' into remove-unnecessary-delay
2020-03-26 18:45:34 +01:00
DRracer
a4b8f52269
Merge pull request #2466 from vintagepc/#2464-fix-runout-for-unknown-filament
...
#2464 fix runout for unknown filament (also fixes #1993 , #2301 )
2020-03-26 18:43:05 +01:00
DRracer
c085ecaa11
Merge pull request #2264 from leptun/MK3_fix_selftest_Z_crash2
...
PFW-1048: fix selftest Z crash. Use stallGuard when testing Z
2020-03-26 18:22:35 +01:00
Alex Voinea
d0c51b9e73
int -> bool
2020-03-26 19:06:35 +02:00
DRracer
65228a046e
Merge pull request #2520 from MRprusa3d/PFW-x001bPR
...
FS PCB auto-detect
2020-03-26 17:36:18 +01:00
D.R.racer
818efb4fa2
updated messages + slight refactoring to save some bytes
2020-03-26 15:07:48 +01:00
D.R.racer
34ac2917ae
fix. warning "Macro expansion producing 'defined' has undefined
...
behavior"
update screen layout comments
2020-03-26 14:40:47 +01:00
DRracer
7839cf4d8d
Merge pull request #2554 from 3d-gussner/MK3_Dcodes_case_sensitive
...
Mk3 dcodes case sensitive
2020-03-26 14:16:22 +01:00
3d-gussner
32c95d5455
Merge branch 'MK3' into MK3_Dcodes_case_sensitive
2020-03-26 14:08:55 +01:00