My 7zip approach is BS, I had to use innounp to decompress the files as its a inno Setup package (I’m bored at work)
These are the custom “velleman” settings for the Cura slicer thats included in RepetierHost
ABS Profile
https://www.dropbox.com/s/2r8x40wu9jmydaw/ABS-1_75MM.ini?dl=0
PLA Profile
https://www.dropbox.com/s/78sp7m9fvohwmzl/PLA-1_75MM.ini?dl=0
Vertex Dual Head profile
https://www.dropbox.com/s/engy50qjv5z1dft/VERTEX%20DUAL%20HEAD.ini?dl=0
Vertex Single Head profile
https://www.dropbox.com/s/oxn58fxdc1osy6v/VERTEX%20SINGLE%20HEAD.ini?dl=0
These are the repetier settings which are stored in the windows registery but reading the file and manual setting the prefference accordingly should work for your OSX repetier version
File custom1.ini
[code]; Customization file to modify the host the way wanted
; Put a semicolon befor ethe option to use default behaviour
wordirName=“RepetierHost”
; The push message hint gets disabled after some time on it’s own. You can fore it disabled with
; this setting.
HidePushMessageHint=0
; Removes the Stopbits/Parity settings from Printer settings
simpleConnectionsConfig=0
; Remove dispose area settings
noDisposeArea=0
; Remove homing to max direction option
noMaxHoming=0
; Distances for the arrows in move panel for x and y direction
xyMoveDistances=“0.1;1;10;50”
; Distances to move in z direction
zMoveDistances=“0.01;0.1;1;10”
; Distances for extrusion
eMoveDistances=“1;10;50;100”
; Most boards can’t turn the main power on/off so you can remove that button
noPowerControlButton=0
; Remove the bed measureement menu entry
removeBedMeasurement=0
; Include or remove skeinforge
removeSkeinforge=0
; Don’t include testgenerator
removeTestgenerator=1
; Remove connection related views
removeConnection=0
extraSupportButton=0
extraSupportText=“Ask Repetier”
extraSupportURL=“http://www.repetier.com/”
;extraSupportToolbarImage=""
; How long to show the splash screen, 0 = off
splashscreenDelay=5
splashscreenImage=“data/splashscreen.png”
; ========= Do not change anything below this line - it will invalidate the file ==============
; Name ofthe folder in the registry where values are stored. Default is repetier
registryFolder=“repetier”
; From where do we get information about updates
updateUrl=“http://www.repetier.com/updates/rh/version_windows.txt”
; Remove update check completely
;removeUpdates=1
; Link to download page
;downloadUrl=“http://www.repetier.com/download/”
; You can add a name to the basic host name, e.g. if the host is specialized for
; a certain printer.
titleAddition=""
titlePrefix=""
; Additions to about dialog
about1=""
about2=""
about3=""
about4=""
about5=""
about6=""
about7=""
about8=""
about9=""
about10=""
about11=""
about12=""
about13=""
about14=""
about15=""
about16=""
about17=""
about18=""
about19=""
about20=""
customVersion=0
verification=“218290488776280934b2e788cc502716”
[/code]
Kind Regards
JeAfKe