Replies: 1 comment 5 replies
-
I don't think it's supported in the command line. I think the rational is that you may be able to do this with a script in command line anyway. For the thumbnail, I'll look why. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've been trying to use the command line to generate large lithophane prints as the gui can freeze or crash if the lithophanes are too detailed but there are two features I can't seem to get the command line to do:
The final gcode has
; thumbnails = 48x48,300x300
so I can see it's got the right config for that in theory but the file doesn't contain any thumbnails.I can also see the --host-type flag in the command line help but nothing to tell it to use the remote host. I'm passing in the exact same 4 config files the gui is using (physical_printer, printer, print and filament) via the
--load
flag so it should have the right host settings.Thanks for any help!
The exact command I'm using is:
Beta Was this translation helpful? Give feedback.
All reactions