From f843e2d09a83f57674708aae9cbf352366fe442c Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 10 Feb 2016 13:25:58 +0100 Subject: Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000000..e0573ec934 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# JediWifiPrintingPlugin +Secret plugin to enable wifi printing from Cura to JediPrinter -- cgit v1.2.3 From cba372737333e70139fcdbb7e4e9ea23d1ff7c56 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 29 Jun 2016 11:24:25 +0200 Subject: Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e0573ec934..8aea59b4ff 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # JediWifiPrintingPlugin Secret plugin to enable wifi printing from Cura to JediPrinter + + +Simply copy this into [Cura installation folder]/plugins/JediWifiPrintingPlugin -- cgit v1.2.3 From a90be88a0420bc14e7d69f539c1b020c66870d2e Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 29 Jun 2016 11:34:02 +0200 Subject: Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8aea59b4ff..40a21e8abb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # JediWifiPrintingPlugin Secret plugin to enable wifi printing from Cura to JediPrinter - -Simply copy this into [Cura installation folder]/plugins/JediWifiPrintingPlugin +Intructions +---- +- Clone repo into [Cura installation folder]/plugins/JediWifiPrintingPlugin (Or somewhere else and add a link..) +- sudo apt-get install python3-zeroconf +- sudo apt-get install python-zeroconf # is this one needed? -- cgit v1.2.3 From c3ecacf6c091a4e5daeb25519bf89affe80dbd30 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 29 Jun 2016 11:40:32 +0200 Subject: Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 40a21e8abb..33aa76c306 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,3 @@ Intructions ---- - Clone repo into [Cura installation folder]/plugins/JediWifiPrintingPlugin (Or somewhere else and add a link..) - sudo apt-get install python3-zeroconf -- sudo apt-get install python-zeroconf # is this one needed? -- cgit v1.2.3 From acd3274ca44b8fdc8999f06174c97e72d0fe36c9 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 29 Jun 2016 12:07:25 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 33aa76c306..277111412c 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Secret plugin to enable wifi printing from Cura to JediPrinter Intructions ---- - Clone repo into [Cura installation folder]/plugins/JediWifiPrintingPlugin (Or somewhere else and add a link..) -- sudo apt-get install python3-zeroconf +- pip3 install python3-zeroconf -- cgit v1.2.3 From fb371f55561f776683d357562d81e892d7866532 Mon Sep 17 00:00:00 2001 From: awhiemstra Date: Tue, 27 Sep 2016 15:57:01 +0200 Subject: Remove some more references to Jedi Contributes to CURA-2342 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 277111412c..0e88ce593b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# JediWifiPrintingPlugin -Secret plugin to enable wifi printing from Cura to JediPrinter +# UM3NetworkPrintingPlugin +Secret plugin to enable wifi printing from Cura to UM3 Intructions ---- -- Clone repo into [Cura installation folder]/plugins/JediWifiPrintingPlugin (Or somewhere else and add a link..) +- Clone repo into [Cura installation folder]/plugins/UM3NetworkPrinting (Or somewhere else and add a link..) - pip3 install python3-zeroconf -- cgit v1.2.3 From b1f3280b2da711a61f4696465c12e8b47747a2e8 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 19 Oct 2016 13:03:23 +0200 Subject: No longer say this is a secret plug-in It is no longer secret since the UM3 is released. Contributes to issue CURA-2737. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0e88ce593b..54e3ff5eae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # UM3NetworkPrintingPlugin -Secret plugin to enable wifi printing from Cura to UM3 +Plugin to enable wifi printing from Cura to UM3. Intructions ---- -- cgit v1.2.3