Jaime van Kessel
301a571a08
Remove old bug templates
2021-03-04 16:46:18 +01:00
Jaime van Kessel
d9bc0e1dea
Add new bugreport & template
2021-03-04 16:44:20 +01:00
Daniel Kreuzhofer
5e97cf91ff
Add FLSUN Q5 printer and extruder profile
2021-03-04 13:39:40 +01:00
Konstantinos Karmas
f7c45f6cb6
Merge pull request #9358 from Ultimaker/CURA-7820_reword_nonmanifold
...
[CURA-7820] Reword the non-manifold message, add link.
2021-03-04 09:49:19 +01:00
TheTRCG
650a195fab
Update Geeetech A10 definition
...
Removed overwriting temperature gcode in the definition
Removed repeated gcode
Added comments for the gcode
2021-03-04 14:16:36 +05:30
Remco Burema
62056f3b0a
Reword previous rewording ('import' -> 'open').
...
CURA-7820
2021-03-04 09:32:07 +01:00
Ghostkeeper
2c55c4a562
Merge branch 'master' into CURA-7871_lowest_print_height
2021-03-03 17:13:30 +01:00
Remco Burema
8bb57ac0e6
Reword the nonmanifold message, add link.
...
UX found that users where confused by the word nonmanifold. Reword the message and add an explanatory link.
CURA-7820
2021-03-03 17:13:08 +01:00
Ghostkeeper
b83193bc0f
Fix lowest slice height
...
Don't always divide by 2. Just for slicing tolerance: Middle. And then just once.
Contributes to issue CURA-7871.
2021-03-03 17:05:01 +01:00
Firedrops
e385ac9e50
Update ideagen3D_sapphire_plus.def.json ( #9213 )
...
* Update ideagen3D_sapphire_plus.def.json
Added Restore Bed Levelling after Homing to start G-Code.
* Update resources/definitions/ideagen3D_sapphire_plus.def.json
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
* Update ideagen3D_sapphire_plus.def.json
Corrected machine_head_with_fans_polygon and gantry_height for "One at a time" printing.
* Update resources/definitions/ideagen3D_sapphire_plus.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-02 15:23:13 +01:00
Jaime van Kessel
2806dc6947
Merge branch 'fix_attr_addresses_not_found' of github.com:Ultimaker/Cura
2021-03-01 15:07:31 +01:00
Jaime van Kessel
a8f92e9900
Merge branch 'master' of github.com:Ultimaker/Cura
2021-03-01 14:32:54 +01:00
Jaime van Kessel
ad8e78c7f8
Remove unused import
2021-03-01 14:32:42 +01:00
Jaime van Kessel
a9c255284c
Merge pull request #9328 from Ultimaker/fix/cluster-print-job-constraints
...
Fix cluster print job constraints typing and optionality
2021-03-01 13:31:24 +01:00
Daniel Kurth
22dd625c7d
feat: Adds files for Layer Atom 3 line of printers
...
The commit adds:
- Machine definition files for the Layer One Atom 3 and Atom 3 Lite Printer
- One shared extruder definition file for the Atom 3 and the Atom 3 Lite
- A mesh file for the Atom 3 and Atom 3 Lite
- Variant files for [0.2; 0.4; 0.6]mm Nozzles for PTFE and full metal hotends
2021-02-28 12:34:23 +01:00
Remco Burema
2b88a2dc87
Fix error log spam.
...
The code is clearly written to take into account that 'addresses' may be null. But not that the whole 'addresses' attribute may not exist. And then instead of printing one warning (Could not get information about XX) it instead printed a stacktrace and retried and printed a stacktrace and retried and printed a stacktrace and.... It ended up driving me a bit nuts when looking at the logs for unrelated reasons. So Ifinallay fixed it. Could end up as a speedup in some cases as well I suppose?
2021-02-26 21:56:33 +01:00
Jaime van Kessel
fa4d1ba1fb
Don't strip accents from job name
...
No idea why this was there in the first place. Our archeology attempts couldn't
find out as to why it was introduced. We suspect an issue with other Qt versions.
At least now ロボット.stl will not be mangled into ロホット.gcode upon saving (and
german bears into bars)
2021-02-26 14:56:27 +01:00
Ghostkeeper
5c58df3c73
Minor corrections to Sri Vignan printers
...
Found during testing. I think it's pretty safe to say what they intended to write here.
Contributes to issue CURA-8051.
2021-02-25 17:46:46 +01:00
Ghostkeeper
642fee9904
Merge branch 'master' of https://github.com/venkatkamesh/Cura into venkatkamesh-master
2021-02-25 17:32:45 +01:00
Chris ter Beke
aac004cd2b
Fix case where constraints is None
2021-02-25 12:20:32 +01:00
Chris ter Beke
d2c4dd0f65
Fix cluster print job constraints typing and optionality
2021-02-25 12:12:38 +01:00
MarkMan0
145311d615
Minor changes to start/end gcode
2021-02-24 19:06:46 +01:00
Eryone
2b024ab390
Merge pull request #9202
...
* Adding Eryone Thinker profile to Cura
2021-02-24 15:10:28 +01:00
Hellbot Development Team
c7e238c7c7
Update definition files for Hellbot Magna 1 and Hellbot Magna dual ( #8509 )
...
* Update in Definition file for Hellbot Magna 1
* Change the Author name and version number.
* Added Heated bed.
* Added specific Gcode for purging the 2 in 1 hotend.
* Add bed images for Hellbot Hidra and Hidra Plus
* Add meshes files for Hellbot Hidra and Hidra plus
* Add extruder files for new Hellbot printers
* Add extruder files for new Hellbot Printers: Hellbot Hidra and Hellbot Hidra Plus
* Add New Hellbot printers
* Add definition files for the new Hellbot printers: Hidra and Hidra Plus
CURA-8047
2021-02-24 14:55:26 +01:00
Jaime van Kessel
f73320602d
Revert "Add stub for new bug template"
...
This reverts commit f60ad6f3093c44d0b3beacee987605dacc64ba99.
2021-02-24 14:09:44 +01:00
Jaime van Kessel
f60ad6f309
Add stub for new bug template
2021-02-24 14:07:36 +01:00
Lukkoz
d955262d08
profiles version fixed
2021-02-22 15:52:09 +01:00
Lukkoz
c99ce562ad
typo fixed
2021-02-22 15:47:26 +01:00
Lukkoz
eb3d2cf0f9
def.json update
2021-02-22 15:35:16 +01:00
Lukkoz
13c542e675
skriware 2 print settings update
...
profiles for skriware 2 added,
def.json updated, some resolve problems fixed.
2021-02-22 14:52:14 +01:00
MarkMan0
c148475b5a
Adjust brim settings for advanced materials profile
2021-02-22 14:12:01 +01:00
MarkMan0
2e798c6edf
Update start gcode in base
...
Increase probe temperature
2021-02-22 11:40:31 +01:00
MarkMan0
f2770c3bcc
Add minimal wall_thickness for small nozzles
2021-02-22 11:19:09 +01:00
MarkMan0
c6f46325ca
Fix mesh position
2021-02-22 11:18:36 +01:00
Ghostkeeper
dc68fbc94a
Add colour scheme for line width
...
Implements CURA-7741.
2021-02-19 10:10:16 +01:00
MarkMan0
5c66c018a7
Adjsut start/end gcode
2021-02-17 14:34:29 +01:00
MarkMan0
27af35591a
fix gantry_height
2021-02-16 11:17:21 +01:00
MarkMan0
d925c28eb8
Fix value/default_value errors
2021-02-15 17:27:40 +01:00
Ghostkeeper
0c9175d7f7
Lower camera default position by 70mm
...
The previous default position was aimed at 100mm above the build plate. This is taller than most models that people load into Cura. It's now aimed at 30mm. Models up to 50mm are way more common to print, so this brings it right in the butter zone for most people, hopefully.
Fixes #9251 .
2021-02-15 11:31:28 +01:00
Jaime van Kessel
d24bbc4071
Merge branch 'fix_postprocessing_script_roots' of https://github.com/fieldOfView/Cura
2021-02-12 16:29:28 +01:00
Mehmet Sutaş
d75e0248a1
Delete unused platform image
2021-02-12 02:07:06 +03:00
Mehmet Sutaş
522aec56ca
Merge remote-tracking branch 'upstream/master' into Rigid3D
2021-02-12 01:51:41 +03:00
Mehmet Sutaş
4e9704c546
Mucit2 Definition and Rigid3D Definition Updates
2021-02-12 01:50:26 +03:00
MarkMan0
acf79aa31d
Definitions for INAT Proton X printers
2021-02-11 18:05:42 +01:00
Kostas Karmas
d9cf7aeb8e
Replace tabs with spaces in trimaker printer profiles
...
CURA-8016
2021-02-09 15:32:56 +01:00
tomasbaldi
9052e2dae3
adding profiles for Trimaker printers ( #8537 )
...
* adding profiles for Trimaker printers
* adding profiles for Trimaker printers v2
* Update resources/extruders/trimaker_nebula_extruder.def.json
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
* Update resources/extruders/trimaker_cosmosII_extruder.def.json
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
* Delete trimaker_cosmosII_platform.STL
* correction extension of trimaker_cosmosII_platform.stl and modification in trimaker_cosmosII.def.json and trimaker_nebula.def.json
* Update trimaker_nebula_platform.stl
* move the STL up
* Update resources/definitions/trimaker_nebula.def.json
"grid" -> "'grid'"
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
* Update resources/definitions/trimaker_cosmosII.def.json
"grid" -> "'grid'"
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
* 220x220x260 -> 230x230x260 (nebula)
* change the name of the qualities directory
* translate quality names from spanish to english
* change nebula platform_offset
* change nebula platform_offset 2
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-02-09 15:28:04 +01:00
Ghostkeeper
593cd516ce
Fix typo in variable name
...
Otherwise you can't open any files any more. How did we not see this earlier?
Contributes to issue CURA-7996.
2021-02-09 14:24:09 +01:00
Ghostkeeper
ec986990a2
Merge branch 'master' into CURA-7996_Fix_trying_to_open_deleted_files_from_the_recent_files_list
2021-02-09 14:20:53 +01:00
Ghostkeeper
596d1570fb
Show error code if MyPy failed
...
This makes debugging it slightly easier.
2021-02-09 13:48:57 +01:00
Remco Burema
929149bf4e
Merge pull request #9232 from Ultimaker/CURA-7615_store_metadata
...
Retain metadata from 3MF files through save/load loops
2021-02-09 11:44:13 +01:00