Back to #3dprinting after a few years. The old trusty #CR10 is back in action. Now I need to print a dozen things for my printer. This is how 3D printing works.
Rejoice with me, for my budget 3D printer that is so old you can't even get firmware for it is ALIVE AGAIN.
Huge thanks to @linux_mclinuxface and @FritzAdalis for pointing me toward Klipper, which produced results almost immediately. Within a day things were basically working. Another day and they're working pretty well!
Also thanks to @John and @teotwaki gave me important (no, really) emotional support.
I love 3D printing. I know it is not original or interesting to love it; I still do. I don't often make functional things; often I just make cool doodads. It brings me joy.
#Cura has a plugin to display the filename on the #CR10 screen.
But… on my CR10 it doesn't scroll to see the layer number!
So here is a #bash one-liner #hack to fix that, with a bonus sound added every layer.
~~
#!/bin/bash
# M117 Printing CCR10M_filename - Layer 1 of 190 [ORIGINAL LINE]
# M300 S440 P100 [SOUND]
# M117 Layer 1 of 190 [TEXT]
sed -E "s/M117 Printing.*Layer/\nM300 S440 P100\nM117 Layer/" < $1 > $2
~~
Use:
script_name original.gcode new.gcode
#mastofficina 🛠️ #workshop #3DPrinting #CR10 #hack
[SOLVED]
The adjustable z axis spacer on the CR-10.
[RISOLTO]
Il distanziatore regolabile sull'asse Z della CR-10.
#mastofficina 🛠️ #workshop #3DPrinting #CR10
UPDATE: the previous #hack has an issue: the nut keeping the stop on the plate rubs on the vertical rail.
Have to find another place: more in the image description.
~~
AGGIORNAMENTO: l'idea precedente ha un problema: il dado che tiene il fermo sfrega contro la rotaia verticale.
Devo spostarlo: spiegone nella descrizione immagine.
#mastofficina 🛠️ #workshop #3DPrinting #CR10 #hack
Adjustable height stop, just in case you have printing surfaces with different thicknesses and the springs below the table are totally compressed so you can't no more lower it.
~~
Fermo altezza regolabile, per quando avete superfici di stampa con spessori diversi e le molle sotto alla tavola sono tutte schiacciate e non potete abbassare di più il piano.