Skip to content

Commit 217eaf6

Browse files
committed
folder structure
1 parent 779a9e1 commit 217eaf6

File tree

8 files changed

+4
-16
lines changed

8 files changed

+4
-16
lines changed

CMakeLists.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.
Binary file not shown.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Translate a machine definition id to a Doodle3D Connect printer id
22
# \return Doodle3D Connect printer id or the original
33
def curaPrinterIdToConnect(id):
4-
return {
5-
"rigidbot": "rigidbot",
4+
return {
5+
"rigidbot": "rigidbot",
66
"ultimaker": "ultimaker",
77
"ultimaker2": "ultimaker2",
88
"ultimaker2_go": "ultimaker2go",
@@ -13,5 +13,5 @@ def curaPrinterIdToConnect(id):
1313
"prusa_i3": "prusa_i3",
1414
"prusa_i3_mk2": "prusa_iteration_2",
1515
"robo_3d_r1": "robo_3d_printer",
16-
"renkforce_rf100": "renkforce_rf100"
17-
}.get(id, id)
16+
"renkforce_rf100": "renkforce_rf100"
17+
}.get(id, id)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)