This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. copy FoxitThumbnailHndlr_x64.dll to <foxitportablefolder>\App\Foxit Reader\plugins | |
if not already there | |
2. open terminal in admin-mode and run | |
regsvr32.exe "C:\proggis\PortableApps\FoxitReaderPortable\App\Foxit Reader\plugins\FoxitThumbnailHndlr_x64.dll" | |
with the correct path to the dll | |
3. after restart it should display the correct thumbnails | |
if not go to file-preferences-file associations-advanced and check "include preview...." | |
then klick on "make default pdf viewer" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Useful gcodes | |
M302 P[0|1] ; Allow cold extrusion | |
M303 H1 P0.4 S240 ; PID tune heater 1 using 40% PWM, quit if temperature exceeds 240C | |
M106 P1 S127 ; Fan On Sxxx speed 0-255 | |
G1 E100 F1500 ; move extruder | |
G92 Z0 ; set Z=0 - move head down to bed and set the new z=0 | |
how to set z-height bevore print | |
------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/scogswell/ArduinoSerialCommand | |
in SerialCommand.h | |
#define SERIALCOMMAND_HARDWAREONLY 1 | |
// #undef SERIALCOMMAND_HARDWAREONLY | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Der Player ist zwar sehr wählerisch, was das Format angeht, aber es funktioniert. | |
Für alle Interessierten, hier die Anleitung: | |
1. Die Software XMedia Recode (kostenlos und virenfrei z.B. bei CHIP) auf dem PC installieren | |
2. DVD/BD ins Laufwerk legen (alternativ gehen auch Dateien von Platte – siehe Programmdoku) | |
3. Im oberen Bildabschnitt den längsten Titel auswählen (bei DVDs und BDs) | |
4. Reiter „Format“: | |
. Profil: Benutzerdefiniert | |
. Format: AVI | |
. Dateiendung: avi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################################################### | |
# these are instructions for automating the suspend and shutdown of esxi vm's and host in case of a | |
# power failure. | |
# works with apc smartups 750xl and esxi 5.5u1 | |
############################################################################################################### | |
0# make a new VM and install Ubuntu-Server on it | |
1# install apcupsd | |
apt-get install apcupsd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in esxi 5.5 were old drivers droped, this is my procedure for creating a bootable flashdrive with the old drivers for nic and raid. | |
#prerequisites/downloads | |
1. download esxi from vmware website (registration required) | |
filename should be something like "VMware-VMvisor-Installer-5.5.0.update01-1623387.x86_64.iso" | |
2. download "esxi customizer" from | |
http://www.v-front.de/p/esxi-customizer.html | |
extract into directory by starting the "ESXi-Customizer-vX.X.X.exe" | |
3. download rufus (tool for creating bootable flash drives) |