HeiV
This user hasn't shared any profile information
Posts by HeiV
Retrait du filament après une impression
0Pour effectuer le retrait automatique du filament après une impression, il suffit de rajouter le code suivant dans le GCODE de fin d’impression:
G1 E-30 F300
G1 : Mouvement
E-30 : Extrude – 30mm
F300 : Vitesse 300mm/min
Définition du proxy sur une machine Linux
0Contexte
Pour accéder à Internet depuis un réseau local, il faut parfois définir le proxy HTTP.
Pour PEAR
Lancer la commande :
pear config-set http_proxy "http://LOGIN:MOT_DE_PASSE@IP_SERVEUR:PORT_PROXY"
Pour WGET
Editer le fichier ~/.wgetrc et insérer à la fin :
http_proxy=http://sesame.efs.sante.fr:8080/ https_proxy=http://sesame.efs.sante.fr:8080/ use_proxy=on
Pour Bash
Editer le fichier ~/.bashrc et insérer à la fin :
export HTTP_PROXY='http://sesame.efs.sante.fr:8080/' export FTP_PROXY='http://sesame.efs.sante.fr:8080/'
version 0.3.3.4 of Plugin WordPress / Gallery3 is out
1Edit : The v0.3.3.3 contains a bug, please upgrade to v0.3.3.4.
This version (0.3.3.3) provides compatibility with the new version of WordPress : 3.9 .
That’s it.
Etanche ?
0Est-ce qu’une borne d’accès à un parking payant est étanche ?
Non … mais avec une “cagoule” en sac poubelle oui …
Les dites bornes sont celles du parking payant du CHU Félix Guyon… Toutes neuves !
version 0.3.3.2 of Plugin WordPress / Gallery3 is out
2In order to provide a respond of a requested feature of ariel, a new version is out : version 0.3.3.2 and you will find in this update :
- Bug fix : Correct a bad link in the single_img skin.
- Single_img skin has a new option (see settings) : if you set directLink to yes, the skin make a link to the Gallery3′s webpage of the selected object.
Plugin WordPress / Gallery3 and WP 3.5
2After testing the compatibility between the latest releases of WP (v3.4 & 3.5) and the v3.3.1 of my plugin, I found nothing.
I will begin the dev of the next version soon.
I wish you to spend new Year holidays.
version 0.3.2 & 0.3.3 for bug fixes
15I released some bug fixes with a new patch of the heiv-gallery-3 plugin :
- if album has only 1 picture, the rendering doesn’t show the cover
- Skins dir_table :
- fix some propertys of css
- plural of label “item” is ok now
- The inclusion of librarys was bugged and produced error in trace log
- Use of the HTTP_Request2 in the Test Settings function
If you see a bug, let me a comment on this news.
Update of 0:56 AM.