25 agosto 2024

Aviso importante referente ao nivelamento automatico com o comando M420 S1 Z0 ; Enable Bed Levelling Mesh no star gcode

 




Aviso importante referente ao nivelamento automatico com o comando M420 S1 Z0 ; Enable Bed Levelling Mesh no star gcode


sempre apos o g28 no marlin ele reseta os parametros da mesa então sempre tem que colocar o comando novamente do 

 M420 S1 Z0 ; Enable Bed Levelling Mesh no star gcode


no meu caso utilizo na anycubic kobra e outras

Evite sujeira de filamento na heatbed da cr10 smart e cr6 se com este gcode (Avoid filament dirt on the cr10 smart and cr6 se heatbed with this gcode)

 

 




 

Português

Evite sujeira de filamento na heatbed da cr10 smart e cr6 se com este gcode, voce esta cansado de sempre tentar iniciar a sua impressão na cr10 smart (pro) e ter sujeira de filamento na sua mesa enquanto o bico esquenta?

este gcode resolve esse problema dependendo do slicer é em uma area diferente  aonde deve inseri-lo

 creditos:

 start gcocde: https://damsteen.nl/blog/2020/10/25/creality-cr6-start-print-without-drooping

end gcode: https://gist.github.com/Sebazzz/58825c5dedcb09029fe57eec474880e9 (
Sebazzz)

 

 

Segue o código start gcode


     ; Preamble
M420 S1 ; restore abl mesh
M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate
M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
M220 S100 ;Reset Feedrate
M221 S100 ;Reset Flowrate

; Heat nozzle just enough to accurately home without drooping
M140 S50
M104 S120
M190 S50
M109 S120
M105

; - Home - this is used with the strain gauge as a zero position for the Z-offset
G28

M420 S1 Z0 ; Enable Bed Levelling Mesh



; Now we know the positions we can move out of the way and happily droop at the side of the bed
M104 S{material_print_temperature}
M140 S{material_bed_temperature}
M105

G0 Z20
G0 X0 Y0

; Now wait for the temperatures to reach
M190 R{material_bed_temperature}
M109 S{material_print_temperature}
M105

; And we can now draw our purge line
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up



 aqui é um exemplo de configurar no cura.
 





e cola nesta área escrito start gcode


para a finalização do gcode é o mesmo procedimento mas só colar no quadro da direita... lembrando que você tem que apagar o código anterior .


End Gcode


M104 S0 ; turn off temperature
M140 S0 ; turn off heatbed
M107 ; turn off fan
{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+10, max_print_height)} F600{endif} ; Move print head up
G1 X0 Y200 F3000 ; present print
M84 X Y E ; disable motors

M117 All Done
M300 S500
G1 X0 Y230 ;Present print
M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend
M140 S0 ;Turn-off bed

M117 Notifying
M300 P100
G4 P250
M300 P50
G4 P150
M300 P100

M84 X Y E ;Disable all steppers but Z

M117 kthnxbye


 

 

 

English



Avoid filament dirt on the heatbed of the cr10 smart and cr6 se with this gcode, are you tired of always trying to start your printing on the cr10 smart (pro) and having filament dirt on your desk while the nozzle heats up?
this gcode solves this problem depending on the slicer is in a different area where you should insert it
 credits:
 start gcocde: https://damsteen.nl/blog/2020/10/25/creality-cr6-start-print-without-drooping
end gcode: https://gist.github.com/Sebazzz/58825c5dedcb09029fe57eec474880e9 (
Sebazzz)
 
 
Follow the start code gcode
     ; Preamble
M420 S1 ; restore abl mesh
M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
M203 X500.00 Y500.00 Z10.00 E50.00 ;setup machine max feedrate
M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
M205 X8.00 Y8.00 Z0.40 E5.00 ;setup Jerk
M220 S100 ;Reset Feedrate
M221 S100 ;Reset Flowrate
; Heat nozzle just enough to accurately home without drooping
M140 S50
M104 S120
M190 S50
M109 S120
M105
; - Home - this is used with the strain gauge as a zero position for the Z-offset
G28

M420 S1 Z0 ; Enable Bed Levelling Mesh




; Now we know the positions we can move out of the way and happily droop at the side of the bed
M104 S{material_print_temperature}
M140 S{material_bed_temperature}
M105
G0 Z20
G0 X0 Y0
; Now wait for the temperatures to reach
M190 R{material_bed_temperature}
M109 S{material_print_temperature}
M105
; And we can now draw our purge line
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up



 here is an example of setting up in the cure.

 







and paste in this area written start gcode
for the finalization of the gcode is the same procedure but only paste in the right frame... remembering that you have to delete the previous code.
 

End Gcode
M104 S0 ; turn off temperature
M140 S0 ; turn off heatbed
M107 ; turn off fan
{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+10, max_print_height)} F600{endif} ; Move print head up
G1 X0 Y200 F3000 ; present print
M84 X Y E ; disable motors
M117 All Done
M300 S500
G1 X0 Y230 ;Present print
M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend
M140 S0 ;Turn-off bed
M117 Notifying
M300 P100
G4 P250
M300 P50
G4 P150
M300 P100
M84 X Y E ;Disable all steppers but Z
M117 kthnxbye


















































      

17 agosto 2024

solução para o wifi da cr10 smart and Pro 3d printer / solution for wifi cr10 smart and pro 3d printer

 




English

solution for cr10 smart and 3d printer wifi   

To solve the WiFi connectivity problem, download the Creality Cloud apk in version 4.4.2


https://creality-cloud.en.uptodown.com/android/download/77355376


install and carry out the qr code configuration procedures, etc., configuration will be practically instantaneous in this version


After configured and installed, perform the update procedure via wifi of the creality box



Português


solução para o wifi da cr10 smart and  impressora 3d   


para resolver o problema de conectividade do wifi baixa o apk do creality cloud na versão 4.4.2

https://creality-cloud.en.uptodown.com/android/download/77355376

instale e realize os procedimentos de configuração qr code etc, a configuração vai ser praticamente instantânea nessa versão



apos configurado e instalado realize o procedimento de atualização via wifi do creality box 

11 julho 2024

Alternativa ao Google fotos com immich (hospede voce mesmo as suas fotos)

 


O immich é uma alternativa bem interessante para o armazenamento de imagens do google fotos, praticamente voce cria um google fotos pessoal seu, só precisa criar um servidor num docker... pode ser windows, linux.... pretendo rodar num orange pi, de 120 pila esse app junto com um mini nas... tem um app de android com desenvolvimento incrivelmente ativo, com backup automatico e com organizador automatico de fotos 


acesse pelo site https://immich.app/


aqui o roadmap com as futuras atualizações

https://immich.app/roadmap/

18 junho 2024

Firmware with wifi activated in access point mode for two trees tt55 pro (Firmware com wifi ativado no modo acess point para two trees tt55 pro )


English

Firmware for the Two tress tt55 pro laser engraver in access point mode, in which you need to connect to the printer's wifi and accessing the following IP connected to it 192.168.4.1 accesses a printer's web menu with the possibility of uploading files to the her SD remotely 


procedure for updating firmware



atention this firmware only for two treess tt55 pro 


Portuguese

 Firmware para o gravador a laser Two tress tt55 pro no modo acess point, em que voce precisa conectar no wifi da impressora  e acessando o seguinte ip conectado nela 192.168.4.1 acessa um menu web da impressora com a possibilidade de fazer upload de arquivos para o sd dela remotamente 

procedimento para atualizar o firmware


atenção esse firmware é somente para two trees tt55 pro


05 abril 2024

site para colocar firmware em placas para meshtastic que sejam clones da heltec v2 pois o site oficial retorna com erro




 site para colocar firmware em placas para meshtastic que sejam clones da heltec v2 pois o site oficial retorna com erro



nesse site aqui  https://flasher.pdxlocs.com/ voce consegue flashear o firmware sem problemas nessas placas 



29 novembro 2023

Gambiarra para ajustar calibração incorreta de impressora 3d sem mexer no firmware

Gambiarra para ajustar calibração incorreta de impressora 3d sem mexer no firmware


quem estiver com problemas do tamanho do cubo de calibração e não quer mexer no firmware tem uma opção "automática" de redimensionamento no cura, ( horizontal scaling factor shrinkage e vertical scaling factor shrinkage compensation para a altura do z)  eu imprimo um cubo na impressora meço com o paquimetro e coloco a diferença na porcentagem...  vou aumentando a escala até dar os milímetros de diferença na opção escala do cura e depois transplanto os dados nessa opção do print


essa é a diferença que preciso para meu cubo ficar no tamanho certo (exemplo )



19 outubro 2023

Atualização de firmware para lcd Bigtreetech tft24 v.1.1

 Portuguese

tive uma extrema dificuldade em achar os arquivos para o tft 24 para atualiza-lo segue aqui os arquivos 

somente extraia os arquivos no sd

English
I had extreme difficulty finding the files for TFT 24 to update it, follow the files here
you only need to extract the archives on sd folder


link https://drive.google.com/file/d/1Cl89eHvQLeAWgjNtRqAEsF-Beo0cQKcH/view?usp=drive_link

13 setembro 2022

Sjrc F11S app modificado para voar mais de 3km e a 500m versão sjrc free rus 2.6.0 menus em portugues

app (Apk) modificado para o drone Sjrc F11S que habilita funções extras ao drone como voar alem de 3km, habilitar voos de 500metros de altura se seu país permitir e um app mais leve de rodar que o convencional

todos os menus estão em portugues , os audios de alguns avisos estão em russo nada que interfira, creditos ao autor que criou o apk



Link do apk



nova versão do apk do sjrc free para drones sjrc f11s versão em portugues

27 março 2022

Suporte para baterias li-ion 18650 para projetos em 3d / Li-ion 18650 battery holder for 3d projects

 


projeto simples de carregador de bateria ou suporte para segurar uma bateria de litio 18650, voce pode usar  tiras de niquel ou papel aluminio se quiser prototipar rapidamente, modifiquei um projeto do thingverse  (assim que localizar o autor original coloco os creditos aqui)


é possivel colocar placa controladora de power bank ou o modulo tpl4056 a ideia do sistema é ser modular

english

simple battery charger or stand design to hold an 18650 lithium battery, you can use nickel strips or aluminum foil if you want to prototype quickly, I modified a thingverse project (once I find the original author I'll put the credits here) it is possible to put a power bank controller board or the tpl4056 module the idea of ​​the system is to be modular

download link  https://www.thingiverse.com/thing:5332554


14 março 2022

libre pilot installer cc3d and others and openpilot for drone controller (old)





 tried to search for open pilot and librepilot at official site but the links are offline 


here is the download link for the applications



in the download link have libre pilot installer, openpilot installer and cc3d original firmware

downoad link https://drive.google.com/drive/folders/1rJWpt_Ltmj9zVvZVNbyUy_n9XnvLbvCY?usp=sharing



31 dezembro 2020

anet a8 plus to use bowden extruder and all metal hotend on cura gcode ate end to prevent clogs

the command to use a bowden extruder on anet a8 plus at end gcode (end of printing to prevent clogs)

on all metal extruder

the command line in blue in this screen 


or copy this command line


M104 S0

M140 S0

G92

G1 F2000

G28 X0 Y0






 

17 setembro 2020

mp7 airsoft tappet plate repair 3d print (aep version ) Skorpion, mac10, uzi and others aeps that use the same tappet plate

if anyone need a tappet plate to mp7, mac10, skorpion aep i made a remix on a model in thingiverse that works fine now tested now 3 mags i printed in petg but i recommend to use nylon and two little metal nails 


(to put in tappet you need to heat the nail) the heat nail prevent the tappet 3d print to delaminate


mp7 with little tab print in this orientation and glue the the tab at correct angle


print with 100% infil only petg or nylon (abs is not strong )

Portuguese


se alguem precisar de uma tappet plate para mp7, mac10, skorpion aep fiz um remix de um modelo do thingiverse que funciona bem, testei agora 3 mags imprimi em petg mas recomendo usar nylon e dois pregos de metal bem pequenos ou arame

(para colocar no tappet você precisa aquecer o prego) o prego de aquecimento evita que o tappet impressão 3d delamine tem uma pequena peça que esta separada que deve ser colada junto no angulo correto imprimir com 100% infil apenas petg ou nylon (abs não é forte)

in detail the metal pins  
portuguese: no detalhe os pinos de metal





link to file  / link para o arquivo

https://www.thingiverse.com/thing:4599770

13 abril 2020

ezt t1, sinis t1 e similares ajuste da heatbed / heatbed new ajustment type

esquema para deixar a mesa de ezt t1 sinis t1 etc sempre corretamente ajustada de forma facil
voce vai precisar de um parafuso mais longo que o original de preferencia atravesse a parte de acrílico, cada base de fixação vai usar 2 porcas uma para comprimir contra a heatbed, para ficar bem presa o parafuso nao pode se mover,
abaixo dele a mola uma peça em 3d (ajuste de heatbed de impressora cartesiana que tem um espaço para colocar uma porca) abaixo disso voce precisa de uma peça colada abaixo da base de acrilico para o parafuso correr livremente (essa peça serve para o parafuso não ficar inclinando caso o buraco no acrilico seja maior)



english


heatbed of ezt t1 sinis t1 etc always adjusted correctly in an easy way


you will need a screw longer than the original preferably through the acrylic part, each fixing base will use 2 nuts one to compress against the heatbed, to be firmly attached the screw cannot move, below it the spring a piece in 3d (heatbed adjustment of Cartesian printer that has a space to put a nut) below that you need a piece glued below the acrylic base for the screw to run freely (this piece is for the screw not tilting if the hole in the acrylic is bigger)
a parte impressa em 3d é esta / the 3d printed part
https://www.thingiverse.com/thing:2167122https://www.thingiverse.com/thing:2167122
use the spacer of this archive below the acrilic base (glued)

04 setembro 2019

3d printer EZT t1 delta Config cura 3d / Configurações impressora 3d


trouble printing on small areas on cura 3d
(English)
for those who are having trouble printing small details on ezt t1 especially with abs (I don't know if that happens with pla) in areas with small details apparently extrusion is low ... but it seems like a slicer mistake saw about it in reddit just change the way the slicer fills the top and the bottom layer and a bonus z hop that jump the nozzle to move between the print areas to not hit anything ... originally on ezt 1 is too slow ... here is a small configuration that makes it very fast

(Portuguese)
para quem esta com dificuldades para imprimir pequenos detalhes na ezt t1 principamente com o abs (não sei se isso ocorre com o pla) nas areas com pequenos detalhes aparementemente a extrusão é baixa... mas parece que é um erro do slicer vi sobre isso no reddit é só mudar a forma como o fatiador preenche a top e a bottom layer e um bonus o z hop aquele pulo que o bico da para mover entre as areas de impressão para nao bater em nada... originalmente na ezt 1 é muito lento... aqui tem uma pequena configuração que deixa o mesmo bem rapido

(english)          here some aditional configurations 
(portuguese)    aqui algumas configurações adicionais

Click on image to expand

One thing you need to change is the retraction distance to 6.4 and retraction speed to 25 m/s

unica coisa que voce precisa trocar é a distancia de retração para  6.4 e o retraction speed para  25/ms


Perfect First Layer (English)



I followed the tip of this page here and it worked (https://3dprinterwiki.info/tips/first-layer-settings/) in the layer height area in the cure you go in the advanced option and arrow in the cure first layer height here a little table that I took the page



For a 0.30mm layer height, use 0.27mm Initial Layer Thickness.
For a 0.25mm layer height, use 0.23mm Initial Layer Thickness.
For a 0.20mm layer height, use 0.18mm Initial Layer Thickness.
For a 0.15mm layer height, use 0.14mm Initial Layer Thickness.
for a 0.10mm layer height, use 0.09mm Initial Layer Thickness.



in my case I used the layer height of 0.20 and put it on first 0.18 you need to recalibrate your bed




First Layer perfeita  (portugues)

segui a dica dessa pagina aqui e deu certo (https://3dprinterwiki.info/tips/first-layer-settings/) na area do layer height no cura voce vai na opção avançada e seta no cura first layer height aqui uma tabelinha que peguei na pagina

For a 0.30mm layer height, use 0.27mm Initial Layer Thickness.
For a 0.25mm layer height, use 0.23mm Initial Layer Thickness.
For a 0.20mm layer height, use 0.18mm Initial Layer Thickness.
For a 0.15mm layer height, use 0.14mm Initial Layer Thickness.
for a 0.10mm layer height, use 0.09mm Initial Layer Thickness.

no meu caso usei a layer height de 0.20 e coloquei la na first 0.18 voce vai precisar recalibrar a heatbed

14 julho 2019

structural reinforcement on top of printer ezt t1 ezt3d t1 delta

reforço estrutural na parte superior da impressora ezt t1 ezt3d t1 delta



English
Structural reinforcement at the top of the printer ezt t1 ezt3d delta t1 need bolting nuts for openbuilds profile
need m4 bolts and nuts to hold the top ... but I did not buy a little bit bigger than the piece of acrylic along with the piece printed in 3d
print with a high infill for the part in deforming with the nuts


Portuguese
reforço estrutural na parte superior da impressora ezt t1 ezt3d t1 delta necessita de parafusose porcas para o perfil openbuilds
precisa de parafusos m4 e porcas tambem para segurar a parte superior... mas eu não medi compre um pouco maior que a peça de acrilico junto com a peça impressa em 3d
imprima com um infill alto para a peça na deformar com as porcas

link do thingverse: https://www.thingiverse.com/thing:3747401

ezt t1 - ezt3d delta redutor de backlash (vibração and ruídos) Backlash reducer (vibration and noises)

Redutor de backlash para deltas esse fica um pouco grande usei uma gota de Bonder para segurar num lugar e usei uma mola leve só para apertar levemente agora nao tem mais os ruidos nos braços da delta em movimentos rapidos


english: Backlash reducer for deltas that piece is little bigger than the arms i used a drop of Bonder to hold in place and I used a lightweight spring just to squeeze lightly
now there are no more noises in Delta's arms in fast movements


24 maio 2019

Resolvendo Problemas de união das linhas na primeira camada tronxy x1 (Solving Problems of union of the lines in the first layer)

( Portuguese)
Resolvendo o problema da primeira camada na tronxy x1 algo até bem simples de se resolver, aqui nesse caso voce utiliza um bico de 0.4mm o que voce faz é simplesmente no slicer coloca-lo um pouco menor por ex 0.38 e os problemas de acabam

Voce vai na opção wall line width e coloca 0.38 (caso voce utitlize o bico de 0.4mm se usar um de 5mm voce coloca 0.48 etc)

no cura nas opções avançadas voce clica na engrenagem e procura no campo infill line width
 e coloca os valores citados acima... na imagem como estou usando 0.4 coloquei 0.38

(English)

Solving the problem of the first layer in the x1 tronxy something very simple to solve, here in this case you use nozzle of 0.4mm what you do is simply in the slicer puts it a little smaller by ex 0.38 and the problems end up

You go in the wall line width option and put 0.38 (if you utitlize the nozzle of 0.4mm if you use one of 5mm you place 0.48 etc)



no cure in the advanced options you click on the gear and look in the field infill line width


 and puts the values ​​quoted above ... in the image as I'm using 0.4 nozzle put 0.38



(Portuguese)
E para melhorar o preenchimento nas camadas de cima recomendo essa opção chamada infill overlap faz o infill pegar um pouco da parede e fica uma impressão mais firme (essa opção voce acha na engrenagem nas configurações avançadas)

(English)

And to improve the fill in the upper layers I recommend this option called infill overlap makes the infill pick up a little from the wall and gets a firmer impression (this option you find in the gear in the advanced settings)



(Portuguese)
Outra opção interessante a se ativar é a Z hop que faz o bico se levantar quando vai imprimir em areas separadas mas voce tem que calibrar o seu retraction distance até q não tenha mais fios

(English)
Another interesting option to activate is the Z hop that makes the nozzle get up when it will print in separate areas but you have to calibrate your retraction distance until you have no more wires