Adam Rumjahn
43c9df5703
Deactivate G32 auto leveling before print
...
don't need this any more on the new printers
2017-11-23 20:14:43 -05:00
innovo3d
2e5ffbfe54
Another update to Inventor Json file
...
Added speed support interface speed
2016-08-24 18:54:37 -05:00
innovo3d
c3ae924ae5
Updated innovo_inventor.def.json settings
...
Added M140 to turn off heated bed
Changed default extruder temp to 205
Changed print speed defaults
Removed infill overlap override
Removed machine preferences
2016-08-24 18:48:11 -05:00
innovo3d
a8109f6267
Update def.json and STL file
...
Updated JSON file:
- changed machine center is zero to true
- added turn heated bed off to end g code
- changed top/bottom thickness from 0.3 to 1.2mm
- added machine preferences as I did in 2.1 (is this still used?)
Updated STL file. The last file was 13mb! this one is 810kb!
2016-08-17 16:38:22 -05:00
Jaime van Kessel
e0ef1c3e9d
Merge branch 'master' of github.com:Ultimaker/Cura
2016-08-17 12:33:30 +02:00
Jaime van Kessel
f1f9f93fa4
Re-enabled prime position
...
CURA-2130
2016-08-17 12:33:00 +02:00
Jaime van Kessel
6b4e0740a3
Merge pull request #924 from Ultimaker/feature_machinesettings
...
Machine Settings plugin
2016-08-17 09:34:11 +02:00
fieldOfView
12d59cb465
Only show "Enable Prime Tower" setting for multiextrusion printers
...
CURA-2126
2016-08-16 10:58:37 +02:00
fieldOfView
6220976f03
Add a custom machine definition
...
CURA-580
2016-08-15 16:15:31 +02:00
fieldOfView
f2a44bec8d
Add missing material_bed_temp_prepend
2016-08-15 15:55:45 +02:00
fieldOfView
f0622cdda6
Add start & end gcode to UM2 depending on gcode flavor
...
CURA-580
2016-08-15 13:42:06 +02:00
Aldo Hoeben
f2d35cd57d
Merge pull request #918 from Ultimaker/feature_terminology
...
Update UI texts to be compliant to Ultimaker dictionary
2016-08-15 11:35:19 +02:00
Ghostkeeper
4472e0206e
Fix calls to max function
...
I think this was my mistake.
2016-08-12 16:56:07 +02:00
Tim Kuipers
85d97453f1
JSON feat: brim only on outer boundary polys (CURA-1413)
2016-08-12 11:18:37 +02:00
Ghostkeeper
8c231e2942
Allow higher speeds for diagonal wireframe moves
...
Since these moves are slightly diagonal in all directions, a higher speed can be achieved. Exactly how high depends on both angles, but for simplification this limit is a bit too broad, allowing speeds that the printer can't handle. The firmware should catch that case if it happens.
Contributes to issue CURA-1049.
2016-08-11 10:54:00 +02:00
Ghostkeeper
4e13c262cf
Re-add max warning value for speed_slowdown_layers
...
It warns if the slowdown layers span more than 1mm.
Contributes to issue CURA-1049.
2016-08-11 10:53:59 +02:00
fieldOfView
957f60eb11
Add first draft of an UMO with Dual Extrusion Kit definition
...
CURA-1774
2016-08-10 18:04:30 +02:00
fieldOfView
85a58a22cb
Change "Bed"/"Platform" to "Build Plate"
...
UXD-76
2016-08-10 17:57:05 +02:00
fieldOfView
2963a64fc2
Change "Bed Temperature" to "Build Plate Temperature"
...
UXD-80
2016-08-10 17:55:52 +02:00
fieldOfView
885acb49dc
Change "Cooling Fans" to "Print Cooling"
...
UXD-81
2016-08-10 17:55:51 +02:00
fieldOfView
7aab8ad397
Change "object" to "model"
...
UXD-83
2016-08-10 17:55:51 +02:00
Tim Kuipers
63f5889eae
JSON fix type (CURA-1049)
2016-08-10 17:06:51 +02:00
Ghostkeeper
15fef2452b
Limit speeds to max feedrates of the printer
...
Also number of slowdown layers is no longer limited by light speed.
Contributes to issue CURA-1049.
2016-08-10 13:52:28 +02:00
Jaime van Kessel
967591bccb
Infill pattern is now viewed from right stack again
...
CURA-2072
2016-08-09 17:20:37 +02:00
Tim Kuipers
6477e588da
JSON feat: override max z feedrate (CURA-1049)
2016-08-08 17:02:49 +02:00
Tim Kuipers
ca8ded6c35
JSON fix: support z dist defaults to 1 layer instead of 2 (CURA-1283)
2016-08-08 13:23:03 +02:00
Ghostkeeper
d98c122bd5
Disable extruder selection drop-downs in single-extrusion machines
...
They don't function in single-extrusion machines.
2016-08-08 12:56:45 +02:00
Tim Kuipers
c57f13b3d3
JSON fix: turn off flow equalization by default (CURA-2065)
2016-08-08 10:13:14 +02:00
Tim Kuipers
4f3b6e254e
Merge branch 'mergeinfillchanges' of https://github.com/markwal/Cura into markwal-mergeinfillchanges
2016-08-08 09:37:49 +02:00
fieldOfView
fa0d8f912f
Don't show UMO upgrades page for UMO+
2016-08-05 16:02:10 +02:00
Ghostkeeper
09801db5f8
Fix support interface density and pattern global inherits stack
...
These depend on values that are obtained through global_inherits_stack, so they must also have global_inherits_stack.
Contributes to issue CURA-2024.
2016-08-05 13:48:04 +02:00
Mark Walker
a485b58051
Move equalize_flow settings ahead of acceleration
...
And add "the print speed" to the description
2016-08-04 12:18:53 -07:00
Mark Walker
1e62b43d53
Rename pressure to flow
2016-08-04 10:54:04 -07:00
Mark Walker
eddbc87ceb
New settings to allow control over automatic speed
...
changes when MergeInfillLines adjusts speed for even pressure when
changing extrusion widths.
2016-08-04 10:34:53 -07:00
Ghostkeeper
93f6f5d8d3
Don't use extruderValue on settings that have no global_inherits_stack
...
It's unnecessary and seems to break things.
Contributes to issue CURA-2024.
2016-08-04 16:54:43 +02:00
Ghostkeeper
f3a119f9bb
Use correct extruder's value when inheriting global_inheritance_stack settings
...
This uses the new function extruderValue() which picks the value from a different extruder. Every setting that has the global_inheritance_stack property is now referenced via the extruderValue() setting in all functions.
Contributes to issue CURA-2024.
2016-08-04 13:35:13 +02:00
Ghostkeeper
b89a9a8113
Allow freezing temperatures
...
But not on Ultimaker printers, because they crash.
2016-08-04 12:50:03 +02:00
Ghostkeeper
eeec460635
Merge branch 'feature_support_bottoms'
2016-08-03 17:40:28 +02:00
Arjen Hiemstra
78aaf4caf0
Use the new extruderValues() function to determine max_warning of layer_height
...
Contributes to CURA-2009
2016-08-02 19:42:40 +02:00
Tim Kuipers
401e302ad5
Merge branch 'master' into feature_support_bottoms
2016-08-02 12:46:44 +02:00
Tim Kuipers
dc3d22f148
JSON: disabled flow temp again (CURA-1174)
2016-08-02 11:48:47 +02:00
fieldOfView
a2fa8246b6
Disable UM2 material-related settings depending on gcode flavor...
...
...instead of hardcoding them as disabled.
The fdmprinter inheritance-functions for "enabled" are combined with a check for the flavor. This way it will be easier to switch an UM2 to a functional Reprap flavor in a variant. CURA-580
2016-08-02 09:50:42 +02:00
fieldOfView
42fc25ab09
Move sorting of DefinitionContainerModel out of qml
...
Add printer dialog now has sections by a configurable metadata property. A prefered section is set to always show on top.
Add weights to the Ultimaker printer definitions to create a sensible list (newest on top).
CURA-1593
2016-08-01 19:18:56 +02:00
Ghostkeeper
e7452cd644
Make speed_layer_0 and cousin settings not per-mesh
...
Fixed up some of the settable_per stuff.
Contributes to issue CURA-1507.
2016-08-01 16:35:48 +02:00
Ghostkeeper
dc6482853a
Split acceleration_layer_0 and jerk_layer_0 into print/travel
...
Exactly the same as how it's done with speed_layer_0.
Contributes to issue CURA-1507.
2016-08-01 14:15:11 +02:00
Ghostkeeper
4adadd86eb
Fix defaults of some settings
...
It was saying 'default' instead of 'default_value'. Must've been translated wrong from 2.1.
2016-08-01 14:15:11 +02:00
fieldOfView
228f5be35a
Fix order of machine actions on manage printers page
...
MachineActionManager now uses lists instead of dicts because dicts don't maintain the order.
2016-07-29 17:14:18 +02:00
fieldOfView
0a75aa7496
Fix category of PrintrBot simple definition
...
CURA-1593
2016-07-29 16:40:58 +02:00
Tim Kuipers
4b192db1bf
JSON: extruders cannot be more than 16 (CuraEngine hardcoded value) (CURA-2015)
2016-07-28 20:16:44 +02:00
Tim Kuipers
27f160c220
JSON fix: made retraction_hop_only_when_collides and retraction_hop not children of retraction_hop_enabled
...
retraction_hop_enabled was used by the engine, so it should never become disabled
2016-07-28 19:52:43 +02:00