Projecten: 3D Printer

From Frotmail Projects
Revision as of 19:04, 4 April 2022 by Eric (talk | contribs) (Created page with "=Printer limits= Max acceleration x en y staan nu op 700 =PLA op PEI= BED op 70° =Slicer settings= {| border="1" | | Print || 30 |- | Travel || 300 |- | First Layer || 15 |- | Outer perimeter || 30 |- | Inner Perimeter || 40 |- | Infill || 30 |- | Skin infill || 30 |- | Layer height || 0.2 |- | Shell Thickness || 0.96mm |- | Top/Bottom Thickness || 0.6mm |- | Flow || 97% |- | HotEnd Temp || 250 |- | Bed Temp || 88 |- | Retraction speed || 30 |- | Retraction distan...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Printer limits

Max acceleration x en y staan nu op 700

PLA op PEI

BED op 70°



Slicer settings

Print 30
Travel 300
First Layer 15
Outer perimeter 30
Inner Perimeter 40
Infill 30
Skin infill 30
Layer height 0.2
Shell Thickness 0.96mm
Top/Bottom Thickness 0.6mm
Flow 97%
HotEnd Temp 250
Bed Temp 88
Retraction speed 30
Retraction distance 5


Print.ini

[print]
name = PETG-Print
defaultQuality = diAh6hcpj6p2hS9p0UEIUdFVyz2uXTgP
travelSpeedMin = 300
travelSpeedMax = 300
firstLayerSpeedMin = 15
firstLayerSpeedMax = 15
infillSpeedMin = 30
infillSpeedMax = 70
skinSpeedMin = 30                                                                                                                    
skinSpeedMax = 60                                                                                                                    
infillType = 0                                                                                                                       
innerPerimeterMin = 40                                                                                                               
innerPerimeterMax = 50                                                                                                               
outerPerimeterMin = 30                                                                                                               
outerPerimeterMax = 50                                                                                                               
printSpeedMin = 30                                                                                                                   
printSpeedMax = 50                                                                                                                   
nozzleDiameter = 0                                                                                                                   
gcodeFlavour = 0                                                                                                                     
retractionCombing = False                                                                                                            
combing = 2                                                                                                                          
multiVolumeOverlap = 0                                                                                                               
cutOffObjectBottom = 0                                                                                                               
shellThickness = 0.96                                                                                                                
infillTopBottomThickness = 0.6                                                                                                       
infillDensityPercent = 20                                                                                                            
supportType = 0                                                                                                                      
platformAdhesion = 0                                                                                                                 
dualExtrusion = 0                                                                                                                    
wipeAndPrimeTower = True                                                                                                             
oozeShield = False                                                                                                                   
enableRetraction = True                                                                                                              
retractionSpeed = 30                                                                                                                 
retractionDistance = 5                                                                                                               
multiExtruderSwitchAmount = 16                                                                                                       
startGCode = """                                                                                                                     
; Default start code                                                                                                                 
G28 ; Home extruder                                                                                                                  
G1 Z15 F{Z_TRAVEL_SPEED}                                                                                                             
M107 ; Turn off fan                                                                                                                  
G90 ; Absolute positioning                                                                                                           
M82 ; Extruder in absolute mode                                                                                                      
{IF_BED}M190 S{BED}                                                                                                                  
; Activate all used extruder                                                                                                         
{IF_EXT0}M104 T0 S{TEMP0}                                                                                                            
G92 E0 ; Reset extruder position                                                                                                     
; Wait for all used extruders to reach temperature                                                                                   
{IF_EXT0}M109 T0 S{TEMP0}
"""
endGCode = """
; Default end code
;G1 X0 Y0 Z130 ; Get extruder out of way. Uncomment to use!
M107 ; Turn off fan
; Disable all extruder
G91 ; Relative positioning
{IF_EXT0}T0
{IF_EXT0}G1 E-1 ; Reduce filament pressure
M104 T0 S0
G90 ; Absolute positioning
G92 E0 ; Reset extruder position
M140 S0 ; Disable heated bed
M84 ; Turn steppers off
"""
preSwitchExtruderCode = 
postSwitchExtruderCode = 
wipeAndPrimeTowerVolume = 15
retractionMinimumTravel = 1.5
minimumExtrusionBeforeRetract = 0.02
zhop = 0
skirtLineCount = 4
skirtDistance = 6
skirtMinimumLength = 150
solidInfillTop = True
solidInfillBottom = True
infillOverlapPercent = 0
supportStructureType = 0
supportOverhang = 60
supportFillPercent = 20
supportDistanceXY = 0.7
supportDistanceZ = 0.15
supportExtruder = -1
spiralizeOuterContour = False
brimWidth = 10
raftExtraMargin = 5
raftLineSpacing = 1
raftBaseThickness = 0.3
raftBaseWidth = 0.7
raftInterfaceThickness = 0.2
raftInterfaceLineWidth = 0.2
raftAirGap = 0
raftAirGapLayer0 = 0
raftSurfaceLayer = 1
fixCombineEverythingA = True
fixCombineEverythingB = False
fixKeepOpenFaces = False
fixExtensiveStitching = False
fanFullAtHeight = 0.5
perimeterBeforeInfill = True
minimumSpeed = 10
coolHeadLift = False
numQuality = 1
[quality_0]
name = 0.2 mm
signature = diAh6hcpj6p2hS9p0UEIUdFVyz2uXTgP
layerHeight = 0.2
layer0widthPercent = 100
firstLayerHeight = 0.19

Filament.ini

[filament]

name = PETG
diameter = 1.75
multiplierPercent = 97
printingTemperature = 250
enableCooling = True
bedTemperature = 88
fanSpeedMin = 50
fanSpeedMax = 100
minimalLayerTime = 5