Commit graph

14766 commits

Author SHA1 Message Date
ChrisTerBeke
9397d9d4e0
Move translation guide to Wiki
More consistency with other detailed documentation, keep README file clean.
2018-01-21 16:04:52 +01:00
gordo3di
3f4e381620 Removed desktop.ini file
Removed desktop.ini file
2018-01-19 11:13:11 -05:00
gordo3di
d10ea0a564 Removed desktop.ini files
Removed desktop.ini files
2018-01-19 11:09:35 -05:00
gordo3di
b48edbab8e gMax 1.5+ Configurations
gMax 1.5+ Single and Dual extruder configurations
2018-01-19 10:52:52 -05:00
Lipu Fei
b92ebadfd0 Fix quality_changes for single-extrusion machines
CURA-4839

- Add newly created quality_changes container to ContainerRegistry
- If an extruder is created by CuraContainerRegistry, in project
  loading, do not try to override extruder's quality changes.
2018-01-19 15:05:05 +01:00
fieldOfView
bcfcc8cc7c Enable setting per mesh group settings when printing One at a Time 2018-01-19 14:59:25 +01:00
Lipu Fei
e7a19bcce5 Fix has_machine_quality value parsing
CURA-4837
2018-01-19 14:34:25 +01:00
Lipu Fei
79e79dd84c Only import profiles that match with the active machine
CURA-4837
2018-01-19 14:08:52 +01:00
Diego Prado Gesto
0fbcd2d2ec Merge branch '3.2' 2018-01-19 13:50:30 +01:00
ChrisTerBeke
d035ace40d Add method to set active extruder count to machine manager so other plugins can use it, add empty definitions container template 2018-01-19 13:32:25 +01:00
Lipu Fei
e0c69eb675 Pressing enter on project overview will load the project file
CURA-4735
2018-01-19 12:51:09 +01:00
ChrisTerBeke
98f738e3d9
Merge pull request #3149 from thetobby/master
Small tweaks on printer profile for two printers
2018-01-19 12:50:15 +01:00
Lipu Fei
7c85db4a18 Fix material_diameter copy over for Extruders
CURA-4835
2018-01-19 12:30:56 +01:00
ChrisTerBeke
c7071c18dd Merge branch '3.2' of https://github.com/Ultimaker/Cura into 3.2 2018-01-19 11:33:01 +01:00
ChrisTerBeke
99c40d09e9 Hitting enter on project loading dialog now loads the project instead of just closing the dialog - CURA-4735 2018-01-19 11:32:55 +01:00
Diego Prado Gesto
f25aad8091 CURA-4821 Remove debug output 2018-01-19 11:18:46 +01:00
Diego Prado Gesto
1f4e7421c1 Revert "CURA-4821 Remove debug info"
This reverts commit d03ecf3cba.
2018-01-19 11:17:42 +01:00
Lipu Fei
02291bb6a3 better name: "Compatible material diameter" in Machine Settings
CURA-4832
2018-01-19 11:15:55 +01:00
ChrisTerBeke
ce709bf24a Remove debug print - CURA-4829 2018-01-19 10:48:45 +01:00
ChrisTerBeke
a76c84ca30 Finally remove annoying firmware check log line for non-UM3 printers 2018-01-19 10:42:04 +01:00
ChrisTerBeke
8412e8535a Merge branch '3.2' of https://github.com/Ultimaker/Cura into 3.2 2018-01-19 10:37:00 +01:00
ChrisTerBeke
e4a111dd2e Delay adding global stack when creating new machine until after extruder stacks are created - CURA-4828 2018-01-19 10:36:25 +01:00
Diego Prado Gesto
a6acf4a4af CURA-4829 Do not save the quality changes profile in the GCode if the
containers are empty.
Change the message when trying to import a GCode as a profile, but not profile was stored.
2018-01-19 10:34:04 +01:00
ChrisTerBeke
fb8aa08c6a
Merge pull request #3031 from Ultimaker/feature_headless_docker
Feature headless
2018-01-19 10:31:20 +01:00
Ian Paschal
81b2f0f7cd Added drop-down buttons 2018-01-19 09:56:19 +01:00
Diego Prado Gesto
d03ecf3cba CURA-4821 Remove debug info 2018-01-19 09:16:22 +01:00
Torbjørn
8b00bafb8b . 2018-01-19 06:57:39 +01:00
Mark
00cf47a941 Merge branch '3.2' 2018-01-18 16:29:44 +01:00
Mark
74e9bf051c Merge branch '3.2' of github.com:Ultimaker/Cura into 3.2 2018-01-18 16:28:51 +01:00
Mark
a774012bd2 Default objectlist to collapsed CURA-4525 2018-01-18 16:28:46 +01:00
Diego Prado Gesto
2e4b4036e7 Merge branch '3.2' of https://github.com/Ultimaker/Cura into 3.2 2018-01-18 15:50:06 +01:00
Diego Prado Gesto
ece63bfea8 CURA-4821 The previous cached layer data is removed when a GCode is loaded. Temporary solution for one buildplate. 2018-01-18 15:47:01 +01:00
Jack Ha
68347afc48 CURA-4033 fix init order of print information 2018-01-18 14:40:15 +01:00
Lipu Fei
322420092d Fix extruder handling in project loading
CURA-4824

When a machine is getting overriden, it should not try to create the
ExtruderStack for the single-extrusion machine loaded from the project
file, otherwise that ExtruderStack will become an extra one.
2018-01-18 13:49:41 +01:00
Ghostkeeper
d1d566bfc0
Merge branch '3.2' 2018-01-18 13:29:36 +01:00
Ghostkeeper
afcf35cb0e
Merge branch '3.2' of github.com:Ultimaker/Cura into 3.2 2018-01-18 13:25:16 +01:00
Ghostkeeper
dc08e7f043
Merge branch 'mb-move-wall-order-opt-setting' of https://github.com/smartavionics/Cura into smartavionics-mb-move-wall-order-opt-setting 2018-01-18 13:23:16 +01:00
fieldOfView
fb2a5ea28a Refactor USBPrinterOutputController to reusable cura.PrinterOutput.GenericOutputController 2018-01-18 11:55:30 +01:00
Jack Ha
1796a182fa CURA-4525 fix crashing cura due to empty build plate 2018-01-18 11:54:30 +01:00
fieldOfView
fccdf16e72 Merge branch 'master' into feature_preheat_extruder 2018-01-18 10:21:32 +01:00
fieldOfView
f135b1675c Fix disabling preheat button when printer is not idle 2018-01-18 10:20:37 +01:00
fieldOfView
13206e1fdc Stop preheating when a print is started or the temperature is set to 0 on the printer 2018-01-18 10:16:25 +01:00
Torbjørn
53cc4efb23 last minute tweaks
Decreased jerk and acceleration
2018-01-18 09:42:36 +01:00
ChrisTerBeke
5e99fd6c1e Fixes for print information when running in headless mode 2018-01-18 09:05:40 +01:00
Torbjørn
66805f83fd Small tweaks for default quality
To better match printers after some testing
2018-01-18 08:46:27 +01:00
Lipu Fei
dd8d21fd34
Merge pull request #3147 from fieldOfView/fix_menu_errors
Fix QML errors building the material and nozzle menus
2018-01-18 08:41:42 +01:00
Torbjørn
9530d5a3d3 Merge branch 'master' of https://github.com/thetobby/Cura 2018-01-18 08:41:34 +01:00
Brecht Nuyttens
64a7d1bbda Removed ID + minor change 2018-01-18 08:34:10 +01:00
fieldOfView
3fed44bb5e Fix typo in class name 2018-01-18 00:42:41 +01:00
fieldOfView
0f0b1c6795 Fix getting ability to preheat from extruder 2018-01-18 00:05:16 +01:00