t-oster / LibLaserCut

a platform independant library to control Lasercutters. This is the base library for VisiCut
http://visicut.org
Other
59 stars 55 forks source link

exportet file for Ruida is named .ruida instead of .rd #183

Closed mayermakes closed 1 year ago

mayermakes commented 1 year ago

for file upload method if you execute a job for a ruida based machine the generated file is called $jobname.ruida but should be $jobname.rd renaming the file makes the file readable on the cutter, so it looks like a simple fix.

mgmax commented 1 year ago

@kkaempf can you please have a look?

kkaempf commented 1 year ago

It's not entirely clear to me which part requires the .rd extension. @mayermakes can you elaborate ?

mayermakes commented 1 year ago

the generated file gets copied onto a usb stick and taken to the lasercutter. the ruida controller can only detect/read it ,if its name is $jobname.rd currently the out put is $jobname.ruida, which can't be processed by the controller.