I have a new cubepro duo at work, and have been printing a few test objects. As seems to be the consensus, the software is pretty poor – hence why I’m here.
I’ve found the post on the refugee camp for the CodeX decoder (see here: https://groups.google.com/forum/#!topic ... MuIrtn5Mfo), and converted out .cubepro files into readable .bfb’s. I’ve started to look through the code to work out what’s what. Heres what I have already (this is the initialization code):
Code: Select all
M404 S40
^ set chamber temp to 40
M227 P250 S250 G300 F700
^ retract and reextend, global. M551 is local/one use. p for prime, s for suck, called every time a start or stop is called (M103/104). 228 turns off this modification to the start and stop codes)
M228 P0 S250
^ disable m227
M231 P0 S0
M232 P2500 S2500
M233 P1850
^home z, drop z to glue posn, display glue message and wait for ok?
M106 P100
^ fans on, max speed
G4 P0
^ dwell disabled/dwell for 0 seconds
M601 P2 S30 F5
^ fairy sure this is select tool offset 1 - the following commands use this offset when interpreting g commands. P0 is extruder 1, P2 is extruder 2. s30 and F5 don't change between tools
M228 P0 S1
^ disable m227
M227 P1 S1 G1000 F1000
^ change global retract settings again
- M240 S1400
M104 S220 P1
^set extruder 1 to 220 then wait till it gets there?
M104 S250 P1
^set extruder 1 to 250 then wait till it gets there
G1 X108.000 Y136.000 Z5.2000 F750.0
^position for wipe
G1 X108.000 Y161.000 Z5.2000 F9000.0
^wipe back into bin
G1 X108.000 Y157.000 Z5.2000 F9000.0
^ bring to behind bin lip
M104 S250
^set extruder 1 to 250
M551 P1500 S50
^prime extruder 1
G1 X108.000 Y136.000 Z5.2000 F9000.0
^ wipe extrudate out off of nozzle and move out of bin
M601 P2 S30 F5
^ select extruder 1 offset again
M404 S60 P1
^ set chamber temp to 60 and wait till it gets there
M107
^fan off
Code: Select all
M228 P0 S1
M227 P1 S1 G1000 F1000
M240 S1400
M106 P100
M204 S250 P1
M104 S220 P1
M108 S18.0
M561 P450 S500
G4 P0
M601 P2 S30 F5
G1 X108.000 Y133.000 Z0.6000 F15000.0
M601 P0 S30 F5
G1 X108.000 Y157.000 Z0.6000 F9000.0
G1 X108.000 Y133.000 Z0.6000 F9000.0
M240 S1400
M204 S250 P1
G1 X118.000 Y136.000 Z0.6000 F9000.0
G1 X118.000 Y161.000 Z0.6000 F9000.0
G1 X118.000 Y157.000 Z0.6000 F9000.0
M204 S250
M552 P650 S50
G1 X118.000 Y136.000 Z0.6000 F9000.0
M601 P2 S30 F5