Link to this comparison view

Both sides previous revision Previous revision
Previous revision
Next revision Both sides next revision
tools:digitalfabrication:3dprinters:home [2020/01/19 19:35]
tools:digitalfabrication:3dprinters:home [2020/08/26 18:49]
jabelone [Octoprint Configurations]
Line 43: Line 43:
 ==== Octoprint Configurations ==== ==== Octoprint Configurations ====
 Octoprint is set up on each machine to use Cura as its slicer. ​ Octoprint is set up on each machine to use Cura as its slicer. ​
 +<del>
 The slicing profiles for each machine are stored in their own **branches** in this github repo:  The slicing profiles for each machine are stored in their own **branches** in this github repo: 
-[[https://​github.com/​HSBNE/​RepRap-Configurations|Configuration files for our 3D printers]] +[[https://​github.com/​HSBNE/​RepRap-Configurations|Configuration files for our 3D printers]]</​del>​ 
 +This used to be the case but hasn't been updated in a while. If you'd like to fix this please let us know!
 ==== Cron Job ==== ==== Cron Job ====
 This cron job will remove all print files older than 7 days. Without it, the Octoprint interface fills up very quickly. It's here for reference: This cron job will remove all print files older than 7 days. Without it, the Octoprint interface fills up very quickly. It's here for reference:
 <​code>#​ Remove all stl/gcode files older than 7 days <​code>#​ Remove all stl/gcode files older than 7 days
 0 0 * * * find /​home/​pi/​.octoprint/​uploads -mindepth 1 -mtime +7 -delete</​code>​ 0 0 * * * find /​home/​pi/​.octoprint/​uploads -mindepth 1 -mtime +7 -delete</​code>​
  • tools/digitalfabrication/3dprinters/home
  • Last modified: 12 months ago
  • by bwilkins