Show all posts by user
Page 1 of 1 Pages: 1
Results 1 — 11 of 11
Solved
Feel free to delete this. Or keep it for possible fix if someone else makes this simple mistake.
Problem was my filament sensor was triggered which Marlin sets to eject the end of the roll and allow you to load in a new roll. I did not see that as it triggered prior to heat-up, and popped my extruder gear half off. So it would run forward, with little to no pressure, and not fully ru
by
Candidquality
-
Firmware - mainstream and related support
Hello there,
Running marlin 2.1.1 on an Anycubic mega pro, Printrun 1.6.0
Will include the config files for marlin in case it helps but here is the command I'm seeing when trying to start a print in Pronterface.
TFT Serial Debug: OnUserConfirmRequired triggered... Please wait...
//action:paused
TFT Serial Debug: OnUserConfirmRequired triggered... Heating...
TFT Serial Debug: OnUserConfirmRequi
by
Candidquality
-
Printrun/Pronterface
marlin 2.1.1
BRR SKR 3 EZ
#define MPCTEMP // ** EXPERIMENTAL **
gives this compile error:
Marlin\src\lcd\extui\ui_api.cpp: In function 'void ExtUI::setBedPIDValues(const_float_t, const_float_t, const_float_t)':
Marlin\src\lcd\extui\ui_api.cpp:1004:22: error: 'class Temperature' has no member named 'updatePID'
I am also unable to run the "M306 T" command in pronterface as it states "unkn
by
Candidquality
-
Firmware - Marlin
responding just to close out the m122 motor error:
>>> m122
SENDING:M122 / I know i read some fix on this, so will track it down again.
Testing X connection... Error: All LOW
Testing Y connection... OK
Testing Z connection... Error: All LOW
Testing Z2 connection... Error: All LOW
Testing E connection... OK
Have made an adjustment to get rid of a m122 stepper error by including newer ve
by
Candidquality
-
Firmware - Marlin
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 slo
by
Candidquality
-
Firmware - mainstream and related support
Worked with a clean install on a new computer after a bit of flipping direction on the motors, and you were absolutely right. It was accessing a different file somehow.
This issue is resolved so I'll make a new post with my new issues unless it makes more sense to post here.
xyz all work and home properly, only pin change was physically swapping the two z endstops. Now appear to have driv
by
Candidquality
-
Firmware - Marlin
Tried making those few changes and wound up getting 30+.warnings and a failure to compile. Took a look around for different config files and saw I had created a sub-folder to retain a copy of the unaltered 2.1.1 configs. Had renamed then with “ .original” before trying to compile, so they may have actually been interfering with the revised copies somehow. I thought placing them in a newly creat
by
Candidquality
-
Firmware - Marlin
Thank you for pointing me in a direction.
I have no lcd currently connected, and setting the serial 3 to 3 was part of the BTT manual for the skr3. I need to resolve that for sure. Even though I physically do not have the screen hooked up. They sell a secondary screen, and I have began reading about issues getting the original Anycubic blue/yellow screen to work, so have delayed looking at th
by
Candidquality
-
Firmware - Marlin
Do you mean physically connect to another slot, like the E0det (PC2) or e1det(PA0) instead of the current ZSTOP(PC0) and PWRDET(PC15)
This is on a new BTT SKR3EZ with 2209 divers btw if that makes much difference. not using the stallguard feature yet anywhere, and will never use it on Z due to the screw design.
according to my pins definitions, which show as active in the "pins_BTT_v3_0_com
by
Candidquality
-
Firmware - Marlin
Sorry, I have 2 z axis. The 4 was my attempt to get the if statements to actually function. They were greyed out as not active in the first attachments.
Plugged into pc01(z stop) and pc15(powerdet) if memory serves correctly
I ran another 20 iterations last night, finally working with 2.1.1 and the preconfigured config file. Got a second z working on home, but left z does not trigger stop. R
by
Candidquality
-
Firmware - Marlin
Originally posted this to the marlin bugfix, but they locked the post and said that is would be better way to get support for a user issue from the forum. So I'm here.
Below is the original post, which I hope has enough details to be useful.
### Did you test the latest `bugfix-2.1.x` code?
No, but I will test it now! //acutally tried using the 2.1.1 configuration release files from btt, and
by
Candidquality
-
Firmware - Marlin