Difference between revisions of "IModela"

From Fab Lab Bcn WIKI
Jump to: navigation, search
(Controlling the Z-zero via software.)
 
(25 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This page is about the new  Roland iModela desktop cnc milling machine.  
+
This page is about the Roland iModela desktop cnc milling machine.  
  
== iModela and FabModules ==
+
= Fab Modules with iModela support =
=== Controlling the Z-zero via software. ===
+
*You can set the Z-zero on the 3D settings pop-up menu ''fab/make_png_rml/3D settings/''
+
*Roland documentation on the RML format for expanding the machine functionality defined in "fabmodules/path_rml.c". [[File:RML1 Command GuideENVer100.pdf]]
+
  
[[Category:Machines]]
+
[[File:Fab-modules-imodela.zip]]
 +
 
 +
This is a compiled version of an old version of Fab Modules ([http://kokompe.cba.mit.edu/ kokompe.cba.mit.edu]) with support for the '''Roland iModela''' ready to be deployed. (C source code is missing except for path_rml_imodela.c)
 +
 
 +
== Quick changes added to provide support for the iModela ==
 +
 
 +
This instructions are provided in order to port the changes to the current version of Fab Modules.
 +
 
 +
'''Communications'''
 +
 
 +
The iModela has a printer driver. You can add it to your computer as a regular printer and select '''"Raw queue"''' on the printer drivers. That is the same setup as for the Roland Vinyl Cutter (.camm). "Raw Queue" is by default on the drivers list on Ubuntu and under the CUPS admin in Mac OS http://localhost:631
 +
 
 +
The '''fab_send''' module knows which file to send where depending on the file extension. That is not a really good solution in the case you have two different machines which communicate different but use the same file. This is the case of the MDX-20 that runs on .rml and uses the serial port and the iModela, which uses the same [http://www.mesincuci.co/mesin-cuci-polytron-1-tabung Mesin Cuci Polytron 1 Tabung] extension but the printer driver described above.
 +
 
 +
To solve this issue in an easy but not nice [http://bismilah.xyz/pialadunia semifinal piala dunia streaming] way we used the *.imodela extension for the *.rml files we want to send to the iModela. That is not a problem because the file extension is meaningful less for the machine to operate.
 +
 
 +
To be able to create the files with another [http://www.mesincuci.co/harga-mesin-cuci-sanken-2-tabung Mesin Cuci Sanken 2 Tabung] extension we created a file called '''make_png_imodela''' which does runs the '''path_rml_imodela''' (see below about units) and saves the output with the .imodela extension. Notice that is not a clean solution for maintenance but it works.
 +
 
 +
'''Units'''
 +
 
 +
The Roland MDX-20 units are based on '''1/40 mm''', however the iModela uses a '''1/100 mm''' unit base system. This implies a small change in the '''path_rml.c'''. The new file is '''path_rml_imodela.c'''.
 +
 
 +
'''Z-Axis'''
 +
 
 +
The iModela does [http://www.mesincuci.co/harga-mesin-cuci-toshiba-2-tabung Mesin Cuci Toshiba 2 Tabung] not have physical buttons for adjusting the Z 0. This must be done by software as in the XY axis. See '''rml_moveimodela''' and '''panel_path_imodela'''. See also how the units are changed from 1/40mm to 1/100mm here also.
 +
 
 +
== Resources ==
 +
 
 +
For RML commands reference: [[File:RML1 Command GuideENVer100.pdf]]
 +
 
 +
[[Category:Old Machines]]

Latest revision as of 18:48, 11 May 2018

This page is about the Roland iModela desktop cnc milling machine.

Fab Modules with iModela support

File:Fab-modules-imodela.zip

This is a compiled version of an old version of Fab Modules (kokompe.cba.mit.edu) with support for the Roland iModela ready to be deployed. (C source code is missing except for path_rml_imodela.c)

Quick changes added to provide support for the iModela

This instructions are provided in order to port the changes to the current version of Fab Modules.

Communications

The iModela has a printer driver. You can add it to your computer as a regular printer and select "Raw queue" on the printer drivers. That is the same setup as for the Roland Vinyl Cutter (.camm). "Raw Queue" is by default on the drivers list on Ubuntu and under the CUPS admin in Mac OS http://localhost:631

The fab_send module knows which file to send where depending on the file extension. That is not a really good solution in the case you have two different machines which communicate different but use the same file. This is the case of the MDX-20 that runs on .rml and uses the serial port and the iModela, which uses the same Mesin Cuci Polytron 1 Tabung extension but the printer driver described above.

To solve this issue in an easy but not nice semifinal piala dunia streaming way we used the *.imodela extension for the *.rml files we want to send to the iModela. That is not a problem because the file extension is meaningful less for the machine to operate.

To be able to create the files with another Mesin Cuci Sanken 2 Tabung extension we created a file called make_png_imodela which does runs the path_rml_imodela (see below about units) and saves the output with the .imodela extension. Notice that is not a clean solution for maintenance but it works.

Units

The Roland MDX-20 units are based on 1/40 mm, however the iModela uses a 1/100 mm unit base system. This implies a small change in the path_rml.c. The new file is path_rml_imodela.c.

Z-Axis

The iModela does Mesin Cuci Toshiba 2 Tabung not have physical buttons for adjusting the Z 0. This must be done by software as in the XY axis. See rml_moveimodela and panel_path_imodela. See also how the units are changed from 1/40mm to 1/100mm here also.

Resources

For RML commands reference: File:RML1 Command GuideENVer100.pdf