Stefan Kalscheuer
cd4905291b
port integrated laser printing feature for the MEGA Pro
...
Migration from the original v1.2.9 firmware sourcecode to the current
Marlin 2.x implementation. Move functions to AnycubicTouchscreenClass
class and adjust Marlin calls.
2024-06-27 17:56:55 +02:00
Oliver Köster
6734173854
Merge pull request #557 from stklcode/marlin-2.1.2.5
...
Merge upstream changes from Marlin 2.1.2.5
2024-11-25 11:29:55 +01:00
Stefan Kalscheuer
c8ff13654b
Merge upstream changes from Marlin 2.1.2.5
2024-11-23 13:46:10 +01:00
Oliver Köster
c41a85354a
Merge pull request #538 from stklcode/marlin-2.1.2.4
...
Merge upstream changes from Marlin 2.1.2.4
2024-06-24 11:03:01 +02:00
Stefan Kalscheuer
d74a36128d
Merge upstream changes from Marlin 2.1.2.4
...
* Fix broken STEPTEST (already included)
* Update SAMD51 build deps
* Remove dead video links
* Fix comma typo
* Optimize LPC176x pin toggle
* Misc. SPI cleanup
* Overridable SUICIDE_PIN for RAMPS_CREALITY
* Assume RAMPS_CREALITY is not CR2020
* "Boards Manager"
* Prefer friendly Power Off over Auto-unalive
* Adjust pulse_phase_isr code guards
* Mount media early for POWER_LOSS_RECOVERY
* Version 2.1.2.4
2024-06-23 18:03:17 +02:00
Knutwurst
1ef65dc26b
Update Builddate
1.5.4
2024-06-05 18:39:17 +02:00
Oliver Köster
c5ce3a3314
Merge pull request #537 from stklcode/fix/523
...
fix STEPTEST macro to restore homing with dual Z endstops
2024-06-05 18:32:51 +02:00
Stefan Kalscheuer
5eac0f6449
fix STEPTEST macro to restore homing with dual Z endstops
...
This macro builds a string starting with "HAS_" but "HAS_" was replaced
with "USE_" in Marlin 2.1.2.2. Backport the upstream patch should
restore correct endstop polling and fix the bad homing behavior.
Fixes : #523
2024-06-05 18:18:14 +02:00
Knutwurst
60b68f5228
Fix DGUS build by setting WAIT_MS_UNTIL_ACYCLIC_SEND globally
2024-06-03 22:41:56 +02:00
Oliver Köster
ca67eef340
Merge pull request #536 from uwetaz/fix_sporadic_display_issues
...
Fix sporadic display issues on Anycubic 1.0 display
2024-06-03 22:26:12 +02:00
core.editor
a34fa2fae8
fix against too fast sending acycling display command
...
Anycubic 1.0 display ignores acyclic telegrams as J23 or J18 if they are sent too fast after last cyclic telegram.
This results for the user in sporadic not occuring mask "Lack of filament..." or no continue button at filament sensor or M600 G-Code command.
The last issue is catatrophic for the print job because interrupted at this point.
This commit fix the problem by integrating a minimum time delay which was seen at original anycubic i3 mega S fw.
2024-06-03 20:57:32 +02:00
core.editor
09e49ea1b3
cleanup alignments in huge switch case
2024-06-03 20:13:53 +02:00
core.editor
4efb65741f
cleanup some braces
2024-06-03 20:09:59 +02:00
Oliver Köster
90e77c2e78
Merge pull request #532 from stklcode/fix/regression-2122
...
Merge upstream changes from Marlin 2.1.2.3
2024-05-29 21:23:20 +02:00
Stefan Kalscheuer
35b6573a54
Merge upstream changes from Marlin 2.1.2.3
2024-05-29 18:50:54 +02:00
Oliver Köster
5c1cebc7d4
Merge pull request #531 from stklcode/fix/regression-2122
...
revert some unintentional config changes from 2.1.2.2 merge
2024-04-29 17:20:39 +02:00
Stefan Kalscheuer
cb39247a70
revert some unintentional config changes from 2.1.2.2 merge
...
Walked through the diff and noticed some config flags that have been
disabled unintentionally. Restore them.
Fixes: 752476dc8f
2024-04-29 17:07:56 +02:00
Oliver Köster
80e121b9c1
Merge pull request #529 from hostops/fix/ignored-z-endstop
...
fix: ignored z endstop when single z endstop is used
2024-04-16 21:37:09 +02:00
Jakob Hostnik
18a5ab5c31
fix: ignored z endstop when single z endstop is used
2024-04-16 21:05:16 +02:00
Knutwurst
19d8c18f04
Increase version for upcoming release
2024-03-22 08:48:01 +01:00
Oliver Köster
bdb804fbb0
Merge pull request #513 from stklcode/marlin-2.1.2.2
...
Merge upstream changes from Marlin 2.1.2.2
2024-03-22 08:45:53 +01:00
Oliver Köster
3134ced532
Merge branch 'master' into marlin-2.1.2.2
2024-03-22 08:45:37 +01:00
Knutwurst
defcde923f
Bump Builddate.
1.5.3
2024-03-22 08:23:01 +01:00
Stefan Kalscheuer
752476dc8f
Merge upstream changes from Marlin 2.1.2.2
2024-02-13 20:40:24 +01:00
Knutwurst
e466309bfb
Increase python version to 3.10 which hopefully does not break the build process
2024-01-12 10:54:49 +01:00
Knutwurst
c697bb5d31
Revert to something that works
2024-01-12 10:44:37 +01:00
Knutwurst
bef8b81f06
Revert to Pythin 3,7 v1
2024-01-12 10:41:15 +01:00
Knutwurst
9cc14f19af
Try something else
2024-01-12 10:35:49 +01:00
Knutwurst
7454073163
Upse Python 3.10
2024-01-12 10:29:23 +01:00
Knutwurst
4227c9f662
Hopefully fix the python install in build script.
2024-01-12 10:27:54 +01:00
Knutwurst
e160b50639
Fix Typo in yaml.
2024-01-12 10:24:38 +01:00
Knutwurst
d9fbb65fad
Fix Python action
2024-01-12 10:22:42 +01:00
Knutwurst
f77932398c
Remove blank.
2024-01-12 10:19:11 +01:00
Knutwurst
05b6a78eef
Fix build yml.
2024-01-12 10:16:58 +01:00
Knutwurst
8c03cd38bf
Update Python and use actions/upload-artifact@v4
2024-01-12 10:14:58 +01:00
Knutwurst
b92eda5b0d
Revert to actions/upload-artifact@v3 to see if it fixes the upload-issue.
2024-01-12 10:03:19 +01:00
Oliver Köster
38444739b7
Merge pull request #509 from stklcode/fix/mega-p-leveling
...
fix manual leveling from Mega P TFT
2024-01-11 22:11:15 +01:00
Stefan Kalscheuer
8b67bfe695
fix manual leveling from Mega P TFT
...
Conversion from enqueue_now_P() to injectCommands() causes issues when
executing multiple consecutive commands. Inject a single multi-line
string instead of 3 injections make the leveling feature work again.
Fixes: 524d6fbcdf
2024-01-11 19:57:11 +01:00
Oliver Köster
48db31732f
Merge pull request #506 from stklcode/fix/501-runout-threshold
...
increase threshold for filament runout
2024-01-07 16:58:21 +01:00
Stefan Kalscheuer
2f1941697d
increase threshold for filament runout
...
Increase the threshold from 5 to 20 to reduce the chance of false
positive triggers.
2024-01-06 18:44:14 +01:00
Knutwurst
f9164e3a6e
Set filament runout pins.
2023-10-14 13:43:10 +02:00
Knutwurst
ca34b2acc2
Cleanup old pin definitions to avoid confusion.
2023-10-14 09:44:56 +02:00
Knutwurst
e0a4e25ffa
More relaxed thermal runaway parameters for all printers especially for the print bed to allow higher temperatures.
2023-09-28 18:33:58 +02:00
Knutwurst
97c3391cd9
Revert "Disable file sorting (for testing purpose only)"
...
This reverts commit af83c12790
.
2023-07-17 11:06:38 +02:00
Knutwurst
ca66eeb43e
Reset SoftEndstop behaviour
2023-07-17 11:06:20 +02:00
Knutwurst
af83c12790
Disable file sorting (for testing purpose only)
2023-07-15 11:55:27 +02:00
Knutwurst
98613781e9
Disable ALL setSoftEndstopState() methods to rule out any issued regarding the soft endstops
2023-07-15 11:54:48 +02:00
Knutwurst
f122af1903
Revert "Disable SoftEndstop handling while printing."
...
This reverts commit 76cb3aec92
.
2023-07-15 11:49:37 +02:00
Knutwurst
76cb3aec92
Disable SoftEndstop handling while printing.
2023-07-08 11:38:28 +02:00
Knutwurst
93e90f37f8
Bump build date and version
1.5.2
2023-07-06 16:27:34 +02:00