Doodle3D-Slicer/src/settings/default.yml

78 lines
1.6 KiB
YAML
Raw Normal View History

2018-01-29 13:59:29 +01:00
startCode: |-
2018-03-07 16:53:45 +01:00
M109 S{temperature} ;set target temperature
{if heatedBed}M190 S{bedTemperature} ;set target bed temperature
2018-01-29 13:59:29 +01:00
G21 ;metric values
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15 F9000 ;move the platform down 15mm
G92 E0 ;zero the extruded length
G91 ;relative positioning
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G92 E0 ;zero the extruded length again
G1 F9000
G90 ;absolute positioning
M117 Printing Doodle...
2018-03-28 09:11:04 +02:00
endCode: |-
2018-01-29 13:59:29 +01:00
M107 ;fan off
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
M84 ;disable axes / steppers
G90 ;absolute positioning
M104 S0
{if heatedBed}M140 S0
M117 Done
dimensions:
x: 200
y: 200
z: 200
heatedBed: false
nozzleDiameter: 0.4
filamentThickness: 2.85
2017-07-27 18:33:25 +02:00
temperature: 210
2018-01-15 15:24:09 +01:00
bedTemperature: 50
2017-07-27 18:33:25 +02:00
layerHeight: 0.15
2018-05-24 16:27:22 +02:00
combing: false
2017-07-27 18:33:25 +02:00
thickness:
2017-11-16 23:24:30 +01:00
top: 0.45
bottom: 0.45
2017-07-27 18:33:25 +02:00
shell: 0.8
retraction:
enabled: true
2017-07-27 18:33:25 +02:00
amount: 3.0
speed: 50.0
minDistance: 0.0
2017-07-27 18:33:25 +02:00
travel:
speed: 200.0
support:
2017-07-27 18:33:25 +02:00
enabled: false
2018-01-24 12:50:41 +01:00
minArea: 2
distanceY: 0.4
2018-01-24 12:50:41 +01:00
density: 5.0
margin: 2.0
flowRate: 0.8
speed: 40.0
2017-07-27 18:33:25 +02:00
innerShell:
flowRate: 1.0
speed: 50.0
outerShell:
flowRate: 1.0
speed: 40.0
2017-07-27 18:33:25 +02:00
innerInfill:
flowRate: 1.0
speed: 80.0
2018-01-18 16:32:54 +01:00
density: 20.0
2017-07-27 18:33:25 +02:00
outerInfill:
flowRate: 1.0
speed: 50.0
brim:
2018-01-15 17:47:50 +01:00
size: 8.0
flowRate: 1.0
speed: 40.0
2017-07-27 18:33:25 +02:00
firstLayer:
flowRate: 1.2
speed: 40.0