G-Code for CubexDuo With KL beta2.2 and UniversalCmod

Post Reply
yvessavard053
Posts: 15
Joined: 02 Apr 2015, 12:46

G-Code for CubexDuo With KL beta2.2 and UniversalCmod

Post by yvessavard053 »

I downloaded Fine_TunePLA.bfb and my Cubex Firmware:V1.07 work well with :)

When I built a bfb file ihave g-code G92 E0, this code is'nt recognized by Cubex and for Z-Axis
is missing almost all G1 code

Here fewlines G-Code Fine_TunePLA.bfb
^Firmware:V1.07
G21
G90
M542
M104 S200
M551 P1000 S100
M543
M108 S7.7************************************** don't have in my file
G1 X-46.48 Y20.82 Z0.25 F4860
G1 X-46.48 Y20.82 Z0.15 F150
M101********************************************** don't have in my file
G1 X-48.39 Y20.73 Z0.15 F1925.9
G1 X-50.5 Y20.38 Z0.15 F1925.9
G1 X-52.66 Y19.78 Z0.15 F1925.9
G1 X-54.69 Y18.98 Z0.15 F1925.9
G1 X-56.62 Y17.98 Z0.15 F1925.9

Here few lines of my file.bfb built with KissLicer:
^Firmware:V1.07
G21
G90
G92 E0*************************
M542
M204 S190
M227 P177 S444
M552 P700 S80
M543
G92 E0****************************
G1 X-17.83 Y2.98 Z0.6 E0 F12000
G1 X-17.83 Y2.98 Z0.35 E0 F6
G1 E0.06 F6000
G1 X-37.16 Y22.31 E0.0922 F900**********************
G1 X-33.7 Y22.39 E0.0962***************************
G1 X-17.83 Y6.51 E0.1227*******************************

Help !!!!!

Thank you

Yves
jonny.m
Posts: 45
Joined: 09 Mar 2015, 14:44

Re: G-Code for CubexDuo With KL beta2.2 and UniversalCmod

Post by jonny.m »

Hi Yves

Please post the .stl file you sliced and the .bfb and .bfb.bak files that have been created with Kisslicer/Cubeitmod.

Is your Kisslicer set up like this:
Firmware.png
Firmware.png (16.95 KiB) Viewed 3806 times
Firmwaretype is Bits from Bytes Printers, the correct CubeitMod file needs to be selected as Postprocessor on the Firmware Tab, Include Comments and Use M228 selected
ExtruderHardware.png
ExtruderHardware.png (20.41 KiB) Viewed 3806 times
Gain Values 0.0225 on Extruder Hardware Tab

Check all G-Code Tabs to look as follows:
Prefix.png
Prefix.png (11.49 KiB) Viewed 3806 times
^Firmware:V1.07
; [mm] mode
G21
; absolute mode
G90
SelectWarm.png
SelectWarm.png (10.72 KiB) Viewed 3806 times
; Select extruder, warm, purge

; BfB-style
M542
M<EXT+1>04 S<TEMP>
M55<EXT+1> P700 S80
M543
WarmSame.png
WarmSame.png (10.45 KiB) Viewed 3806 times
; Select extruder, warm, purge

; BfB-style
M542
M<EXT+1>04 S<TEMP>
M55<EXT+1> P700 S80
M543
CoolSame.png
CoolSame.png (10.39 KiB) Viewed 3806 times
; Select extruder, cool, purge

; BfB-style
M542
M<EXT+1>04 S<TEMP>
M55<EXT+1> P700 S80
M543
CoolRetire.png
CoolRetire.png (9.42 KiB) Viewed 3806 times
; Guaranteed same extruder, cooling down

; BfB-style
M<EXT+1>04 S<TEMP>
Postfix.png
Postfix.png (6.79 KiB) Viewed 3806 times
M103
M104 S0
M204 S0
M304 S0


If not, change the settings and try again.

Regards,
Tobi
yvessavard053
Posts: 15
Joined: 02 Apr 2015, 12:46

Re: G-Code for CubexDuo With KL beta2.2 and UniversalCmod

Post by yvessavard053 »

Hi Tobi !! :mrgreen:

I have followed yours instructions !!

Changed for Bits for Bytes printers
Cubeltmon5B3
AND FOR POSTFIX M103
M104 S0
M204 S0
M304 S0

and now I'm happy with your help
My CubexDuo work very well...only I need now making good finetuning for printing

Thanks a lot for your help....I'm leaving crazy times for enjoy timessss !!! :D

Best Regards

Yves
jonny.m
Posts: 45
Joined: 09 Mar 2015, 14:44

Re: G-Code for CubexDuo With KL beta2.2 and UniversalCmod

Post by jonny.m »

Nice to hear, very good !!!

If you are using CubeitMod5B3 you need to set the Prefix Tab correctly. Exactly as shown here:
Prefix.png
Prefix.png (11.49 KiB) Viewed 3800 times
Copy and Paste this:

^Firmware:V1.07
; [mm] mode
G21
; absolute mode
G90
; Shift = 0
; HighLimit = 1.05
; Exp = 1.1
; MinLength = 0



Regards,
Tobi
yvessavard053
Posts: 15
Joined: 02 Apr 2015, 12:46

Re: G-Code for CubexDuo With KL beta2.2 and UniversalCmod

Post by yvessavard053 »

Hi Tobi..

Yes I was have this in* print gcode-prefix *

Thanks again

Best Regards

Yves
jonny.m
Posts: 45
Joined: 09 Mar 2015, 14:44

Re: G-Code for CubexDuo With KL beta2.2 and UniversalCmod

Post by jonny.m »

Sorry, forgot to mention two more things: If using Kisslicer B2.20 in conjunction with CubeitModV5B3 select the language file (CubeitModV5B3.po) you downloaded with CubitMod. Save the file in the Kisslicer directory, in Kisslicer go to "Preferences" -> "Languages" -> "Load a Language File" and select it.

Then one very important thing is to set the Max Speed in the Matl Tab to a quite high value. Lets say 200mm/s. This value always has to be higher than the highest speed you set on the Printer Speed Tab. Otherwise you can get very bad printing results.

Regards,
Tobi
yvessavard053
Posts: 15
Joined: 02 Apr 2015, 12:46

Re: G-Code for CubexDuo With KL beta2.2 and UniversalCmod

Post by yvessavard053 »

Hi Tobi !!

For language I don't forgetted for it...the *.po instaled in same time of cubitltmod file ;)

About max flow filament I didn't know that before your reply me !!!

Thanks a lot

When i printed my project I saw have more precision wiht KissLicer than CubifyPrint software

Best Regards

Yves
Post Reply