We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
i haven't dealt with java in a log time, so it may totally be my fault. By when i try to compile the project with IntelliJ i always end up with
C:....\bambu-farm-main\bambu\src\main\java\com\tfyre\bambu\printer\BambuPrinter.java:3:29 --> import com.tfyre.bambu.model.BambuMessage:
java: Package com.tfyre.bambu.model ist not available
The text was updated successfully, but these errors were encountered:
Its a multi module project, please make sure you build the entire project.... BambuMessage is something that is generated by the Protobuf processor.
BambuMessage
Sorry, something went wrong.
No branches or pull requests
Hi,
i haven't dealt with java in a log time, so it may totally be my fault. By when i try to compile the project with IntelliJ i always end up with
C:....\bambu-farm-main\bambu\src\main\java\com\tfyre\bambu\printer\BambuPrinter.java:3:29
--> import com.tfyre.bambu.model.BambuMessage:
java: Package com.tfyre.bambu.model ist not available
The text was updated successfully, but these errors were encountered: