Florian Heilmann
7bbc31704c
Adjust probe_pt() terminal output to respect probe z-offset
před 7 roky
Bob-the-Kuhn
ae706233a8
pinsDebug for 644/1284 & USB646/1286 families
added conditional compilation for PWMs 1C & 3C
add Teensyduino compatibility
==========================================
changes per review - minor formatting changes
1) remove non-printable character at the end of line 687
2) split a really long comment into two lines
3) got rid of some trailing spaces
============================================
Made pinsDebug_Teensyduino.h the same between this PR and PR 5668 which
is for a re-written pinsDebug.h file.
The changes were:
1) added copyright @ GNU license header
2) a blank line crept in.
před 7 roky
Robert Kirk
0d147ead66
Allow enabling volumetric filament on config load
před 7 roky
AnHardt
fa26767efe
Replace all remaining 'boolean' with 'bool'
před 7 roky
AnHardt
f6858d9974
Fix M110 without leading N
Store N in the right variable.
This is too rarely used.
"mea culpa, mea culpa, mea maxima culpa"
před 7 roky
Kai
25dae3bccc
Update language_de.h
Small corrections
před 7 roky
emartinez167
7292145f4e
Fix for some wrong strings
On last commit, some strings were ended with the incorrect character.
This fixes it.
před 7 roky
emartinez167
020c6af7b0
Updates to Spanish language
Add missing Spanish language definitions.
před 7 roky
Hans Raaf
d29cc8f7bc
Reset watchdog in SD init to prevent reboot
If the watchdog is enabled and bootscreen + SD card checks take too long, Marlin may hang at boot time because of the reset loop. We have this happen all the time with the Anet board if no SD card is inserted.
před 7 roky
Scott Lahteine
e57c0fce66
Move MOSFET changes above #include for RIGIDBOARD
Correction to #5629
před 7 roky
Scott Lahteine
c376f6a2cb
code_value_float tweak
před 7 roky
Scott Lahteine
fb3c30e24c
Fix lcd_wait_for_homing causing menu to block
As a showcase function for how to do waiting in the lcd menu, this function should be preserved.
před 7 roky
Robert Kirk
aab5118c6a
Remove error causing break command
Use index macro instead of e
před 7 roky
esenapaj
d38e335272
From "microseconds" to "milliseconds"
delay() is milliseconds
před 7 roky
emartinez167
a2fe24f319
Fix some errors and update a message
před 7 roky
Philip Standt
8ae2bc7e2e
Disable SD Detect for K8400
před 7 roky
emartinez167
0844da794d
Updates to Spanish language
Add missing Spanish language definitions.
před 7 roky
Scott Lahteine
4061fca1ad
Sanity checks for FILAMENT_CHANGE_FEATURE and FILAMENT_RUNOUT_SCRIPT
před 7 roky
Scott Lahteine
5ab7b91615
Comment on filament runout sensor config
před 7 roky
Scott Lahteine
8c6c048551
drop biv2.5 delta configurations
před 7 roky
Scott Lahteine
92dbeebf40
Define ADV_NEVER, ADV_RATE
před 7 roky
Robert Kirk
306c184b1a
Allow M600 when dryrun debugging
před 7 roky
Sebastianv650
84c685f8b5
First draft of Unified Stepper / E Advance ISR
před 8 roky
Kai
ade72535c4
Update language_de.h
Added tarnslation for
```
#define MSG_DEBUG_MENU
#define MSG_PROGRESS_BAR_TEST
```
před 7 roky
esenapaj
ab6b005867
Suppress warning
před 8 roky
AnHardt
61f15ef7e7
Fix 5194
I have been a bit too radical in cleaning up this section.
před 7 roky
esenapaj
60515ff700
Update Japanese translation
・Add new translation
před 7 roky
Scott Lahteine
1e419655f3
Followup to #5550 - spacing before "mm"
před 7 roky
Scott Lahteine
7739c0affa
Change "+mm" to "mm" in most languages
- Japanese and Chinese still need update
před 7 roky
Scott Lahteine
1cba425308
Allow negative recover-swap length from LCD
před 7 roky
Scott Lahteine
0d2fc13516
Place "Level Bed" closer to "Auto Home"
před 7 roky
Scott Lahteine
b031d28ebf
Encoder events should not skip stripes
před 7 roky
Scott Lahteine
22881f38b9
Fix updating of "bool" menu items
před 7 roky
Scott Lahteine
eb68715b94
No "Cooldown" menu if heaters are off
před 7 roky
Jesus
4ed976b5ff
m600 fixes
před 7 roky
Damien
4e2639942b
Support for M335 case light "no case light"
před 7 roky
Scott Lahteine
18ba31e9b5
Add Debug Menu with LCD_PROGRESS_BAR_TEST as an example
před 7 roky
Scott Lahteine
03af5961b0
Hide (or remove) custom character change on boot screen
před 7 roky
Scott Lahteine
1642f5ed31
Add macro to some en strings
před 7 roky
Scott Lahteine
dbb2d56c89
Correct comment on watchdog timer
před 7 roky
Scott Lahteine
6d6a1db6ec
Apply const to _EEPROM_writeData value param
před 7 roky
Robert Kirk
f724ef5820
Have bed leveling status output current status, not requested.
před 7 roky
Scott Lahteine
dcfbe2bd3c
Throw an error for gcc before 4.7
před 7 roky
Scott Lahteine
8986225752
Spacing, cleanup in speed_lookuptable.h
před 7 roky
Scott Lahteine
e12c8e5cac
Split up thermistor tables
před 7 roky
Florian Heilmann
a7334fd2a0
Allow negative retract values in the LCD
This can already be done via G-Code, so adding the capability to the LCD should be straight forward.
před 7 roky
AnHardt
292eb365c6
Optimize handling of block_buffer_runtime()
millis_t is long - divisions take for ever.
Return a kind of millisecond instead of microsecond -
divided by 1024 instead of 1000 for speed. (2.4% error)
That does not matter because block_buffer_runtime is
already a too short estimation.
Shrink the return-type.
před 8 roky
esenapaj
6854f44bf2
Add description for choice of DEFAULT_DUAL_X_CARRIAGE_MODE
před 8 roky
MagoKimbra
86ba7e4542
Fix size
Fix size for writeData and readData.
For bilinear grid 11 x 11 for example, size is 4 (float) x 11 x 11 = 484. uint8_t max is 255.
před 8 roky
Scott Lahteine
f9f75c8016
Fix USE_RAW_KINEMATICS in prepare_kinematic_move_to
před 8 roky