Welcome! Log In Create A New Profile

Advanced

Kissslicer and Mendel90

Posted by Anonymous User 
Anonymous User
Kissslicer and Mendel90
March 21, 2013 09:59AM
hello guys,

i want to try Kisslicer 1.01 with my mendel90 but i have problems to understand the settings of this software,
maybe somebody here uses Kisslicer and could share his seetings ?

Also any advice could help me with Kisslicer !

thanks
reprapper
Re: Kissslicer and Mendel90
March 21, 2013 10:07AM
Have a read through this forum thread [forums.reprap.org]
You will see that RichGain has posted his Kisslicer settings in one of the replies.

Alan
Anonymous User
Re: Kissslicer and Mendel90
March 21, 2013 10:51AM
i saw that richgain have set x and y in kislicer wit 100 and 100.
In slicer its 0, 0.

is that right, with default firmware ?

second question:
i dont find the path kisslicer is saving the gcode.
Somebody knos where ?

Edited 2 time(s). Last edit at 03/21/2013 10:58AM by Repper.
Re: Kissslicer and Mendel90
March 21, 2013 05:16PM
Offset X 0 Y 0 works with the default firmware just like in Slic3r.

It should ask you where you want to save the gcode. With the latest versions you first have to Slice and only after that the Save button appears.
Anonymous User
Re: Kissslicer and Mendel90
March 21, 2013 10:27PM
thx restcrew. it works know with saving gcode, but a have a new problem.

Print starts, extruder gets temp, but heatbed staying cold.
i tryied to fix that in the gcode, maybe i didnt write in the right place, but its not working confused smiley

My second day trying to use kisslicer - no chance sad smiley

Edited 1 time(s). Last edit at 03/21/2013 10:28PM by Repper.
Re: Kissslicer and Mendel90
March 22, 2013 07:32AM
Put
; Heated bed control
M190 S

In the prefix printer g-code, this will tell the printer to start heating the bed and wait until the temperature is reached.
The default inserts M140, wich will start heating the bed, but won't wait for it to get to the correct temperature.
Re: Kissslicer and Mendel90
March 22, 2013 01:18PM
These are the last two lines in my G-Code Prefix:


M140 S[BED]
M109 S[TEMP]

I use M140 because the bed seems to always warm up before the extruder (and because I'm impatient). M190 is safer if one wants to be sure that the bed has warmed up properly.. especially if printing ABS which requires higher bed temperatures.


edit: Seems it's not possible to use the greater than and lesser than symbols here on the forums.. so I replaced them with square brackets.. see attachment for the original code.

Edited 2 time(s). Last edit at 03/22/2013 01:27PM by restcrew.
Attachments:
open | download - hmh.jpg (4.4 KB)
Anonymous User
Re: Kissslicer and Mendel90
March 22, 2013 02:03PM
hey restcrew,

would you post your kisslicersettings?

i have more problems with mine and believe its not possible to adapt richgains settings for mendel90.

greetings
Re: Kissslicer and Mendel90
March 22, 2013 04:44PM
I originally downloaded richgains settings too and they didn't work with my printer (dibond kit).

See attachment for my settings..
Attachments:
open | download - Kisslicer.zip (2.2 KB)
Anonymous User
Re: Kissslicer and Mendel90
March 22, 2013 05:05PM
thanks for sharing thumbs up
i also have the dibond kit.
wich hoster you use with kisslicer and do you have windows or linux ?

are your prints fine with your settings

Edited 4 time(s). Last edit at 03/22/2013 07:37PM by Repper.
Re: Kissslicer and Mendel90
March 23, 2013 04:14AM
Pronterface on Linux Mint.

I've used Kisslicer now for about a week.. and I've had this printer for maybe 3 weeks now. I was surprised at how easy it was getting this built and calibrated. I think I've soldered something only like maybe two or three times in my life and never built any electronics or anything like that. Building the printer was the easy part.. editing and copying files to seemingly random folders (for a linux noob like me) and installing packages and figuring out wine and slicers was alot harder!

Here is a test print I did a couple of days ago. It was my first try at printing the pink panther woman. Used 0.2mm layer heigth
Attachments:
open | download - img_DSC_3891.jpg (120.4 KB)
open | download - img_DSC_3892.jpg (130.5 KB)
Re: Kissslicer and Mendel90
March 23, 2013 05:36AM
Restcrew, those are nice prints. Would you mind sharing your Kisslicer configuration?
Re: Kissslicer and Mendel90
March 23, 2013 06:52AM
My settings are attached couple of posts above!
jra
Re: Kissslicer and Mendel90
March 23, 2013 10:58AM
(Post deleted.)

Edited 1 time(s). Last edit at 03/23/2013 11:06AM by jra.
Anonymous User
Re: Kissslicer and Mendel90
March 23, 2013 02:27PM
Restcrew, your settings didnt work for me.
out some poeople helped me and its working now on my mendel.
Re: Kissslicer and Mendel90
March 23, 2013 04:20PM
restcrew Wrote:
-------------------------------------------------------
> My settings are attached couple of posts above!


Seems i overlooked that.. thanks anyway tongue sticking out smiley
jra
Re: Kissslicer and Mendel90
March 24, 2013 08:56AM
Can you post your settings? Because I agree, restcrew's settings didn't work for me. The key problem I had was very high extrusion rates, which just made the hobbed bolt spin in a hole in the filament instead of feeding.

-jeff
Re: Kissslicer and Mendel90
March 24, 2013 12:44PM
Sounds like a problem with absolute / relative Extrusion

I've selected 5D - Absolute E as the firmware type in Kisslicer.. Check your G-Code prefix and see if there is M82 there.. adding it will tell your printer to use absolute E.

See attachment for my prefix settings.. it seems they weren't exported with the other configs?

Edited 1 time(s). Last edit at 03/24/2013 02:09PM by restcrew.
Attachments:
open | download - prefix.jpg (15.8 KB)
Re: Kissslicer and Mendel90
March 24, 2013 01:31PM
M82 : Set E codes absolute
M83 : Set E codes relative while in absolute coordinates (G90) mode

MARLIN used for Nophead's dibond kits is set to use relative E - take a look at the Configuration_adv.h file for confirmation. Line 87 says:
#define AXIS_RELATIVE_MODES {false, false, false, true}

X,Y and Z are absolute
E is relative

Alan

Edited 1 time(s). Last edit at 03/24/2013 01:37PM by Alzibiff.
Sorry, only registered users may post in this forum.

Click here to login