LaosLaser / Firmware

Embedded software (firmware) for the laser system and components, including configuration files
27 stars 27 forks source link

Origin function does not work #19

Open TheGuv opened 10 years ago

TheGuv commented 10 years ago

Setting the origin using the LCD panel menu function does appear to set the variables ofsx,ofsy,ofsz and they do appear to be used in calculations within LaosMotion.cpp. Unfortunately we can see that the job starts at physical position x=0,y=0 without taking the offset into account.

Presumably reset() gets called before each job (which zeros the offset variables) but commenting out the 'ofsx = ofsy = ofsz = 0' line results in runaway after job completion so I'm having to resort to offsetting the job in Visicut by eye.

TheGuv commented 10 years ago

http://wiki.laoslaser.org/issues/64

peteruithoven commented 9 years ago

Issue 64 is moved to github: https://github.com/LaosLaser/Firmware/issues/33