Skip to content

Instantly share code, notes, and snippets.

View jplana's full-sized avatar

Jose Plana jplana

  • Telefonica Digital España.
  • Madrid
  • X @jplana
View GitHub Profile
@LongLiveCHIEF
LongLiveCHIEF / hemera_extruder_tips_and_gotchas.md
Last active April 9, 2023 21:21
Hemera Extruder Assembly Tips and Gotchas

I got the E3D Hemera (formerly called the Hermes) a week ago, and at first glance was impressed by the amount of documentation/guides E3D worked with popular YouTubers to create.

However, as time went on with my install, I discovered each guide was missing critical information, had bits of information incorrect, or included firmware files in a old or flattened format, making it difficult to discern firmware changes required.

I'm very familiar with Marlin 2.x, and so I finally decided to just go straight to the Hemera Datasheet, and finally got things working.

I'm not going to do a full guide, since I'm hoping one of the popular YouTubers who is capable of a high production quality video will do a comprehensive guide, but I have put together the following tips and lessons learned that should help some of you who are struggling but can't figure out why things aren't working.

*For reference: I have an Ender 3 with an SKR 1.3 using Marlin 2.x, equipped with TMC

@araa47
araa47 / PyNixDirEnvReadme.md
Last active February 8, 2024 10:51
Python3 Dev Environment with Pipenv using Nix and direnv for Linux and macOS

System Set-Up

  1. Install nix on your system curl https://nixos.org/nix/install | sh
  2. . ~/.nix-profile/etc/profile.d/nix.sh
  3. Install direnv nix-env -i direnv
  4. Add hook into shell by running eval "$(direnv hook bash)" , you will need to add this to .bash_profile to make it presistant

Project Set-Up

Create a shell.nix file in your project with the following content. This has python 3.7 and pipenv as buildInputs

@schmurfy
schmurfy / gist:3199254
Created July 29, 2012 14:33
Install pandoc Mac OS X 10.8
# Install MacTex: http://mirror.ctan.org/systems/mac/mactex/mactex-basic.pkg
$ sudo chown -R `whoami` /usr/local/texlive
$ tlmgr update --self
$ tlmgr install ucs
$ tlmgr install etoolbox
# Install pandoc view homebrew