• 1 Post
  • 30 Comments
Joined 3 years ago
cake
Cake day: December 29th, 2023

help-circle
  • For my Kobo I’ve mostly used Anna’s Archive and then converted epub from there into kepub format with Calibre; just need to rename the file to the epub file extension afterward (I usually keep both like My book.kepub.epub for my own reference).

    Edit: MyAnonaMouse is indeed a great community as others have said though I found their selection to not be as good though that might be biased to the topics I prefer to read.


  • Update: wire arrived today and it was NOT a match. The X Limit Switch wire has a white label with an X and while 1 end is correct the other is wrong. Creality support did eventually get back with me and said it was the cutter detection cable with SKU 3103110734 so guess I’m set back another 3 weeks ordering the other wire variations from DREMC. In hind sight I should have gone ahead and ordered 1 of each to be sure; oh well.


  • Creality store support said they don’t have the part and directed to main Creality support email

    Creality support email said to try Amazon, Alibaba or Aliexpress - no luck on any of those

    Ordered a replacement from a site in Australia (only place I’ve found so far that carries it) and will likely attempt to repair the wire while I wait for it to arrive














  • We share a single PC account and do exactly this to easily separate our profiles; here’s what I have for my launcher for example:

    [Desktop Entry]
    Version=1.0
    Name=David-Firefox
    Comment=Browse the World Wide Web
    GenericName=Web Browser
    Keywords=Internet;WWW;Browser;Web;Explorer
    Exec=firefox %u -P David --class Davidfox
    Terminal=false
    X-MultipleArgs=false
    Type=Application
    Icon=/home/david/Launchers/Firefox/Firefox-David.png
    Categories=GNOME;GTK;Network;WebBrowser;
    MimeType=
    StartupNotify=true
    Actions=NewWindow;NewPrivateWindow;ProfileManager;
    
    [Desktop Action NewWindow]
    Name=Open a New Window
    Exec=firefox -P David --class Davidfox -new-window
    
    [Desktop Action NewPrivateWindow]
    Name=Open a New Private Window
    Exec=firefox -P David --class Davidfox -private-window
    
    [Desktop Action ProfileManager]
    Name=Open the Profile Manager
    Exec=firefox -ProfileManager --class Davidfox
    

    Here I’m using a custom icon to help tell our profiles apart on our dock and use a custom window class so each profile’s windows will group with each other as well.