Did you test the latest bugfix-2.0.x code?
Yes, and the problem still exists.
Bug Description
I enabled meatpack support with #define MEATPACK_ON_SERIAL_PORT_2 but M115 returns Cap:MEATPACK:0.
If I enable meatpack plugin in OctoPrint it can't connect to printer until I disable plugin.
Relevant sections of config file (I didn't change these by myself. It is taken from configuration example for Artillery Ruby board):
#define SERIAL_PORT -1
#define SERIAL_PORT_2 1
#define BAUDRATE_2 115200 // Enable to override BAUDRATE
Bug Timeline
No response
Expected behavior
I expect meatpack to be enabled for virtual serial port on USB connection and be able to connect to printer using OctoPrint with meatpack plugin.
Actual behavior
Meatpack doesn't seem to be enabled and OctoPrint stops connecting when meatpack plugin is enabled.
Steps to Reproduce
- Compile Marlin with meatpack support
- Turn on printer
- Connect to printer using OctoPrint
Version of Marlin Firmware
2.0.9.3
Printer model
Artillery Genius Pro
Electronics
Stock Artillery Ruby board
Add-ons
Alwinner A13 SBC with OctoPrint installed
Bed Leveling
ABL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
OctoPrint
Additional information & file uploads
I connected filament runout sensor to endstop connector for Z-axis and modified pins_ARTILLERY_RUBY.h to accommodate for those changes.
Did you test the latest
bugfix-2.0.xcode?Yes, and the problem still exists.
Bug Description
I enabled meatpack support with
#define MEATPACK_ON_SERIAL_PORT_2butM115returnsCap:MEATPACK:0.If I enable meatpack plugin in OctoPrint it can't connect to printer until I disable plugin.
Relevant sections of config file (I didn't change these by myself. It is taken from configuration example for Artillery Ruby board):
Bug Timeline
No response
Expected behavior
I expect meatpack to be enabled for virtual serial port on USB connection and be able to connect to printer using OctoPrint with meatpack plugin.
Actual behavior
Meatpack doesn't seem to be enabled and OctoPrint stops connecting when meatpack plugin is enabled.
Steps to Reproduce
Version of Marlin Firmware
2.0.9.3
Printer model
Artillery Genius Pro
Electronics
Stock Artillery Ruby board
Add-ons
Alwinner A13 SBC with OctoPrint installed
Bed Leveling
ABL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
OctoPrint
Additional information & file uploads
I connected filament runout sensor to endstop connector for Z-axis and modified
pins_ARTILLERY_RUBY.hto accommodate for those changes.