Have finally passed my z issue for homing(big thanks for the help), and now have another issue.
Completely unable to run past the heatup stage.
Have my bed set to 85 to start, gets to 84.83 or some other random number just below, then sits and fails to send updates on temp to Cura. Does not run any of the startup code. Will stay hot and running even overnight, so not waiting on something slow to process. New pid tuning seems to work perfectly instead of bang bang if watching the output from Pronterface on just a heat command.
Wondering if something in the original Anycubic Mega Pro with Trigorilla 0.0.3, is no longer compatible with the new Big Tree Tech SKR3 and TMC2209 steppers?
Even when shutting off Cura and opening Pronterface, when I connect it will just keep repeating:
echo:busy: paused for user
A few caveats to mention:
No lcd yet connected(not sure of support for anycubic blue/yellow LCD) so waiting.
Stepper for the extruder not working? might be my issue if there is some kind of test.
Have made an adjustment to get rid of a m122 stepper error by including newer version of files to the stm32H7.ini file:
# ///corrected platform per issue "SKR3 EZ + TMC2209 #13" here:
https://github.com/bigtreetech/SKR-3/issues/13
was; # platform = ststm32@~14.1.0
is; platform = ststm32@~15.4.1
was; # platform_packages = framework-arduinoststm32@[
github.com]
is; platform_packages =
framework-arduinoststm32@4.20200.220530
f_cpu is set to 400000000L in Marlin/buildroot/share/PlatformIO/boards/marlin_STM32H743Vx.json. have corrected that typo to match the cpu at "480000000L"
Anything I have changed from normal is easy to search as I have added a third /// to every section. Have attached my configs
Current startup code from my cura profile, which i have sent individually in pronterface with no issues other than my extruder not working yet. which should tell me it's working right, but unable to run a program from pronterface either. same issue, heats, then stops reporting to the interface:
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 Z0 ;move X/Y to min endstops
G0 Z0.15
G92 E0 ;zero the extruded length
G1 X40 E25 F500 ; Extrude 25mm of filament in a 4cm line. Reduce speed (F) if you have a nozzle smaller than 0.4mm!
G92 E0 ;zero the extruded length again
G1 E-1 F500 ; Retract a little
G1 X80 F4000 ; Quickly wipe away from the filament line
M117 ; Printing…
G5
Edited 3 time(s). Last edit at 10/15/2022 03:10PM by Candidquality.
Attachments:
open |
download -
will not run after heatup.zip
(94 KB)