RFBomb
5813aa2f57
Adds checkbox for 'machine_use_extruder_offset_to_offset_coords' in printer settings page.
2021-01-25 13:16:17 -05:00
Remco Burema
497bfa4c68
Merge branch 'master' into CURA-7871_lowest_print_height
2021-01-22 18:40:39 +01:00
Remco Burema
e681a6d32d
Fix camera not found on pre-slice snapshot/thumbnail.
2021-01-22 18:07:59 +01:00
Ghostkeeper
5a99ae168b
Merge branch 'restore_ufp_thumbnail'
2021-01-22 11:51:30 +01:00
Ghostkeeper
f28b90a1a4
Make Line Type the default selection for layer view colour scheme
...
Implements CURA-7983.
Fixes #9154 .
2021-01-22 11:04:59 +01:00
Remco Burema
9144f38814
Fix wrong import.
2021-01-21 09:04:39 +01:00
Remco Burema
f4ef3b44e3
Properly retrieve snapshot (now made on slice).
...
Circumvents the snapshot/thumbnail not working when the focus is not on the main window, even if the thread is main. This was an issue when writing a file to Digital Factory becasue that workflow uses a modal window.
Thanks for the idea Jelle!
2021-01-21 08:55:45 +01:00
Remco Burema
4fc0612806
Make a snapshot on slice instead of write.
...
In some cases, UFP-writing is going to be done when the OpenGL-context is off the main window. This doesn't work. That unfortunately also goes for this commit, but it's a work in progress.
2021-01-21 08:19:17 +01:00
bas
46933693a7
removed hardcoded 0: now using LayerPolygon.MoveCombingType
2021-01-20 21:56:44 +01:00
Remco Burema
0ba3833995
Merge pull request #9153 from Ultimaker/CURA-7865_Save_file_in_existing_project_mvp
...
CURA-7865 Save file in existing project mvp
2021-01-20 19:18:39 +01:00
Kostas Karmas
32df06c280
Add TODO comment to explain the commenting out of the snapshot
...
CURA-7865
2021-01-20 12:51:13 +01:00
Kostas Karmas
a72a58cca1
Comment out the generation of the snapshot
...
While generating UFP files from outside the main thread, the snapshot generation crashes Cura
due to the OpenGL context.
To avoid that, for the time being, we comment out the generation of the snapshot.
CURA-7865
2021-01-20 11:23:48 +01:00
Ghostkeeper
a9c8c63442
Catch environment errors removing temporary package files
...
Could be removed or not having access rights.
Fixes Sentry issue CURA-1K6.
2021-01-19 14:49:47 +01:00
fieldOfView
d790de8706
Fix loading scripts from all registered resource paths
2021-01-19 13:55:02 +01:00
Jaime van Kessel
ffccd687ac
Merge branch 'fix_machinesettings_floats' of https://github.com/fieldOfView/Cura
2021-01-18 15:53:57 +01:00
Jaime van Kessel
bc15ca2269
Merge branch 'fix_pause_at_height_default_value' of https://github.com/fieldOfView/Cura
2021-01-15 17:10:23 +01:00
Philip Lorenz
352fef3efa
Adapt to Python 3.9 API changes
...
Python 3.9 now made the TreeBuilder.start() `attrs` parameter ([1])
mandatory on all implementations. Adapt the plugin accordingly.
[1] https://bugs.python.org/issue39495
2021-01-10 20:21:40 +01:00
fieldOfView
47723e9823
Fix definition of machine_gcode_flavor setting in PauseAtHeight
2021-01-03 13:22:51 +01:00
Ghostkeeper
ba9e10cfd8
Round temperatures when displaying them
...
These are long lines for some screens. It'll save a bit of space. No PID controller can really control down to fractional degrees.
Fan speed and flow rates are already integer settings. For speeds and retraction lenghts the fractions can be important.
Done for #8967 .
2020-12-24 16:08:12 +01:00
Sekisback
b458005e7e
add Marlin Advanced Pause Feature!
2020-12-24 09:46:19 +01:00
Jaime van Kessel
f442417ac6
Dont try to set unknown settings as per object settings when loading 3mf
...
CURA-7615
2020-12-23 16:31:25 +01:00
Jaime van Kessel
f338acd4f3
Read & write all generic metadata items from 3mf
...
CURA-7615
2020-12-23 13:49:52 +01:00
Jaime van Kessel
f9d0da7a12
Store creation & Modification date
...
CURA-7615
2020-12-23 13:42:40 +01:00
Jaime van Kessel
e69edae9aa
Store application name when saving 3MF file
...
CURA-7615
2020-12-23 13:32:27 +01:00
Jaime van Kessel
5b43c94c0b
Mark setting as disabled in perobject setting panel if it's enabled property requires it
...
This is a bit different from the rest, since hiding would mean that the setting can't be removed.
CURA-7569
2020-12-21 13:15:32 +01:00
Jaime van Kessel
19a8bd63ab
Remove unused variable
...
CURA-6682
2020-12-18 15:35:15 +01:00
Jaime van Kessel
49effbcd80
Disable survey button
2020-12-17 10:22:29 +01:00
Remco Burema
5e7eb2fc93
No need for leading 0 in load-image num-fields.
...
fixes #8906
2020-12-11 17:18:23 +01:00
Ghostkeeper
d53568c5db
Fix linear-scaling height map thickness
...
Previously it was using this 'peak_height' which is the total height of the model in scale_vector.y. However it was then multiplying the height map with that scale vector and adding the base height again a second time. So the scaling part was too thick and included the base height, and the total height of the mesh was also too big.
I also reduced an unnecessary re-calculation of the height_from_base parameter. And as a result we don't need the peak_height variable at all any more.
Fixes #8902 .
2020-12-09 12:16:56 +01:00
fieldOfView
0313b29dcf
Fix validator for floats in Machine Settings dialog
...
The DoubleValidator depends on the system locale, requiring users with certain locales to enter floats with a comma instead of a dot (though confusingly floats are always represented with a decimal a dot). Instead of configuring the DoubleValidator with a locale that only accepts decimal dots, this commit uses a RegExpValidator, like other numeric fields in Cura does.
2020-12-07 16:04:21 +01:00
Chris Racioppo
4f8c4be34e
Added break from loop
2020-12-06 14:08:46 -05:00
Chris Racioppo
cfed67076e
Removing unused import
2020-12-06 13:46:37 -05:00
Chris Racioppo
efb79ae650
Create CreateThumbnail.py
2020-12-06 13:40:56 -05:00
Jaime van Kessel
00bc1bfcdc
Add extra cast to author model
...
Contributes to #8817
2020-11-27 10:46:33 +01:00
Jaime van Kessel
53637fa891
Merge branch 'master' of https://github.com/racerxdl/Cura
2020-11-26 14:25:05 +01:00
Lucas Teske
c4d9edca69
Update plugins/PostProcessingPlugin/scripts/TimeLapse.py
...
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-25 19:33:37 -03:00
Lucas Teske
62e4baa746
Update plugins/PostProcessingPlugin/scripts/TimeLapse.py
...
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-25 19:33:30 -03:00
Lucas Teske
0a21cff234
Update plugins/PostProcessingPlugin/scripts/TimeLapse.py
...
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-25 19:33:24 -03:00
Jaime van Kessel
a5c25846f3
Merge branch 'master' of https://github.com/racerxdl/Cura
2020-11-25 15:54:08 +01:00
Remco Burema
2837640315
Invert colors at lowest print height.
...
Instead of inverting them if below 0 (build-plate). Fixes #8735
CURA-7871
2020-11-20 12:32:58 +01:00
Ghostkeeper
eeecd545db
Catch errors for corrupted zip files when reading project files
...
Fixes Sentry issue CURA-1DG.
2020-11-18 01:57:49 +01:00
Lucas Teske
394fa8f2f2
Add Z-Hop and filament retraction to Timelapse
...
So less string occurs
2020-11-17 17:05:15 -03:00
Ghostkeeper
558a789289
Use Cura's own ComboBox element for combo boxes
...
This one displays a tooltip if the text is too long and gets elided, so that you can still read the printer or profile name.
Fixes #8773 .
2020-11-17 10:56:12 +01:00
Lasse Reinhold
50935fdeda
Update plugins/USBPrinting/AutoDetectBaudJob.py
...
Co-authored-by: StefanBruens <stefan.bruens@rwth-aachen.de>
2020-11-12 08:41:19 +01:00
BasF0
d8440edd4d
Merge branch 'master' into dev
2020-11-11 13:57:13 +01:00
bas
f6badcaeca
Added starts color to theme, and support in shader / simulationpass
2020-11-11 13:44:21 +01:00
Remco Burema
9afbc64934
Merge branch '4.8'
2020-11-10 11:31:53 +01:00
Ghostkeeper
1927f78d5a
Publish Ultimaker 2+ Connect profiles
...
This is the new printer from Ultimaker.
2020-11-10 11:01:08 +01:00
Ghostkeeper
68422e8be4
Merge branch '4.8'
2020-11-09 14:48:57 +01:00
Jelle Spijker
02af674c5e
Merge pull request #8685 from Ultimaker/CURA-7793
...
Also add wall_line_count when adding a infill mesh
2020-11-09 10:10:23 +01:00