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

too few arguments to function 'void _lcd_move_e(int8_t)' #4495

Closed
fabtopia opened this issue Aug 1, 2016 · 6 comments
Closed

too few arguments to function 'void _lcd_move_e(int8_t)' #4495

fabtopia opened this issue Aug 1, 2016 · 6 comments

Comments

@fabtopia
Copy link
Contributor

fabtopia commented Aug 1, 2016

With the following settings in configuration.h

// This defines the number of extruders
// :[1,2,3,4]
#define EXTRUDERS 2

// For Cyclops or any "multi-extruder" that shares a single nozzle.
#define SINGLENOZZLE

I get an error "too few arguments to function 'void _lcd_move_e(int8_t)'"

changing it to 
// This defines the number of extruders
// :[1,2,3,4]
#define EXTRUDERS 1

// For Cyclops or any "multi-extruder" that shares a single nozzle.
//#define SINGLENOZZLE

There is no problem. But then i can't use my cyclops...

@ghost
Copy link

ghost commented Aug 1, 2016

Probably PR #4491 (Use a default argument in _lcd_move_e) will fix it.

@lavato
Copy link

lavato commented Aug 1, 2016

Probably PR #4491 (Use a default argument in _lcd_move_e) will fix it.

for me, it did not.

@fabtopia
Copy link
Contributor Author

fabtopia commented Aug 2, 2016

After the last RCBugFix with #4491 there is at the repaire menu the move "extruder," "extruder 1" and "extruder 2". I think there is one to many ("Extruder")

@ghost
Copy link

ghost commented Aug 4, 2016

there is at the repaire menu the move "extruder," "extruder 1" and "extruder 2".

It seems that it's intentional.
#4491 (comment)

@fabtopia
Copy link
Contributor Author

fabtopia commented Aug 4, 2016

Oke, I get the idea of @thinkyhead behind it, but then the text "Extruder" could better be changed in "Extruder Actief" or "Extruder Current" of something like that.

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants