mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 05:37:55 +01:00
add doodle3d printer
This commit is contained in:
parent
2aee317d42
commit
43af4e05ab
@ -1,3 +1,30 @@
|
||||
doodle3d_printer:
|
||||
startCode: |-
|
||||
M140 S{bedTemperature}
|
||||
M104 S{temperature}
|
||||
G28
|
||||
M109 S{temperature}
|
||||
M82
|
||||
G1 Z10.0 F6000
|
||||
G92 E0
|
||||
G1 F200 E3
|
||||
G92 E0
|
||||
endCode: |-
|
||||
M104 S0
|
||||
M140 S0
|
||||
G92 E1
|
||||
G1 E-1 F300
|
||||
G28 X0 Y0
|
||||
M84
|
||||
M82
|
||||
M104 S0
|
||||
title: Doodle3D Printer
|
||||
heatedBed: true
|
||||
filamentThickness: 1.75
|
||||
dimensions:
|
||||
x: 120
|
||||
y: 120
|
||||
z: 120
|
||||
ultimaker2go:
|
||||
title: Ultimaker 2 Go
|
||||
heatedBed: false
|
||||
|
Loading…
Reference in New Issue
Block a user