Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heightmap feature is broken (this is a raspberry related issue!) #1

Closed
simonCor opened this issue Apr 5, 2020 · 2 comments
Closed

Comments

@simonCor
Copy link

simonCor commented Apr 5, 2020

It seems, that the raspberry pi has an issue only happening on the rpi.

Test on a rpi4 (did the same on an x86 linux system - no problem there).

The heightmap feature always returns an error 22 from grbl when Probe is executed. AFAIK error 22 means that the feedrate was not set.

How reproduce:

  • Load an .nc file
  • Click on Create in Heightmap drawer
  • Click on Auto in Border (other values do not matter)
  • Click on Probe
  • CNC starts for a second then the error is shown

Screenshot:
IMG_20200405_100513457_HDR

@simonCor
Copy link
Author

simonCor commented Apr 5, 2020

Solved it: It seems to be a problem with the default settings.

In the settings is setting for the feedrate when creating the heightmap - this is set to 0.

@pihnat
Copy link
Owner

pihnat commented Apr 5, 2020

Hi Simon,
Glad to hear it was easy to fix. I'd be surprised if the raspi version didn't behave the same as the Linux version. BTW after I built the raspi version of Candle in qt I noticed there was no settings.ini file (of course). When Candle is run the first time it creates the file with default settings. For example all the colours in the 3D window are black. So I created a settings file which has some reasonable colours, a serial port with the grbl baud rate of 115200, etc and included it in the Candle_x_x_x.zip file.

@pihnat pihnat closed this as completed Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants