Guðni Már Gilbert
15b41e7348
Optimise autostart_stilltocheck variable
...
Make the variable static within the checkautostart function.
When the function is called for the first time autostart_stilltocheck
is set to true and will continue to live after the function is exited.
After it is set to false within checkautostart() it will continue to be
false forever.
Using static this way is more efficient than using a global variable
Saves 6 bytes of flash and 1 byte of SRAM
2022-04-09 11:10:55 +00:00
Alex Voinea
b52597f1b2
Merge branch 'MK3_3.11.1' into MK3_3.10.2
2022-04-07 14:05:34 +02:00
D.R.racer
6b6e06695f
Version changed (3.11.0 build 4955)
2022-04-07 09:38:13 +02:00
DRracer
b1bb1d9d05
Merge pull request #3462 from 3d-gussner/MK3_3.11.0_Fix_Typo_Slovak
...
Fix typo in Slovak
2022-04-07 07:16:38 +02:00
pkg2000
b03acf0d03
Update no.po
...
Changed printfan (printvifte) to Nozzle fan (dysevifte).
Wizard (Veileder) reference improved in longer text.
Cleaned up linebreaks
Bed level correct -> Planecorrection (Plankorreksjon).
few minor typos fixed and found
Warning: Gt desktop or Poedit keeps adding an extra \ , when using \x0a (Linebreak)
2022-04-06 16:47:26 +02:00
3d-gussner
14f07963ac
Fix typo in Slovak thanks to Prusa test team
2022-04-05 15:07:45 +02:00
Yuri D'Elia
859aa4d283
Reuse M123 during fan selftest to report RPM
...
M123 reports both fan speeds nicely in RPM, as well as the requested PWM
for each so that we don't need to show the test "number" to distinguish
between the two in the serial output.
2022-04-04 23:29:52 +02:00
Yuri D'Elia
7671ff37a9
Fix/optimize fan selftest
...
Rewrite the part of the fan selftest to use a shared path between hotend
and print fan.
Remove the useless 10 seconds spin-up delay for the print fan. Reduce it
to 5 seconds.
Properly wait for readings after spin-up, so that RPMs are more
reliable. Also tune the print fan threshold to a more reasonable
default. Both, in conjunction, now avoid the "swapped fan" check that
was incorrectly triggered in almost every case.
2022-04-04 21:36:02 +02:00
pkg2000
d00b20ee62
Update no.po
...
More fixes.
2022-03-31 17:22:23 +02:00
pkg2000
c2e56f6a4a
Update no.po
...
Some new updates and fixes.
2022-03-31 17:12:51 +02:00
Guðni Már Gilbert
c62c412cc3
Remove unused setting PID_ADD_EXTRUSION_RATE
...
Even if the setting was turned on, it doesn't do anything useful.
2022-03-30 19:03:41 +01:00
Yuri D'Elia
1949802bea
Cleanup: remove unused FILAMENT_RUNOUT_SUPPORT define
...
FILAMENT_RUNOUT_SUPPORT has never been supported in the MK3 branch, and
contains a ton of horrible and unmaintained code that doesn't even
compile anymore.
Since this code is currently polluting a sizable block inside the G0/G1
code block, simply get rid of it.
2022-03-30 12:49:08 +02:00
Yuri D'Elia
9bb8797b60
update_eeprom: Read correctly both old/new address prefix sizes
...
Be less strict in the address size. Support both the legacy 2 and the
new 3 byte address in the output.
2022-03-30 09:36:46 +00:00
3d-gussner
b3532749ff
Merge pull request #3451 from 3d-gussner/MK3_Translation_Maintainers
...
Update: Swedish active
2022-03-24 10:56:16 +01:00
3d-gussner
c71637107c
Swedish active
...
Norwegian added but inactive
2022-03-24 05:34:54 +01:00
DRracer
509c13a9c1
Merge pull request #3446 from 3d-gussner/MK3_3.11.0_Swedish2
...
PFW-1295: Final changes to Swedish for FW3.11.0
2022-03-23 10:32:47 +01:00
3d-gussner
4752b2b479
Disable Norwegian
2022-03-23 10:18:16 +01:00
3d-gussner
d2a542b554
Update from from [commit]( a05287cb2f
)
2022-03-20 18:41:27 +01:00
3d-gussner
b244cedd7f
Add Swedish pa
to på
conversion
...
Update po files
2022-03-18 15:45:39 +01:00
3d-gussner
9a3f412aad
Forgot saving one file
2022-03-17 18:33:53 +01:00
3d-gussner
8bd3b473c4
Last fixes in Swedish
2022-03-17 18:26:45 +01:00
DRracer
09c53408af
Merge pull request #3426 from 3d-gussner/MK3_3.11.0_Improve_languages2
...
PFW-1297: Improve languages part 2
2022-03-17 13:20:11 +01:00
3d-gussner
bf20d18711
Fix French check
2022-03-16 11:55:51 +01:00
3d-gussner
92e733fdcb
Update po files
2022-03-16 11:37:24 +01:00
3d-gussner
3954c44bc9
update all languages files
2022-03-16 09:24:06 +01:00
3d-gussner
19b4c333c0
Improve lang import and cleanup
2022-03-16 09:23:34 +01:00
3d-gussner
85a5986e9e
Update ////MSG...
for lang-add.sh
2022-03-16 09:01:14 +01:00
3d-gussner
7a64210043
Check if translation isn't equal to origin
...
Removed identical translations/origin all lang files incl. po files,
which saves some xflash space
2022-03-14 13:29:21 +01:00
Guðni Már Gilbert
7f751ae6ac
Add M201 paramters to documentation
...
Also fixed the reprap link for M201
2022-03-13 15:53:51 +00:00
Guðni Már Gilbert
8e2d44987f
Document M203 parameters
2022-03-13 15:49:38 +00:00
Guðni Már Gilbert
935458beca
Add 'E' parameter to M701 documentation
...
Remove missing 'U' parameter in M702
2022-03-13 12:04:26 +00:00
3d-gussner
12b184cf68
Add missing MSG_SHEET_OFFSET
to translations
2022-03-12 12:34:08 +01:00
3d-gussner
61695eebcc
Add \x04Refresh
translations
2022-03-12 11:55:25 +01:00
3d-gussner
3aab3b7148
Delete old translations
...
- `Current`
- `Used during print`
- `Error - static memory has been overwritten`
2022-03-12 11:23:45 +01:00
3d-gussner
7c55cf801b
Fix additional merge issues
...
Update lang-??port.sh scripts
2022-03-12 10:51:26 +01:00
3d-gussner
764a1fd411
Merge remote-tracking branch 'upstream/MK3_3.11.0' into MK3_3.11.0_Improve_languages2
...
Fix Swedish merge issues
2022-03-12 09:44:00 +01:00
3d-gussner
7265174a93
Update lang-??port.sh documentation
2022-03-12 08:58:24 +01:00
3d-gussner
08332a8942
Merge pull request #3349 from 3d-gussner/MK3_3.11.0_Swedish
...
Swedish / Svenska / Sverige community translation
2022-03-12 08:55:30 +01:00
3d-gussner
00ec8bb01c
Update all po files
2022-03-12 08:48:15 +01:00
3d-gussner
3e6c4ac6fd
Fix Norgwegian merge issues
...
Update lang-??port.sh scripts for Norwegian
2022-03-12 08:46:46 +01:00
3d-gussner
ce5a9613ce
Merge remote-tracking branch 'upstream/MK3_3.11.0' into MK3_3.11.0_Improve_languages2
...
Fix merge
2022-03-11 17:26:52 +01:00
3d-gussner
e9e84d4390
Merge branch 'MK3_3.11.0_Improve_languages2' of https://github.com/3d-gussner/Prusa-Firmware into MK3_3.11.0_Improve_languages2
2022-03-11 16:50:23 +01:00
3d-gussner
626e5b43eb
Fix part 2 of \04Refresh
and Sheet...
2022-03-11 15:37:57 +01:00
3d-gussner
1f4da80609
Fix \0x Refresh
and Sheet..
messages being added correctly
2022-03-11 15:35:30 +01:00
3d-gussner
18859a3609
Merge pull request #3427 from pkg2000/MK3_3.11.0
...
Norwegian
2022-03-11 15:14:31 +01:00
3d-gussner
b4492067a4
Merge branch 'MK3_3.11.0' into MK3_3.11.0_Swedish
2022-03-10 14:59:46 +01:00
3d-gussner
94f9a97344
Merge latest sv.po
from https://github.com/prusa3d/Prusa-Firmware/pull/3353
...
create `lang_en_sv.txt` with `./lang-import.sh sv`
update `Firmware_sv.po` with `./lang-export.sh sv`
2022-03-10 14:49:05 +01:00
pkg2000
a4050b3e26
Update no.po
...
removed some identical strings
2022-03-10 14:44:30 +01:00
3d-gussner
f0a498abb1
Replace 'åÅ' with 'aA'
2022-03-09 06:37:15 +01:00
3d-gussner
d6de893ac5
Fix SN compile warnings for MK2.5/S
2022-03-07 18:45:45 +01:00