You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
The problem is moonraker not extract infromation as layer numbers or thumbnail form gcode generated in Creality Print.
Describe the solution you'd like
Adding support for gcode Creality Print slicer as PrusaSclier alias in /usr/data/moonraker/moonraker/moonraker/components/file_manager/metadata.py
in class PrusaSlicer aliases = { ... 'Creality': r"Creality_Print\s(.*)\son", }
Describe alternatives you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
The problem is moonraker not extract infromation as layer numbers or thumbnail form gcode generated in Creality Print.
Describe the solution you'd like
Adding support for gcode Creality Print slicer as PrusaSclier alias in
/usr/data/moonraker/moonraker/moonraker/components/file_manager/metadata.py
in class PrusaSlicer
aliases = { ... 'Creality': r"Creality_Print\s(.*)\son", }
Describe alternatives you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: