The "-style" parameter of command line doesn't work

Post Reply
gaonansquall
Posts: 1
Joined: 06 Sep 2018, 02:09

The "-style" parameter of command line doesn't work

Post by gaonansquall »

Hi Expert,

I'm using 1.5 version, I have 3 different style profiles in the -style.ini, the 3 profiles have different layer thickness, the other parameters are same.
I want to use command line to do the slicing with different profile for different object, but when I use the parmeter "-style" and found that it doesn't work.

For example, my -style.ini content is as below, the profile name is "010", "015", "020". When I use the command line: KISSlicer64.exe "kehua1-body.stl" -inidir "./" -style 020.ini -o "./101.gcode" in DOS window, I found that Kissslicer always startup with loading the profile "010" instead of "020". I don't understand if I was using a wrong. Can Anyone help on this case, thanks a lot.

[010]
quality_percentage=0
layer_thickness_mm=0.1
extrusion_width_mm=0.4
num_loops=5
skin_thickness_mm=1
infill_extrusion_width=0.4
infill_density_denominator=0
stacked_layers=1
use_destring=1
use_wipe=1
use_corners=1
loops_insideout=1
infill_st_oct_rnd=1
inset_surface_xy_mm=0
seam_jitter_degrees=0
seam_depth_scaler=0.5
seam_gap_scaler=1
seam_angle_degrees=0

[015]
quality_percentage=0
layer_thickness_mm=0.15
extrusion_width_mm=0.4
num_loops=5
skin_thickness_mm=1
infill_extrusion_width=0.4
infill_density_denominator=0
stacked_layers=1
use_destring=1
use_wipe=1
use_corners=1
loops_insideout=1
infill_st_oct_rnd=1
inset_surface_xy_mm=0
seam_jitter_degrees=0
seam_depth_scaler=0.5
seam_gap_scaler=1
seam_angle_degrees=0

[020]
quality_percentage=0
layer_thickness_mm=0.2
extrusion_width_mm=0.4
num_loops=5
skin_thickness_mm=1
infill_extrusion_width=0.4
infill_density_denominator=0
stacked_layers=1
use_destring=1
use_wipe=1
use_corners=1
loops_insideout=1
infill_st_oct_rnd=1
inset_surface_xy_mm=0
seam_jitter_degrees=0
seam_depth_scaler=0.5
seam_gap_scaler=1
seam_angle_degrees=0
User avatar
pjr
Posts: 692
Joined: 05 May 2015, 10:27
Location: Kamnik, Slovenia

Re: The "-style" parameter of command line doesn't work

Post by pjr »

I think you may need to use the command line parameter -style 3 that is the third style.

Not sure though, because 1.5 is very old now and it's been a long time since I used it.

Peter
hacker
Posts: 149
Joined: 20 Aug 2016, 18:25

Re: The "-style" parameter of command line doesn't work

Post by hacker »

pjr wrote:I think you may need to use the command line parameter -style 3 that is the third style.

Not sure though, because 1.5 is very old now and it's been a long time since I used it.

Peter
And while we're at it, it would be cool if KISS allowed to specify a substring or could at least have something like a -list option to show which item goes by which number. I suspect they're sorted lexicographically, but I don't think there are any promises given?
Post Reply