Skip to content

Commit e355d69

Browse files
authored
SW-1262 add material setting for marker spray (mrbeam#1483)
SW-1264 hotfix v0.10.4-hotfix.1 release
1 parent b0b36c9 commit e355d69

File tree

7 files changed

+52
-7
lines changed

7 files changed

+52
-7
lines changed

octoprint_mrbeam/__version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.4"
1+
__version__ = "0.10.4-hotfix.1"

octoprint_mrbeam/files/material_settings/materials.csv

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Laserhead,Material,Color,Thickness,Intensity,Speed,Passes,Compressor,Piercing time,Dithering,Comments
2-
You can drag the cell to fill a range with the same name,Color codes take a long time to update -->,"Use ""fill color"" tool",Engrave or (mm),light-dark (%),light-dark 0 to 1500,,level 0 to 3,(ms),yes/no,"interpolated value or #madewithmrbeam? Let us know what makes you tick
2+
You can drag the cell to fill a range with the same name,Color codes take a long time to update -->,"Use ""fill color"" tool",Engrave or (mm),light-dark (%),light-dark 0 to 1500,,level 0 to 3,(ms),yes/no,"interpolated value or #madewithmrbeam? Let us know what makes you tick
33
"
44
Mr Beam II,Anodized Aluminum,#000000,Engrave,0-100,30-1000,1,0,0,no,
55
Mr Beam II,Acrylic,#ffd966,Engrave,0-100,1500-450,1,0,0,no,
@@ -174,7 +174,7 @@ Mr Beam II (not validated),,#41c500,2,100,600,1,3,0,no,calculated
174174
MrB II Dreamcut,,#41c500,3,100,1300,1,3,0,no,calculated
175175
Mr Beam II (not validated),,#e6e6e6,2,100,140,1,3,0,no,
176176
MrB II Dreamcut,Grey Cardboard,#cccccc,Engrave,0-50,1500-1500,1,3,0,no,
177-
"Dreamcut (not validated)
177+
"Dreamcut (not validated)
178178
",,#cccccc,1,100,100,3,3,0,no,
179179
MrB II Dreamcut,Jersey Fabric,#434343,"0,3",100,1200,2,3,0,no,calculated
180180
MrB II Dreamcut,,#ff0000,"0,3",100,1400,2,3,0,no,tested
@@ -377,4 +377,5 @@ MrB II Dreamcut S,Wood Sticker,#bc955a,1,100,530,2,3,1,no,
377377
MrB II Dreamcut S,Solid Wood,#783f04,Engrave,0-30,1200-1600,1,3,0,no,
378378
MrB II Dreamcut S,Solid Wood,#783f04,3,100,300,2,3,0,no,
379379
MrB II Dreamcut S,Solid Wood,#bc955a,Engrave,0-35,1200-1600,1,3,0,no,
380-
MrB II Dreamcut S,Solid Wood,#bc955a,3,100,350,2,3,0,no,
380+
MrB II Dreamcut S,Solid Wood,#bc955a,3,100,350,2,3,0,no,
381+
MrB II Dreamcut S,Stainless Steel,#cbcccb,Engrave,100,500-300,1,0,0,no,
41.1 KB
Loading

octoprint_mrbeam/static/js/material_settings.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,13 @@ $(function () {
369369
hints: "",
370370
safety_notes: "",
371371
},
372+
"Stainless Steel": {
373+
name: gettext("Stainless Steel"),
374+
img: "Stainless-Steel.jpg",
375+
description: "",
376+
hints: gettext("Engravings on stainless steel only work with our \"mark solid\" spray. Use line distance 0,1mm for the best result."),
377+
safety_notes: gettext("Do not engrave stainless steel without the application of laser marking color."),
378+
},
372379
};
373380
///// EDIT MATERIAL SETTINGS ABOVE THIS LINE ////////`
374381
}
564 Bytes
Binary file not shown.

octoprint_mrbeam/translations/de/LC_MESSAGES/messages.po

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Mr_Beam 0.1.61\n"
99
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10-
"POT-Creation-Date: 2022-03-31 16:25+0200\n"
11-
"PO-Revision-Date: 2022-03-31 16:31+0200\n"
10+
"POT-Creation-Date: 2022-05-05 10:33+0200\n"
11+
"PO-Revision-Date: 2022-05-05 10:34+0200\n"
1212
"Last-Translator: Andy Werner <[email protected]>\n"
1313
"Language-Team: \n"
1414
"Language: de\n"
@@ -747,6 +747,27 @@ msgstr "Edelholzsticker"
747747
msgid "Solid Wood"
748748
msgstr "Vollholz"
749749

750+
#: octoprint_mrbeam/static/js/material_settings.js:373
751+
msgid "Stainless Steel"
752+
msgstr "Edelstahl"
753+
754+
#: octoprint_mrbeam/static/js/material_settings.js:376
755+
msgid ""
756+
"Engravings on stainless steel only work with our \"mark solid\" spray. Use "
757+
"line distance 0,1mm for the best result."
758+
msgstr ""
759+
"Gravuren auf Edelstahl funktionieren nur mit unserm “Mark Solid” Laser "
760+
"Markierungsspray. Verwende einen Linienabstand von 0,1mm für ein optimales "
761+
"Ergebnis."
762+
763+
#: octoprint_mrbeam/static/js/material_settings.js:377
764+
msgid ""
765+
"Do not engrave stainless steel without the application of laser marking "
766+
"color."
767+
msgstr ""
768+
"Edelstahl nicht blank gravieren, sonder immer in Verbindung mit unserem "
769+
"Markierugsspay."
770+
750771
#: octoprint_mrbeam/static/js/mother_viewmodel.js:51
751772
msgid "Starts the laser job"
752773
msgstr "Startet den Laserjob"

translations/messages.pot

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PROJECT VERSION\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2022-03-31 16:25+0200\n"
11+
"POT-Creation-Date: 2022-05-05 10:33+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -633,6 +633,22 @@ msgstr ""
633633
msgid "Solid Wood"
634634
msgstr ""
635635

636+
#: octoprint_mrbeam/static/js/material_settings.js:373
637+
msgid "Stainless Steel"
638+
msgstr ""
639+
640+
#: octoprint_mrbeam/static/js/material_settings.js:376
641+
msgid ""
642+
"Engravings on stainless steel only work with our \"mark solid\" spray. "
643+
"Use line distance 0,1mm for the best result."
644+
msgstr ""
645+
646+
#: octoprint_mrbeam/static/js/material_settings.js:377
647+
msgid ""
648+
"Do not engrave stainless steel without the application of laser marking "
649+
"color."
650+
msgstr ""
651+
636652
#: octoprint_mrbeam/static/js/mother_viewmodel.js:51
637653
msgid "Starts the laser job"
638654
msgstr ""

0 commit comments

Comments
 (0)