KISSlicer 1.5 Beta 2 - in development

Post Reply
User avatar
lonesock
Posts: 258
Joined: 09 Nov 2014, 18:41
Contact:

Re: KISSlicer 1.5 Beta 2 - in development

Post by lonesock »

Found the "no INI file crash" bug. I just posted a 1.5 beta 2.16 build (Windows and Mac, I will try to get Linux up tomorrow). Not much has changed beyond that one bug fix.

thanks,
Jonathan
User avatar
mhackney
Posts: 147
Joined: 25 Jan 2015, 10:48
Contact:

Re: KISSlicer 1.5 Beta 2 - in development

Post by mhackney »

Great, thanks. KAS on SeeMeCNC forum discovered this and I directed him here.

I also noticed with both this and the new 2.15 that when I launch the first time I get a "File not found" dialog. This is simply by double clicking the app in Finder (yes, Mac) to launch it. Not a big issue but maybe another buglet in there.
kas
Posts: 6
Joined: 18 Feb 2015, 22:12

Re: KISSlicer 1.5 Beta 2 - in development

Post by kas »

Both 32/64 bit appears to work great on Windows 7, 8 and 10 with creating new .ini files. Thank you for the quick fix.
kas
Posts: 6
Joined: 18 Feb 2015, 22:12

Re: KISSlicer 1.5 Beta 2 - in development

Post by kas »

Just a quick update, 1.5 Beta 2.16 64 bit occasionally causes fault and forces auto reboot on Win8, this happen about 5-8 seconds after clicking the Slice button.
32bit doesn't appear to cause the same issue for me.

Error from event viewer.

Code: Select all

Faulting application name: KISSlicer64.exe, version: 0.0.0.0, time stamp: 0x54e57a2d
Faulting module name: ntdll.dll, version: 6.3.9600.17630, time stamp: 0x54b0e17a
Exception code: 0xc0000005
Fault offset: 0x000000000001f0b2
Faulting process id: 0x1968
Faulting application start time: 0x01d04e0f16399569
Faulting application path: C:\Users\Kevin\Desktop\KISSlicer_Win64_1.5beta2.16\KISSlicer64.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 543aa5c4-ba02-11e4-826f-94de80a7c247
Faulting package full name: 
Faulting package-relative application ID: 
User avatar
lonesock
Posts: 258
Joined: 09 Nov 2014, 18:41
Contact:

Re: KISSlicer 1.5 Beta 2 - in development

Post by lonesock »

I just posted the Linux builds to the Dropbox folder. Please keep up any bug reporting!

@kas: Weird! I haven't seen that, and a fault in the ntdll.dll is a bit strange as well. Is there any chance it could be hardware related, specifically RAM? If you increase the oversample resolution (from the default 0.125 mm to maybe .5 mm), or reduce the slicing thread count (under the [Misc.] tab), does the problem go away, or happen later? (You can also watch the used RAM with the task manager and see if the issue happens at a specific threshold.) Sorry, I am just grasping at straws on this one!

Jonathan
kas
Posts: 6
Joined: 18 Feb 2015, 22:12

Re: KISSlicer 1.5 Beta 2 - in development

Post by kas »

No problem. I'll try to tax the system with different STL's and see what I can catch. I'm running an 8 core system with 32 gigs of ram.

I'm not a programmer by any means, is it normal for a 64bit program to access the .dll's in system32?
I would think C:/Windows\SysWOW64\ntdll.dll for 64bit. but again I have no clue.
kas
Posts: 6
Joined: 18 Feb 2015, 22:12

Re: KISSlicer 1.5 Beta 2 - in development

Post by kas »

So far everything from 1-7 Slicing Threads works fine. 8 on Slicing Thread locks my computer as soon as I click slice and I cant capture anything. On a side note, I'm not noticing a performance increase in slicing times above 4 threads.

My processor is a AMD FX-9370 8-core/8 thread, it runs stock at 4.4Ghz on water. It's hard to see on the images but the memory is flat lined and I don't see any spikes.

The "oversample resolution" grayed out in the pro tab. I'm not sure how to change that at the moment.



Image

Image

Image

Image

Image

Image

Image
User avatar
PenskeGuy
Posts: 98
Joined: 08 Nov 2014, 18:04

Re: KISSlicer 1.5 Beta 2 - in development

Post by PenskeGuy »

lonesock wrote:@kas: Weird! I haven't seen that, and a fault in the ntdll.dll is a bit strange as well.
Not weird. I've had a number of crashes in various versions with ntdll.dll showing a fault and posted many times about it. Of course, that was on the original forum.
Beefi
Posts: 14
Joined: 07 Feb 2015, 07:00

Re: KISSlicer 1.5 Beta 2 - in development

Post by Beefi »

Hi Jonathan,

I'm new here in the Forum. In comparison to other slicers, KISSlicer is the best solution for me. I love it!
A short time ago, I tested the feature "volumetric printing in cubic millimeters" and "firmware retraction" of Marlin Firmware (with Slic3r).
I'm surprised of the enhanced Quality by using this features.
Would it be possible to implement it in KISSlicer?

To retract/recover you only have to send the G10 (suck) and G11 (prime) command to the Printer instead of retract by G1-command.
Auto-Retraction in Marlin Firmware doesn't work.

Andi
swsch
Posts: 15
Joined: 29 Jan 2015, 16:57

Re: KISSlicer 1.5 Beta 2 - in development

Post by swsch »

Beefi wrote:"firmware retraction" of Marlin Firmware
  • Printer -> Firmware -> Mark Path Start/Stop -> G10/1
  • Material (Matl) -> Destring -> Prime 0, Suck 0
gives gcode like the following:

Code: Select all

; 'Prime Pillar Path', 0.4 [feed mm/s], 20.0 [head mm/s]
G1 X3.69 Y29 Z0.2 E0 F15000
; trigger prime
G11
G1 X3.79 Y27.5 E0.0295 F1200
G1 X4.43 Y25.04 E0.0793
...
G1 X3.69 Y29 E3.7189
; trigger retract
G10
;
; 'Destring/Wipe/Jump Path', 0.0 [feed mm/s], 20.0 [head mm/s]
G1 X3.79 Y27.5 E3.7189
G1 X4.43 Y25.04 E3.7189
G1 X5.55 Y21.66 E3.7189
G1 X6.5 Y19.77 E3.7189
;
; 'Loop Path', 0.3 [feed mm/s], 20.0 [head mm/s]
G1 X7.31 Y32.01 E3.7189 F15000
; trigger prime
G11
G1 X7.59 Y28.97 E3.7667 F1200
G1 X8.31 Y25.76 E3.8183
So paths are wrapped by G11 and G10 and there is no G1-based sucking or priming.

Setting prime and suck to non-zero values results in the following gcode, where you can see the retraction at the beginning of the destring path and the priming at the second line of the loop path

Code: Select all

...
G1 X3.69 Y29 E6.2689
; trigger retract
G10
;
; 'Destring/Wipe/Jump Path', 0.0 [feed mm/s], 20.0 [head mm/s]
G1 E3.7689 F900
G1 X3.79 Y27.5 E3.7689 F1200
G1 X4.43 Y25.04 E3.7689
G1 X5.55 Y21.66 E3.7689
G1 X6.5 Y19.77 E3.7689
;
; 'Loop Path', 0.3 [feed mm/s], 20.0 [head mm/s]
G1 X7.31 Y32.01 E3.7689 F15000
G1 E6.3189 F1200
; trigger prime
G11
G1 X7.59 Y28.97 E6.3667
Post Reply