You are not logged in.

#1 2016-07-27 16:06:01

robertk925
Member
Registered: 2016-07-22
Posts: 43

1199: Printer stuck on Suppressing duplicate logs

I am currently running buildcode 1199, and periodically nanoDLP/RPi3 gets stuck on "Suppressing duplicate logs" preventing the printing process from starting. When this happens none of the other web commands work. For example, pressing "Stop Print" brings up the dialog box "Are you sure..." but selecting OK doesn't actually stop the stuck print process. Trying to reboot the RPi3 using the Tools menu tells me that I can't do this while "printering". Any ideas?

Offline

#2 2016-07-28 05:12:53

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,536

Re: 1199: Printer stuck on Suppressing duplicate logs

Robert,

"Suppressing duplicate logs" is a informative message, it could not block anything. The most probably it get stuck waiting for response from RAMPS after movement. You can break it by pressing force stop from setup page / tools tab.

Offline

#3 2016-07-28 22:23:59

robertk925
Member
Registered: 2016-07-22
Posts: 43

Re: 1199: Printer stuck on Suppressing duplicate logs

Ok, thanks Shahin, I will try that.

Offline

#4 2016-09-02 18:21:10

robertk925
Member
Registered: 2016-07-22
Posts: 43

Re: 1199: Printer stuck on Suppressing duplicate logs

Running 1221 now. None of the nanoDLP commands work after starting a print that gets stuck. Stop Print, Force Stop, Power Off RPi, Terminate nanoDLP, etc. all fail to work.

I have to puTTY into the RPi and reboot it to regain control.

It is getting really frustrating, most of my prints are getting stuck now. The log is stuck on "Suppressing duplicate logs" and the printer never starts printing. I have 2 plates that work perfectly (perhaps they were created on a previous version of nanoDLP?) but all of the new plates that I create get stuck. Help!

Offline

#5 2016-09-02 20:45:24

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,536

Re: 1199: Printer stuck on Suppressing duplicate logs

Please, share your debug file. I could not reproduce the issue locally.

Offline

#6 2016-09-03 00:29:15

robertk925
Member
Registered: 2016-07-22
Posts: 43

Re: 1199: Printer stuck on Suppressing duplicate logs

Thanks Shahin, will do next week when I am back in the office.

Offline

#7 2016-09-07 16:59:23

robertk925
Member
Registered: 2016-07-22
Posts: 43

Re: 1199: Printer stuck on Suppressing duplicate logs

I seemed to have solved the problem. There must have been some faulty settings in the Printer Profiles that I was using. I copied a known good Printer Profile and resliced the STL files, and now the printer is printing fine.

Sorry, I should have saved the faulty Printer Profile to send to you, but it does bring up a larger issue that nanoDLP should always allow the Stop button to work, even if communication with the (in my case) Arduino fails.

Offline

#8 2016-09-08 18:23:51

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,536

Re: 1199: Printer stuck on Suppressing duplicate logs

In order to not losing position and current step only force stop could interrupt movement.

Offline

#9 2016-09-08 18:36:14

robertk925
Member
Registered: 2016-07-22
Posts: 43

Re: 1199: Printer stuck on Suppressing duplicate logs

Thanks for the reply, understood. I will try Force Stop again if I have the same problem, although it didn't work previously (as I mentioned above the only thing that worked was to puTTY into the RPi3 and restart it).

Offline

#10 2017-01-08 16:14:36

abyrok
Member
Registered: 2016-12-07
Posts: 5

Re: 1199: Printer stuck on Suppressing duplicate logs

Hi,

I have the same issue: in the first layer my printer stucks and does not do anything more. I am very new to my Muve 3D Printer and I have no idea what could be the issue.
From the post above I have seen that the profile might be wrong - please find it copied below. Any help appreciated.

Used NanoDLP version is Build 1322.
As reported by roberk925 the only thing I can to is to restart my RPi 3


Thanks,
Abyrok

{
	"ProfileID": 4,
	"Title": "M3D 001",
	"Desc": "",
	"ZStepWait": 300,
	"SlowSectionHeight": 3,
	"SlowSectionStepWait": 200,
	"TopWait": 0,
	"WaitHeight": 0,
	"CureTime": 12.2,
	"DynamicCureTime": "",
	"DynamicSpeed": "",
	"DynamicLift": "",
	"Depth": 100,
	"WaitBeforePrint": 1,
	"WaitAfterPrint": 0,
	"JumpHeight": 0,
	"JumpPerLayer": 0,
	"SupportTopWait": 0,
	"SupportWaitHeight": 0,
	"SupportLayerNumber": 2,
	"SupportCureTime": 50,
	"SupportDepth": 100,
	"SupportWaitBeforePrint": 1,
	"SupportWaitAfterPrint": 0,
	"LowQualityCureTime": 0,
	"LowQualitySkipPerLayer": 0,
	"XYRes": 86,
	"XYResPerc": 0,
	"ZResPerc": 0,
	"Color": "#ff0000",
	"SyscallBeforeLayer": "",
	"ShieldBeforeLayer": "M650 D{([[LayerNumber]]\u003c30)*2+3} S{4-(([[LayerNumber]]\u003c30)*3)}\r\nM651\r\nG4 P1000\r\nG1 Z[[LayerPosition]]\r\n[[WaitForDoneMessage]]\r\nM114\r\n[[PositionSet [[LayerPosition]]]]",
	"SyscallAfterLayer": "",
	"ShieldAfterLayer": "[[PositionChange [[ZLiftDistance]]]]",
	"PixelDiming": 1,
	"DimAmount": 35,
	"DimWall": 2,
	"DimSkip": 10,
	"IgnoreMask": 0,
	"ShieldStart": "",
	"ShieldResume": "",
	"ShieldFinish": ""
}

Offline

#11 2017-01-08 20:13:58

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,536

Re: 1199: Printer stuck on Suppressing duplicate logs

Use patched marlin firmware.

Offline

#12 2017-01-09 19:16:58

abyrok
Member
Registered: 2016-12-07
Posts: 5

Re: 1199: Printer stuck on Suppressing duplicate logs

Hi,

thanks, uploaded latest Muve3D Firmware, works now!

Offline

#13 2018-04-17 13:43:22

nnnn2013
Member
Registered: 2017-11-21
Posts: 13

Re: 1199: Printer stuck on Suppressing duplicate logs

Shahin wrote:

Use patched marlin firmware.

Can you give a link, please ?

Offline

#14 2018-04-17 18:36:08

color
Member
From: Bulgaria
Registered: 2016-03-19
Posts: 84

Re: 1199: Printer stuck on Suppressing duplicate logs

nnnn2013 wrote:
Shahin wrote:

Use patched marlin firmware.

Can you give a link, please ?

https://github.com/mUVe3D/Marlin-mUVe1DLP-Running

Offline

Board footer

Powered by FluxBB