Alex Voinea
0b23ccdee9
Abort arc on planner hard stop
2022-04-29 20:38:48 +02:00
Yuri D'Elia
5b3441b2bd
Fix AMBIENT_RAW_*_TEMP define names
...
The max/min temperature check were incorrectly using
HEATER_AMBIENT_RAW_*_TEMP (non-existing) instead of the correct
AMBIENT_RAW_*_TEMP (this is not a heater afterall).
This doesn't change the current behavior, since the check defaulted to
the correct path for the MK3+ configuration anyway.
2022-04-29 16:54:39 +02:00
FormerLurker
bb33c76d2b
Fix and simplify M214 data types and default config initialization.
2022-04-28 14:36:51 +02:00
FormerLurker
02b0307307
Code Cleanup
2022-04-28 14:36:51 +02:00
FormerLurker
623c029bfa
Code cleanup to reduce program storage
2022-04-28 14:36:51 +02:00
FormerLurker
acc234b0c5
Fix config store load (was missing n_arc_correction).
2022-04-28 14:36:51 +02:00
FormerLurker
3880777691
Fix invalid bool compare.
2022-04-28 14:36:51 +02:00
FormerLurker
6fc8155cbe
Add n_arc_correction and enhanced small angle sin/cos approximation.
2022-04-28 14:36:51 +02:00
FormerLurker
58d9916d54
Make suggested corrections.
2022-04-28 14:36:51 +02:00
FormerLurker
4aa5a75301
Enhance arc interpolation and add M214 for controlling arc interpolation settings.
2022-04-28 14:36:51 +02:00
Jakub Dolezal
f893d93d63
Merge pull request #3472 from 3d-gussner/PFW-1306_help_prusa3d_com
...
PFW-1306 help.prusa3d.com
2022-04-26 10:38:33 +02:00
Alex Voinea
e3f48ead9f
Merge pull request #3440 from gudnimg/optimise-checkFanSpeed
...
Optimise `checkFanSpeed()` Flash use
2022-04-21 14:04:23 +02:00
Alex Voinea
d860d61513
Merge pull request #3459 from gudnimg/remove_pid_add_extrusion_rate
...
Remove unused setting `PID_ADD_EXTRUSION_RATE`
2022-04-21 14:01:50 +02:00
Alex Voinea
d4d8149c9b
Merge pull request #3438 from leptun/MK3_reset_acceleration_rates_on_steps_per_mm_change
...
Reset acceleration rates when changing microstepping resolution
2022-04-21 13:59:55 +02:00
Alex Voinea
a4887b542f
Merge pull request #3467 from gudnimg/autostart_stilltocheck-optimisation
...
Optimise `autostart_stilltocheck` variable
2022-04-21 13:57:02 +02:00
Alex Voinea
453e2f102a
Merge pull request #3474 from leptun/MK3_xflash_upload_screen
...
XFlash upload message
2022-04-21 13:52:47 +02:00
pkg2000
a319e32c7e
Update no.po
...
hah, can you believe it. In Extruder info, nozzle fan is the extruder fan..
2022-04-20 17:30:02 +02:00
pkg2000
137e607fef
Update no.po
...
Mistake in naming of FAN with capitol within Extruder info, under Support. Fixed here.
2022-04-20 16:38:55 +02:00
pkg2000
8cc89c7207
Update no.po
...
Sorry. last one. Unified fan names
2022-04-20 14:02:19 +02:00
pkg2000
859f6215a9
Update no.po
...
Changes based on @trondkla feedback. exceptions to his suggestions have been discussed and agreed upon (most were due to char. count and linebreak limitations.) Vocabulary/wording ready. now just need to test how everything render on the screen.
2022-04-20 13:57:56 +02:00
Guðni Már Gilbert
bf38241afe
Make M117 message persistent when using G4 command
...
This is also supported in Marlin 2 FW
Fixes #1443
Fixes #2970
2022-04-18 17:07:34 +00:00
Guðni Már Gilbert
727060ddd8
Replace CustomMsg::MsgUpdate with CustomMsg::M117
...
MsgUpdate was only used with M117, renaming the message type to M117 may be more descriptive for current use case.
2022-04-17 15:01:48 +00:00
Guðni Már Gilbert
c77b768fdd
Make M117 custom message persistant if print is paused
...
If M117 is called before M601 then we would like the custom message to
be visible on the LCD screen until the print is resumed.
Change in memory: +10 bytes of flash
Fixes #3316
2022-04-17 14:00:41 +00:00
Alex Voinea
b5f6bbb2c3
XFlash upload message
2022-04-15 12:37:51 +02:00
3d-gussner
312f3070c2
Use/show help.prusa3d.com
instead of howto.prusa3d.com
2022-04-13 13:33:26 +02:00
3d-gussner
e58495ef39
Merge pull request #3466 from prusa3d/MK3_3.10.2
...
PFW-1303: Reset pullups on ADC
2022-04-13 13:15:52 +02:00
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
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