hi, i have a strange behavior in the new beta.
in a cartesian 3d printer, all is ok, but in a 32bits , marlin , delta, the printer print with micro pauses, prints something (2 or 3 seconds) and pauses 1 or 2 second, continues 2 3 seconds, and pauses the movement another second...
if i see what happens in the pause, the extruder retracts and undo-retract, stoped in the place of the pause.
In cura and prusa slicer, all is oK.
very strange
V2 Alpha 0.9.9 Fault reports
- pjr
- Posts: 704
- Joined: 05 May 2015, 10:27
- Location: Kamnik, Slovenia
Re: V2 Alpha 0.9.9 Fault reports
Can you please zip up and attach a G-code file where this happens.neox3 wrote:hi, i have a strange behavior in the new beta.
in a cartesian 3d printer, all is ok, but in a 32bits , marlin , delta, the printer print with micro pauses, prints something (2 or 3 seconds) and pauses 1 or 2 second, continues 2 3 seconds, and pauses the movement another second...
if i see what happens in the pause, the extruder retracts and undo-retract, stoped in the place of the pause.
In cura and prusa slicer, all is oK.
very strange
Thanks.
Peter
-
- Posts: 3
- Joined: 25 May 2019, 17:48
Re: V2 Alpha 0.9.9 Fault reports
yes, here it is.
i tried with preload at 0, and same pauses occur .
firmware marlin 2.0.x bugfix , bondtech extruder and custom kossel using electronics bigtreetech skr 1.3 + tmc 2208 in uart mode.
i think the problem is in relationship width, that this version of kiss generates for a simple cube a gcode of 100.000 lines and 2.90 mbs!! where for example cura only needs 10.000 lines and the file is of 300kbytes, you can see that the printer slowdowns before the pause in layer ends, like the electronics cant handle all the commands of the file
i tried with preload at 0, and same pauses occur .
firmware marlin 2.0.x bugfix , bondtech extruder and custom kossel using electronics bigtreetech skr 1.3 + tmc 2208 in uart mode.
i think the problem is in relationship width, that this version of kiss generates for a simple cube a gcode of 100.000 lines and 2.90 mbs!! where for example cura only needs 10.000 lines and the file is of 300kbytes, you can see that the printer slowdowns before the pause in layer ends, like the electronics cant handle all the commands of the file
- Attachments
-
- xyz-cube.zip
- (938.06 KiB) Downloaded 299 times
- pjr
- Posts: 704
- Joined: 05 May 2015, 10:27
- Location: Kamnik, Slovenia
Re: V2 Alpha 0.9.9 Fault reports
Thanks.neox3 wrote:yes, here it is.
You have comments turned off, so I will also need a project file to check things out properly.
FWIW, I sliced a similar model with my default settings; the file was one third the size of yours with comments turned on.
Also, how are you printing this? (SD card or Serial/USB) If serial, what is your baud rate?
Thanks
Peter
-
- Posts: 3
- Joined: 25 May 2019, 17:48
Re: V2 Alpha 0.9.9 Fault reports
yeah, i turned comments off, to see if the file was less in size...pjr wrote:Thanks.neox3 wrote:yes, here it is.
You have comments turned off, so I will also need a project file to check things out properly.
FWIW, I sliced a similar model with my default settings; the file was one third the size of yours with comments turned on.
Also, how are you printing this? (SD card or Serial/USB) If serial, what is your baud rate?
Thanks
Peter
i tryed usb and sd, my baud rate is 250.000
i upload a project file in the evening
edit: project!!
- Attachments
-
- test.zip
- project
- (2.76 KiB) Downloaded 299 times
-
- Posts: 8
- Joined: 16 Sep 2019, 03:35
Re: V2 Alpha 0.9.9 Fault reports
I have exactly the same issue and I can't solve it. Micropauses every 20/30 sec of printing. I have tried increasing Marlin buffer size, lower oversampling resolution and other but nothing seems to work. Anyone has a solution yet?