mario
13ce4ae4f5
Update base definition file
2023-03-05 18:40:22 -08:00
mario
0b3c037a19
Updated meshes
2023-03-05 18:11:00 -08:00
mario
d1c692c9dd
Added newline at the end of files
2023-03-05 17:50:15 -08:00
mario
7602f20d25
Requested changes
2023-03-05 17:12:12 -08:00
mario
bb56d01c21
Added LNL3D printer profiles
2023-03-05 16:41:25 -08:00
tastyratz
09d1becf1e
Update InsertAtLayerChange.py
...
I removed the period from the G-code to insert label for consistency. I also added a third option to this called "Skip layers". This allows you to insert gcode with a specific number of layers skipped (i.e. skip layers 1 will insert gcode every other layer, skip layers 3 will insert every fourth).
As an example, this change allowed me to insert a nozzle cleaning routine in my gcode without having to run it EVERY layer.
2023-03-05 11:48:45 -05:00
jspijker
4cc8d7cf57
Don't use lockfiles
2023-03-04 11:11:30 +01:00
c.lamboo
89e7deda08
Update NL translations
...
CURA-10208
2023-03-03 17:37:47 +01:00
jspijker
1ddb4d6ca0
Fixed type in source string
...
Contributes to CURA-10208
2023-03-03 14:13:39 +01:00
jspijker
f9c43531ab
Update German translations
...
There are still some untranslated strings here.
Due to various mistakes made with the manual steps since 5.0
Contributes to CURA-10208
2023-03-03 14:12:46 +01:00
jspijker
9162ea745f
No wrap and sort by file
...
Contributes to CURA-10208
2023-03-03 13:16:42 +01:00
jspijker
683c9d35ce
Sort and fuzzy
...
Contributes to CURA-10208
2023-03-02 16:06:48 +01:00
jspijker
7ebd86c0e2
Cats function to str
2023-03-02 14:25:56 +01:00
jspijker
2a6227a0a7
Merge branch '5.3'
2023-03-01 11:33:16 +01:00
jspijker
bce2b4751b
Sync workflow with main
2023-03-01 11:32:55 +01:00
Jaime van Kessel
10d2235428
Merge branch 'CURA-10076' of github.com:Ultimaker/Cura into 5.3
2023-03-01 11:12:30 +01:00
jspijker
6e2dca7d43
Output as code
2023-02-28 18:59:44 +01:00
Jaime van Kessel
d7d7a7302d
Set defaultExtruderIndex to activeExtruderIndex
...
This doesn't fix the problem in it's entirety, but it does make the behavior
to be the same as it was in the previous releases
CURA-10342
2023-02-28 18:00:23 +01:00
jspijker
e2bf37496c
dont use # in markdown
2023-02-28 16:56:23 +01:00
jspijker
23113c5431
Don't remove the latest
2023-02-28 16:51:38 +01:00
jspijker
e3f6c74f46
Don't remove the latest
2023-02-28 16:50:49 +01:00
jspijker
1018d8fc5c
Remove cura-ce
...
(cherry picked from commit 51f843b478
)
2023-02-28 16:36:17 +01:00
jspijker
51f843b478
Remove cura-ce
2023-02-28 16:35:23 +01:00
jspijker
06a9c5f7af
Revert "Use CS remote"
...
This reverts commit 40cd4cd923
.
2023-02-28 16:32:00 +01:00
jspijker
40cd4cd923
Use CS remote
2023-02-28 16:22:45 +01:00
jspijker
e40eb61ad8
Only upload the actual package
...
(cherry picked from commit 5e2511252e
)
2023-02-28 14:29:58 +01:00
jspijker
5e2511252e
Only upload the actual package
2023-02-28 14:29:19 +01:00
jspijker
475608300d
Always remove upload latest
2023-02-28 14:12:07 +01:00
jspijker
d45f65d400
Always remove upload latest
2023-02-28 14:11:17 +01:00
jspijker
ab884c36a4
allow latest removal to fail
2023-02-28 13:54:13 +01:00
jspijker
9cf3c2dd62
allow latest removal to fail
2023-02-28 13:53:14 +01:00
Casper Lamboo
21f71cf3bd
Merge pull request #14717 from Ultimaker/CURA-10342_wrong_extruder_recommended_settings
...
Wrong extruder recommended settings
2023-02-28 13:36:44 +01:00
jspijker
d072942eb8
ensure that the latest is removed
...
(cherry picked from commit 840aada83d
)
2023-02-28 13:34:09 +01:00
jspijker
840aada83d
ensure that the latest is removed
2023-02-28 13:32:29 +01:00
jspijker
3ac3308e20
Double backslashes
2023-02-28 13:23:10 +01:00
jspijker
f101d0494f
Use raw string
2023-02-28 13:13:41 +01:00
jspijker
87ce8a8871
Use raw string
2023-02-28 13:04:50 +01:00
jspijker
c985614896
cast pre to str
...
(cherry picked from commit ed2db086c0
)
2023-02-28 12:51:46 +01:00
jspijker
ed2db086c0
cast pre to str
2023-02-28 12:51:17 +01:00
jspijker
b521e7795a
Only cast pre to str
...
(cherry picked from commit dd866c4bb8
)
2023-02-28 12:48:42 +01:00
jspijker
dd866c4bb8
Only cast pre to str
2023-02-28 12:48:10 +01:00
jspijker
44667c4b07
Sync workflows with main
...
This should also trigger a new conan package, with the correct latest
2023-02-28 12:45:30 +01:00
jspijker
7912a6cc4f
Add escape characters
2023-02-28 12:41:02 +01:00
jspijker
87ddb134a4
Write to GITHUB_STEP_SUMMARY
2023-02-28 11:56:26 +01:00
Jaime van Kessel
99bf6883d7
Set defaultExtruderIndex to activeExtruderIndex
...
This doesn't fix the problem in it's entirety, but it does make the behavior
to be the same as it was in the previous releases
CURA-10342
2023-02-28 11:50:54 +01:00
jspijker
76a7e667de
Use env
2023-02-28 11:44:33 +01:00
Jelle Spijker
e9d481e32f
Update cura-installer.yml
2023-02-28 11:32:35 +01:00
jspijker
f656bbf710
Use output of step
2023-02-28 11:17:57 +01:00
jspijker
3ab8be94bc
Summarize the use dependencies
2023-02-28 11:06:51 +01:00
Jaime van Kessel
1ada1b04df
Remove unneeded whitespace
...
Boyscouting CURA-10342
2023-02-28 10:35:02 +01:00