CubeItMod V 6.0 New Version !!!

Post Reply
Giovanni V.
Posts: 241
Joined: 18 Nov 2014, 09:34

CubeItMod V 6.0 New Version !!!

Post by Giovanni V. »

Hi all,
here's a new CubeIt$Mod version.
I would like to send a big THANKS to Tobias, he made a very good job with the 5b5 version, he cleaned up my code ( yes I know I'm not a programmer ), he corrected some bugs but most important he introduced new brillants ideas into the code.

Into this version I didn't change the way Tobias managed the Loops, I didn't have the time to test this option but the idea is very interesting.

I've added the possibility to change the speed of the Interface, Kisslicer prints interface with the same speed as "Sparse Infill" and I prefer a slower speed because interface must be printed with high quality.
I've also added the same correction used to Solid to the Interface, now S/I% works for both Solid and Interface.

The calculation of the correction for Solid, Infill and Interface is the same for the 3 and is different from what you can find into the 5b5 version.
When the length of the pat becomes shorter the speed is increased like 5b5 and 4.91 versions, but when the max speed is reached the printer continues with the max speed and if more speed is needed the RPM are reduced.
Into the Final message you can find "PivotLength for solid path", this is the lenght that makes the printer reach the max speed, if a solid line is shorter than this the RPM are reduced using ShortSolid%, at the moment ShortSolid% uses a linear function, I need more tests to determine if I've to change it, but you can test with values from 0 to 30.
I don't think that more than 30 for ShortSolid% and ShortInfill% would be good.

I dont have much time to make tests and Hugues "The Official CubeItMod Tester" has changed the hardware and he cant use Cubeitmod, so please give me feed-backs.
I would like that for starting people use the settings I've posted, into the ini files, I've a Duo, it would be very interesting to know if these setting are good for other Duo users and also for Trio and single extruder users.

Happy printing, and don't forget I need your feed-backs.

Giovanni

DON'T DOWNLOAD THIS IS AN OLD VERSION, LOOK FOR V6.05 !!!
Attachments
CubeItMod603.zip
(829.15 KiB) Downloaded 900 times
Last edited by Giovanni V. on 29 Mar 2016, 02:59, edited 2 times in total.
Hugues
Posts: 126
Joined: 11 Nov 2014, 03:40
Contact:

Re: CubeItMod V 6.0 New Version !!!

Post by Hugues »

Thanks Giovanni, from all cubex user ! And as i cannot test i just would recommand everybody to use this new version and give your feedback into the forum. Giovanni rocks as a suisse clock ; -)

I discovered a new tip about our cubex, your layer height are better if they are a multiple of 3 cause the stock lead screw have a 3mm travel by turn . So it's better to use a 0.09 or 0.12 instead of 0.1 mm. Otherwise it's possible to loose step into your build.
regards,
Hugues

www.cubexupgrade.com
floppen
Posts: 1
Joined: 09 Dec 2015, 13:51

Re: CubeItMod V 6.0 New Version !!!

Post by floppen »

Hi

i am new to this so maybe im missing something.
I started tying kisslicer ver 1.4 something and v4.91 of cubeitmod, i and had some problem with infill and solid settings not working as i expected so after googling it i found this forum and downloaded V1,5 beta 2.22 and cubeitmod V6.0.
But now i see this.
cubeit.jpg
cubeit.jpg (25.27 KiB) Viewed 12502 times
How can i change the settings for short infill & solid?

And the biggest problem is my G-Code.
I get a #IND instead off a number??
I can see that the file .bfr.bak is ok but not the .bfb so i guess it´s something i missed when setting up cubeitmod?

Code: Select all

M103
G1 X52.06 Y-104.01 Z0.2 F1500
G1 X52.34 Y-103.79 Z0.2 F1500
G1 X51.82 Y-103.4 Z0.2 F1500
M108 S13
G1 X30.08 Y-89.95 Z0.2 F4800
M101
M108 S-1.#IND
G1 X32.82 Y-89.95 Z0.2 F529.4
M108 S-1.#IND
G1 X33.69 Y-90.45 Z0.2 F529.4
M108 S-1.#IND
G1 X28.48 Y-90.45 Z0.2 F529.4
Giovanni V.
Posts: 241
Joined: 18 Nov 2014, 09:34

Re: CubeItMod V 6.0 New Version !!!

Post by Giovanni V. »

Hi Floppen,
did you use the "po" and "ini" files included into the zip ?
I think not.
If so,
1. make a copy of your ini files you have into Kisslicer's folder
2. copy the ini and po files included into the zip file into the Kisslicer's folder
3. run Kisslicer , go to the menu Préférences->Languages->Load a language file and select the CubeItModV6.po file you have copied into the Kisslicer's folder
4. The Solid% now called S/I% (because works for Solid and Interface) and Infill% are into the Matl tab
The ShortSolid% and ShortInfill% are into the printer Gcode tab, ATTENTION change only the value not other things into these lines.

Here are my latest settings they are better than those I posted into the first message :
; InterfaceSpeed [mm/s] = 25
; ShortSolid% = 50
; ShortInfill% = 50
; SmallLoopSpeed = 4
; LoopSegLength = 0.4
; LoopSegAngle = 22
^Firmware:V1.07
G21
G90






floppen wrote:Hi

i am new to this so maybe im missing something.
I started tying kisslicer ver 1.4 something and v4.91 of cubeitmod, i and had some problem with infill and solid settings not working as i expected so after googling it i found this forum and downloaded V1,5 beta 2.22 and cubeitmod V6.0.
But now i see this.
cubeit.jpg
How can i change the settings for short infill & solid?

And the biggest problem is my G-Code.
I get a #IND instead off a number??
I can see that the file .bfr.bak is ok but not the .bfb so i guess it´s something i missed when setting up cubeitmod?

Code: Select all

M103
G1 X52.06 Y-104.01 Z0.2 F1500
G1 X52.34 Y-103.79 Z0.2 F1500
G1 X51.82 Y-103.4 Z0.2 F1500
M108 S13
G1 X30.08 Y-89.95 Z0.2 F4800
M101
M108 S-1.#IND
G1 X32.82 Y-89.95 Z0.2 F529.4
M108 S-1.#IND
G1 X33.69 Y-90.45 Z0.2 F529.4
M108 S-1.#IND
G1 X28.48 Y-90.45 Z0.2 F529.4
Giovanni V.
Posts: 241
Joined: 18 Nov 2014, 09:34

Re: CubeItMod V 6.0 New Version !!!

Post by Giovanni V. »

New Version V6.01

Minor bugs corrected.

Added some checking and error messages to help users find what they did set wrong

Better settings into the ini files

Don't forget to install the CubeItModV6.po as language file into Kisslicer.

Happy printing.

Giovanni
Attachments
CubeItMod6.01.zip
(455.16 KiB) Downloaded 331 times
agalavis
Posts: 7
Joined: 15 Dec 2015, 16:38

Re: CubeItMod V 6.0 New Version !!!

Post by agalavis »

Hello,
Somewhere I saw there is a CubeItNet for mac. Are the developers of the two in touch so CubeIt can also be released for mac with the updates?
Thanks
Pgregory
Posts: 24
Joined: 07 Nov 2014, 11:09

Re: CubeItMod V 6.0 New Version !!!

Post by Pgregory »

We are in touch & I will be performing the conversion.
I usually wait for it to get stable before converting.
agalavis
Posts: 7
Joined: 15 Dec 2015, 16:38

Re: CubeItMod V 6.0 New Version !!!

Post by agalavis »

That is great. In the mean time I started to use CubeItMod6.1 and it has worked so far. Sadly won't be a good tester for now because I'm still too green on the use of my printer and I don't know if the results I get are because of the settings I set or because of any issues with the mod.
If you would like me to print any specific calibration file with any given set of parameters I'll gladly do it and report the results, but other than that I fear that there is not much that I can do, though I wish there were.
I have an unmodified CubeX Duo.
agalavis
Posts: 7
Joined: 15 Dec 2015, 16:38

Re: CubeItMod V 6.0 New Version !!!

Post by agalavis »

Hello,
I noticed in another thread that there is a new version of CubeItMod V6.02. the thread is viewtopic.php?f=12&t=803&start=10 and the download link provided there is download/file.php?id=478
I'm just linking it here in case someone missed the update. If by any chance this version is not stable enough or should not be advertised please let me know and i'll edit this message to remove the links.
Be good :)
Giovanni V.
Posts: 241
Joined: 18 Nov 2014, 09:34

Re: CubeItMod V 6.0 New Version !!!

Post by Giovanni V. »

agalavis wrote:Hello,
I noticed in another thread that there is a new version of CubeItMod V6.02. the thread is viewtopic.php?f=12&t=803&start=10 and the download link provided there is download/file.php?id=478
I'm just linking it here in case someone missed the update. If by any chance this version is not stable enough or should not be advertised please let me know and i'll edit this message to remove the links.
Be good :)

It's OK for the link.
Can someone test the raft with grid function into Kisslicer and tell me if it's OK with CubeItMod6.02 ?
Post Reply