Welcome! Log In Create A New Profile

Advanced

Kossel display problem

Posted by bstupak 
Kossel display problem
January 06, 2021 11:26AM
I was gifted a not working Anycubic Kossel Plus printer. I turned it on and the display screen just shows rows of blank squares, and there is a red light lit on the mother board, and an occasional flashing green light. It has a RepRap Discount smart controller and a Trigorilla 1.1 mainboard. After many online searches I did the following, adjusting contrast, didn’t fix it. The fuse on the MB shows continuity, I tried the reset on both the MB and display with no change. I tried disabling the PS and running it from PC-USB power with no change. I tried reloading Marlin 1.1.9 firmware (I think successfully, but no way to tell) and still no change. Does anyone have any other suggestions? Is there any way to test the MB? I am a noob with electronics.
Re: Kossel display problem
January 06, 2021 04:50PM
Are you able to communicate with the Trigorilla with something like Pronterface (send something like M115)?
Re: Kossel display problem
January 06, 2021 05:00PM
I downloaded pronterface, but haven't used it yet, will try to figure it out tonight. Thanks for the reply.
jcs
Re: Kossel display problem
January 07, 2021 11:14AM
Second the pronterface test. If that works, check the cables, including entirely swapping left cable and right cable to see if the symptoms remain the same.
A bad display can give those symptoms. I once replaced just the display (I had one on hand) to fix it, but you'll want a new smart controller.
Re: Kossel display problem
January 07, 2021 02:43PM
I connected through Pronterface and sent M115 and got this result

>>> m115
SENDING:M115
FIRMWARE_NAME:Marlin 1.1.9.1 (Github) SOURCE_CODE_URL:[github.com] PROTOCOL_VERSION:1.0 MACHINE_TYPE:3D Printer EXTRUDER_COUNT:1 UUID:cede2a2f-41a2-4748-9b12-c55c62f367ff
Capconfused smileyERIAL_XON_XOFF:0
Cap:EEPROM:0
Cap:VOLUMETRIC:1
Cap:AUTOREPORT_TEMP:1
Captongue sticking out smileyROGRESS:0
Captongue sticking out smileyRINT_JOB:1
Cap:AUTOLEVEL:0
Cap:Z_PROBE:0
Cap:LEVELING_DATA:0
Cap:BUILD_PERCENT:0
Capconfused smileyOFTWARE_POWER:0
Cap:TOGGLE_LIGHTS:0
Cap:CASE_LIGHT_BRIGHTNESS:0
Cap:EMERGENCY_PARSER:0
Cap:AUTOREPORT_SD_STATUS:0
Cap:THERMAL_PROTECTION:1

I'm not up on these codes, what can you tell me? Thanks

Edited 1 time(s). Last edit at 01/07/2021 02:44PM by bstupak.
Re: Kossel display problem
January 07, 2021 07:56PM
I was unable to move axes with Pronterface. I also tried to heat the nozzle, it did not heat up , nor did the fans work. This is the readout when I connected.

Connecting...
start
Printer is now online.
echo:Marlin 1.1.9.1
echo: Last Updated: 2020-06-20 | Author: (none, default config)
echo:Compiled: Jan 5 2021
echo: Free Memory: 5602 PlannerBufferBytes: 1232
echo:Hardcoded Default Settings Loaded
echo: G21 ; (mm)
echo:Filament settings: Disabled
echo: M200 D3.00
echo: M200 D0
echoconfused smileyteps per unit:
echo: M92 X80.00 Y80.00 Z4000.00 E500.00
echo:Maximum feedrates (units/s):
echo: M203 X300.00 Y300.00 Z5.00 E25.00
echo:Maximum Acceleration (units/s2):
echo: M201 X3000 Y3000 Z100 E10000
echo:Acceleration (units/s2): P R T
echo: M204 P3000.00 R3000.00 T3000.00
echo:Advanced: Q S T X Y Z E
echo: M205 Q20000 S0.00 T0.00 X10.00 Y10.00 Z0.30 E5.00
echo:Home offset:
echo: M206 X0.00 Y0.00 Z0.00
echotongue sticking out smileyID settings:
echo: M301 P22.20 I1.08 D114.00

does this look correct?
Re: Kossel display problem
January 07, 2021 08:00PM
It says 4000 steps/mm on the Z. That doesn't sound like a delta to me. Are you sure you copied the correct configuration.h and configuration_adv.h files to the appropriate location before you built and uploaded the firmware?

Edited 2 time(s). Last edit at 01/08/2021 04:11PM by thehankinator.
Re: Kossel display problem
January 07, 2021 09:20PM
That is entirely possible, I'll redo it and see what happens. What should it be?
Re: Kossel display problem
January 07, 2021 09:37PM
After you extract Marlin zip file (https://github.com/MarlinFirmware/Marlin/archive/1.1.x.zip) you will have a directory called "Marlin-1.1.x".

Copy:
Marlin-1.1.x/Marlin/example_configurations/delta/Anycubic/Kossel/Configuration.h
Marlin-1.1.x/Marlin/example_configurations/delta/Anycubic/Kossel/Configuration_adv.h

To (replacing what's already there):
Marlin-1.1.x/Marlin/Configuration.h
Marlin-1.1.x/Marlin/Configuration_adv.h


This might be good enough to upload to the printer to verify the screen works. In either case you will need to go through this readme file to configure the firmware for the model printer you have.
[github.com]

You can verify that you got the configuration uploaded by viewing the output after you connect to the printer. In the author field it should say something like
@brandstaetter and/or @grbd

Edited 1 time(s). Last edit at 01/07/2021 09:39PM by thehankinator.
Re: Kossel display problem
January 07, 2021 10:12PM
I found this version, compiled, downloaded and now I have a functioning screen but no control yet.

Connecting...
start
Printer is now online.
echo:Anycubic 1.1.0-RC8
echo: Last Updated: 2016-12-06 12:00 | Author: (none, default config)
Compiled: Jan 7 2021
echo: Free Memory: 3637 PlannerBufferBytes: 1168
echo:Hardcoded Default Settings Loaded
echoconfused smileyteps per unit:
echo: M92 X80.00 Y80.00 Z80.00 E96.00
echo:Maximum feedrates (mm/s):
echo: M203 X200.00 Y200.00 Z200.00 E200.00
echo:Maximum Acceleration (mm/s2):
echo: M201 X3000 Y3000 Z3000 E3000
echo:Accelerations: P=printing, R=retract and T=travel
echo: M204 P2000.00 R2000.00 T2000.00
echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s)
echo: M205 S0.00 T0.00 B20000 X5.00 Y5.00 Z5.00 E5.00
echo:Home offset (mm)
echo: M206 X0.00 Y0.00 Z0.00
echo:Endstop adjustment (mm):
echo: M666 X0.00 Y0.00 Z0.00
echogrinning smileyelta settings: L=diagonal_rod, R=radius, S=segments_per_second, ABC=diagonal_rod_trim_tower_[123]
echo: M665 L271.50 R134.40 S100.00 A0.00 B0.00 C0.00
echo:Material heatup parameters:
echo: M145 S0 H180 B70 F255
M145 S1 H240 B100 F255
echotongue sticking out smileyID settings:
echo: M301 P22.20 I1.08 D114.00
echo:Filament settings: Disabled
echo: M200 D1.75
echo: M200 D0
echo:Z-Probe Offset (mm):
echo: M851 Z-3.50
echoconfused smileyD init fail
Re: Kossel display problem
January 07, 2021 10:19PM
After you extract Marlin zip file (https://github.com/MarlinFirmware/Marlin/archive/1.1.x.zip) you will have a directory called "Marlin-1.1.x".

Copy:
Marlin-1.1.x/Marlin/example_configurations/delta/Anycubic/Kossel/Configuration.h
Marlin-1.1.x/Marlin/example_configurations/delta/Anycubic/Kossel/Configuration_adv.h

To (replacing what's already there):
Marlin-1.1.x/Marlin/Configuration.h
Marlin-1.1.x/Marlin/Configuration_adv.h


I'll try this tomorrow, didn't realize the kossel files were there.Thanks

I downloaded new version and got this.

Printer is now online.
echo:Marlin 1.1.9.1
echo: Last Updated: 2020-06-20 | Author: @brandstaetter, @grbd
echo:Compiled: Jan 8 2021
echo: Free Memory: 3337 PlannerBufferBytes: 1488
echo:EEPROM version mismatch (EEPROM=V27 Marlin=V56)
echo:Hardcoded Default Settings Loaded
echoconfused smileyD card ok
echo:busy: processing
Errortongue sticking out smileyrinter halted. kill() called!
[ERROR] Errortongue sticking out smileyrinter halted. kill() called!

At the end I tried homing through the interface and it halted both on Pronterface and the printer screen. I see eeprom mismatch,

Edited 2 time(s). Last edit at 01/08/2021 06:41AM by bstupak.
Re: Kossel display problem
January 08, 2021 02:42PM
Might be getting ahead of my self, but I tried M502 M500 and got this
Reset.
start
echo:Marlin 1.1.9.1
echo: Last Updated: 2020-06-20 | Author: @brandstaetter, @grbd
echo:Compiled: Jan 8 2021
echo: Free Memory: 3337 PlannerBufferBytes: 1488
echo:V56 stored settings retrieved (700 bytes; crc 31100)
echo: G21 ; (mm)
echo: M149 C ; Units in Celsius
echo:Filament settings: Disabled
echo: M200 D1.75
echo: M200 D0
echoconfused smileyteps per unit:
echo: M92 X80.00 Y80.00 Z80.00 E96.00
echo:Maximum feedrates (units/s):
echo: M203 X100.00 Y100.00 Z100.00 E100.00
echo:Maximum Acceleration (units/s2):
echo: M201 X3000 Y3000 Z3000 E3000
echo:Acceleration (units/s2): P R T
echo: M204 P3000.00 R3000.00 T3000.00
echo:Advanced: Q S T X Y Z E
echo: M205 Q20000 S0.00 T0.00 X5.00 Y5.00 Z5.00 E5.00
echo:Auto Bed Leveling:
echo: M420 S0
echo:Endstop adjustment:
echo: M666 X0.00 Y0.00 Z0.00
echogrinning smileyelta settings: L R H S B XYZ
echo: M665 L218.00 R97.00 H320.00 S80.00 B70.00 X0.00 Y0.00 Z0.00
echo:Material heatup parameters:
echo: M145 S0 H190 B60 F255
echo: M145 S1 H240 B100 F255
echotongue sticking out smileyID settings:
echo: M301 P22.36 I1.63 D76.48
echo:Filament load/unload lengths:
echo: M603 L650.00 U750.00
echoconfused smileyD card ok

still not able to move axes
Re: Kossel display problem
January 08, 2021 04:09PM
That config looks like a delta so I think you are on the right track. Before attempting to home the machine have you verified the endstops are triggering properly (M119)? With your latest build of the firmware do you still get the the "printer halted" error when you try to home the machine (G28)? A different error message? Have you been able to get any of the stepper motors to turn in any capacity?
Re: Kossel display problem
January 08, 2021 04:37PM
I tried g28 and got the printer halted message, none of the steppers run, none of the fans run and the print head doesn't heat up. I have the heated bed disconnected, so haven't tried that.

Sent m119.
>>> m119
SENDING:M119
Reporting endstop status
x_max: open
y_max: TRIGGERED
z_max: open

Edited 1 time(s). Last edit at 01/08/2021 04:40PM by bstupak.
Re: Kossel display problem
January 08, 2021 05:15PM
How is the board powered right now? For anything to run I'm guessing the power jumper will need to be in the DC position and the 5A and 11A terminals connected to the 12 VDC supply.

As for the endstops this doesn't seem to be your problem however I'm surprised only 1 is triggered. Did you go through all 3 endstops one by one and test them? ie hold press one down at a time see that they react properly with M119?
Re: Kossel display problem
January 08, 2021 06:29PM
That could be it, I just have it powered through the usb, which is 5v right? I'll try the estops one by one. Thanks

Just hooked up the main power supply and moved the jumper and I have movement in the steppers. can't control it with Pface now. I don't have the 12 wall wort power supply. I moved the jumper back and I sent m119 y first then x then z
>>> m119
SENDING:M119
Reporting endstop status
x_max: open
y_max: TRIGGERED
z_max: open
>>> m119
SENDING:M119
Reporting endstop status
x_max: TRIGGERED
y_max: TRIGGERED
z_max: open
>>> m119
SENDING:M119
Reporting endstop status
x_max: open
y_max: TRIGGERED
z_max: TRIGGERED

I'll have get a 12v power supply and then try the steppers through Pface, I do have the Kossel manual to configure it when I get the steppers moving

Edited 3 time(s). Last edit at 01/08/2021 07:40PM by bstupak.
Re: Kossel display problem
January 08, 2021 09:45PM
Why can't you connect to it with Pronterface? The USB cable should continue to work regardless of how the board is powered.
Re: Kossel display problem
January 09, 2021 08:26AM
Just figured it out I had the wrong com port. When I did the estop test it looked like the previous stop would stay tripped, that doesn't seem right to me. What steps should I do first?

I was able to get get the print head to heat up and the fans working, although the temp ran over what I set

Edited 1 time(s). Last edit at 01/09/2021 08:29AM by bstupak.
Re: Kossel display problem
January 09, 2021 11:31AM
Hmm that is strange. I'd focus on one endstop at a time. It's likely a hardware problem so you could try checking these two things:

1) Check the endstop at the connector (that plugs into the Trigorilla) with a multimeter continuity test
2) Verify it's connected to the Trigorilla properly


Regarding your heatup problem, you'll need to autotune the PID for the hotend and bed. Make sure they are cold before you run these one at a time :
Hotend:
M303 E0 S200 C8
Bed:
M303 E-1 S60 C8
Re: Kossel display problem
January 09, 2021 12:16PM
I found a lead off at the y endstop and its works fine now. I slowed the travel speed down and auto homed it and it went fine. I tried the auto bed level probe by pushing it while the print head was coming down from auto home and it did not stop. I'm going to check the wiring for that next. I will do the auto tune on the hot end and bed. Thanks for hanging in there, It would have taken me forever to get to this point.
Re: Kossel display problem
January 09, 2021 12:27PM
I'm guessing the probe is not set properly yet. If you haven't already read this guide and set the probe type (https://github.com/MarlinFirmware/Configurations/blob/release-1.1.9/config/examples/delta/Anycubic/Kossel/README.md). The probe is either NO (normally open) or NC (normally closed), if that's setup wrong it could cause the head to crash into the bed. Using M119 to verify the probe is working properly is a good idea to avoid damaging to bed or the probe.
Re: Kossel display problem
January 09, 2021 04:45PM
The probe, which is Z1 on my board doesn't show up after M119 only X,Y and Z. I assume it should. I checked the probe and it shows continuity (open?) when not touching and no continuity (closed?) when I push on it. I checked the 2 connectors at the probe and where the probe plugs into the MB between the Z and Y endstops and they are ok. I don't think I should try to calibrate until I get this sorted.

Edited 1 time(s). Last edit at 01/09/2021 04:46PM by bstupak.
Re: Kossel display problem
January 09, 2021 05:58PM
Sounds like the probe isn't enabled in Marlin. Did you go through that readme I linked? That tell you how to set up the probe. The setting is ANYCUBIC_PROBE_VERSION.
Re: Kossel display problem
January 09, 2021 07:23PM
I did read it, but didn't quite get. I just reread and now I see. Thanks
Re: Kossel display problem
January 13, 2021 01:59PM
I think I might have it sorted

Edited 3 time(s). Last edit at 01/13/2021 09:59PM by bstupak.
Re: Kossel display problem
January 14, 2021 04:52PM
All sorted and printing, thanks to Thehankinator
Re: Kossel display problem
January 14, 2021 04:56PM
Glad to hear it smiling smiley
Sorry, only registered users may post in this forum.

Click here to login