mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-05 06:03:24 +01:00
17 lines
1.5 KiB
JSON
17 lines
1.5 KiB
JSON
{
|
|
"ultimaker": {
|
|
"printer.baudrate": "115200",
|
|
"printer.dimensions.x": 200,
|
|
"printer.dimensions.y": 200,
|
|
"printer.dimensions.z": 200,
|
|
"printer.endcode": "M107 ;fan off\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;disable axes / steppers\nG90 ;absolute positioning\nM104 S{preheatTemp}\n{if heatedBed}M140 S{preheatBedTemp}\nM117 Done ;display message (20 characters to clear whole screen)",
|
|
"printer.filamentThickness": 2.89,
|
|
"printer.heatedbed": false,
|
|
"printer.heatup.bed.temperature": 70,
|
|
"printer.heatup.enabled": true,
|
|
"printer.heatup.temperature": 180,
|
|
"printer.nozzleDiameter": 0.4,
|
|
"printer.startcode": ";Generated with Doodle3D (default)\nM109 S{printingTemp} ;set target temperature \n{if heatedBed}M190 S{printingBedTemp} ;set target bed temperature\nG21 ;metric values\nG91 ;relative positioning\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E10 ;extrude 10mm of feed stock\nG92 E0 ;zero the extruded length again\nG92 E0 ;zero the extruded length again\nG1 F9000\nG90 ;absolute positioning\nM117 Printing Doodle... ;display message (20 characters to clear whole screen)",
|
|
"printer.type": "ultimaker"
|
|
}
|
|
} |