hey everyone,
i have downloaded the newest version of ReplicatorG "replicatorg-0017"
from http://replicat.org/download (for linux)….
and some strange problems have appeared when i tried to execute some of the programms
tools:
what i did:
1.) i'm on my linux console , i switch to the replicatorg folder
cd replicatorg-0017
2.) i start replicatorg from my console:
/disk/user/replicatorg-0017$ ./replicatorg
Xlib: extension "RANDR" missing on display "localhost:10.0".
Load file : /disk/user/towel_hook.gcode
15.07.2010 16:03:39 replicatorg.app.ui.STLPreviewPanel setScene
INFO: /disk/user/towel_hook.stl
15.07.2010 16:03:39 org.j3d.loaders.stl.STLASCIIParser2 readObjectStats
INFO: Got name ascii
15.07.2010 16:03:39 org.j3d.loaders.stl.STLASCIIParser2 readObjectStats
INFO: Parsed object name[ascii] facets 376
15.07.2010 16:03:40 replicatorg.app.MachineController <init>
INFO: Loading machine: Cupcake CNC
15.07.2010 16:03:40 replicatorg.app.MachineController loadDriver
INFO: Loading simulator.
15.07.2010 16:03:40 replicatorg.drivers.DriverFactory loadClass
INFO: Loading driver: replicatorg.drivers.gen3.Sanguino3GDriver
WARNING: RXTX Version mismatch
Jar version = RXTX-2.2pre1
native lib Version = RXTX-2.2pre2
3.) the program starts and the gui opens :) everything "seems" to be working:
it works to generate GCode from a .stl file etc
i can see the 3D picture of my object in the "model" section
4.) i go to the gui's menu to "Machine/Driver" and choose: "3-Axis Simulator"
my console output:
15.07.2010 16:07:12 replicatorg.app.MachineController <init>
INFO: Loading machine: 3-Axis Simulator
15.07.2010 16:07:12 replicatorg.app.MachineController loadDriver
INFO: Loading simulator.
15.07.2010 16:07:12 replicatorg.drivers.DriverFactory loadClass
INFO: Loading driver: replicatorg.drivers.NullDriver
5.) then i go to "GCode/Simulate" because i have nothing plugged in yet,
and just want to simulate the created GCode.
the gui says this:
[16:11:19] Simulating...
[16:11:19] Estimating build time...
[16:11:21] Estimated build time is: 1 hour, 16 minutes
[16:11:21] Beginning simulation.
[16:11:21] Done simulating.
problem: why is the simulation done after few seconds?
+ when the simulation gui opens which should probably show how the 3D picture is drawn,
the gui stays empty/white and nothing happens on it.
on top of that, my linux console starts throwing runtime exceptions and never ends
until i kill the complete process.
INFO: Simulating...
15.07.2010 16:11:19 replicatorg.app.MachineController simulate
INFO: Estimating build time...
15.07.2010 16:11:21 replicatorg.app.MachineController estimate
INFO: Estimated build time is: 1 hour, 16 minutes
15.07.2010 16:11:21 replicatorg.app.MachineController simulate
INFO: Beginning simulation.
java.lang.RuntimeException: Position reconcilliation requested, but not implemented for this driver
at replicatorg.drivers.DriverBaseImplementation.reconcilePosition(DriverBaseImplementation.java:227)
at replicatorg.drivers.DriverBaseImplementation.getCurrentPosition(DriverBaseImplementation.java:232)
at replicatorg.app.MachineController$MachineThread.buildInternal(MachineController.java:311)
at replicatorg.app.MachineController$MachineThread.run(MachineController.java:452)
java.lang.RuntimeException: Position reconcilliation requested, but not implemented for this driver
at replicatorg.drivers.DriverBaseImplementation.reconcilePosition(DriverBaseImplementation.java:227)
at replicatorg.drivers.DriverBaseImplementation.getCurrentPosition(DriverBaseImplementation.java:232)
at replicatorg.app.MachineController$MachineThread.buildInternal(MachineController.java:311)
at replicatorg.app.MachineController$MachineThread.run(MachineController.java:452)
java.lang.RuntimeException: Position reconcilliation requested, but not implemented for this driver
at replicatorg.drivers.DriverBaseImplementation.reconcilePosition(DriverBaseImplementation.java:227)
.................................
thanks in advance -
it would be great if anyone could tell me why this isn't working!
cheers
from me ;)