Skip to content

Software for the Automated Heating System for the Original Prusa Enclosure. You might also want to check out the related PCB design: https://github.com/ttomasini/automated-enclosure-heater-pcb

License

Notifications You must be signed in to change notification settings

ttomasini/automated-prusa-enclosure-heater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Heating System for the Original Prusa Enclosure

This repo contains the software for the Automated Heating System for the Original Prusa Enclosure, which is designed and published by me (user @lars at printables.com).

Link to the model on Printables: https://www.printables.com/model/561491

This repository contains some bug fixes, new features and is specially optimized for the Enclosure Heater PCB. Nevertheless the code can (still) be also used with the original setup from Lars. Just make sure that you are using the correct configuration.h.

It is designed to run on an Arduino Nano (the original one with an ATMega328p) as well as on Arduino Nano Every (ATMega4809), so it tries to uses little RAM while still being able to drive the 128x64px OLED display, which already eats up half of it.

Enabling serial without reducing the buffer size may result in crashes, as there is not that much RAM free then.

Thanks to @Prusa3D for designing a great enclosure and publishing STEP files of it - this project was only possible because of it.

About

Software for the Automated Heating System for the Original Prusa Enclosure. You might also want to check out the related PCB design: https://github.com/ttomasini/automated-enclosure-heater-pcb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.9%
  • C 17.1%